compiling hslibs/xlib
Jens Petersen
juhp@01.246.ne.jp
01 Feb 2002 18:54:18 +0900
I'm trying to build xlib from cvs. I built green-card in
the cvs tree with ghc-5.02.2 (though I didn't install it),
then while compiling xlib I get:
ghc -ldl -recomp -fglasgow-exts -fvia-C -monly-3-regs -package greencard -I/usr/X11R6/include -O -Rghc-timing -I../greencard/cbits -package-name xlib -package greencard -c Xlib.hs -o Xlib.o
Prologue junk?: .globl Xlib_zdwrectInRegion_fast6
Xlib_zdwrectInRegion_fast6:
movl $0, (%esp)
movl $0, 4(%esp)
<<ghc: 997408144 bytes, 3495 GCs, 7675156/13199932 avg/max bytes residency (18 samples), 35M in use, 0.00 INIT (0.00 elapsed), 19.12 MUT (54.78 elapsed), 14.51 GC (14.64 elapsed) :ghc>>
How should one proceed?
Jens