Hello!

After many hours this error happens:

        make stage2
        make -C compiler boot stage=2
        ../utils/mkdirhier/mkdirhier stage2
        mkdir stage2
        ...
        Creating stage1/ghc_boot_platform.h...
        Done.
        touch .depend-BASE
        ../compiler/stage1/ghc-inplace ...
        <<ghc: 467471584 bytes, 68 GCs, 4020224/9981952 avg/max bytes  
residency (4 samples), 134M in use, 0.00 INIT (0.00 elapsed), 4.93 MUT  
(174.28 elapsed), 1.00 GC (10.99 elapsed) :ghc>>
        ../utils/mkdependC/mkdependC -f .depend-BASE - 
D__GLASGOW_HASKELL__=608 -I../includes -Iutils -IbasicTypes -Itypes - 
IhsSyn -Iprelude -Irename -Itypecheck -IdeSugar -IcoreSyn -Ivectorise - 
Ispecialise -IsimplCore -Istranal -IstgSyn -IsimplStg -IcodeGen -Imain  
-Iprofiling -Iparser -IcprAnalysis -IndpFlatten -Iiface -Icmm - 
InativeGen -Ighci -I../includes    -- -O -I/sw/include -Iparser -I. - 
O    -- parser/cutils.c parser/hschooks.c
        /usr/bin/perl -pe 'binmode(stdin); binmode(stdout);  
s@(\S*[._]o)@stage2/$1@g; s@(\S*[._]hi)@stage2/$1@g; s@^.*/compat.* 
$@@g;' <.depend-BASE >.depend-2
        make -C compiler stage=2
        /usr/bin/sed -e "s@GHC_PATH@/sw/src/fink.build/ghc-6.8.2-1/ghc-6.8.2/ 
compiler/stage2/ghc-6.8.2@g" -e "s@TOP_ABS@/sw/src/fink.build/ 
ghc-6.8.2-1/ghc-6.8.2@g" < ghc-inplace.c > stage2/ghc-inplace.c
        ../compiler/stage1/ghc-inplace -cpp  stage2/ghc-inplace.c -o stage2/ 
ghc-inplace
        ld: library not found for -lgmp
        collect2: ld returned 1 exit status
        make[2]: *** [stage2/ghc-inplace] Error 1
        make[1]: *** [stage2] Error 2
        make: *** [bootstrap2] Error 2
### execution of make failed, exit code 2

The library does exist:

        ls -l /sw/lib/libgmp.*
        -rwxr-xr-x  1 root  admin  340448 27 Apr 00:54 /sw/lib/libgmp. 
3.5.2.dylib
        lrwxr-xr-x  1 root  admin      18 27 Apr 00:55 /sw/lib/libgmp.3.dylib  
-> libgmp.3.5.2.dylib
        -rw-r--r--  1 root  admin  652344 27 Apr 00:54 /sw/lib/libgmp.a
        lrwxr-xr-x  1 root  admin      18  7 Jul 23:57 /sw/lib/libgmp.dylib - 
 > libgmp.3.5.2.dylib
        -rwxr-xr-x  1 root  admin     790  7 Jul 23:57 /sw/lib/libgmp.la

(I'd like to build pandoc, which needs Haskell.)

--
Greetings

   Pete

The light at the end of the tunnel has been turned off due to budget  
cuts.


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to