Hi Wolfgang, I tried building 6.0.1 on Panther using 6.0.1 built on Jaguar. (The build was run under darwinports.) It failed with the following: ------------------------------------------------------------------------ ==fptools== make all -r; in /Users/gwright/src/darwinports/dports/lang/ghc/work/ghc-6.0.1/ libraries/base ------------------------------------------------------------------------ rm -f GHC/Base.o; if [ ! -d GHC/Base_split ]; then mkdir GHC/Base_split; else /usr/bin/find GHC/Base_split -name '*.o' -print | xargs rm -f __rm_food; fi; ../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include -L/opt/local/lib -pgmP "gcc3 -E -traditional" -fglasgow-exts -cpp -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base -O -Rghc-timing -split-objs -c GHC/Base.lhs -o GHC/Base.o -ohi GHC/Base.hi /tmp/ghc3798.split__111.s:unknown:missing indirect symbols for section (__DATA,__nl_symbol_ptr) <<ghc: 138861204 bytes, 13 GCs, 715994/1423644 avg/max bytes residency (2 samples), 19M in use, 0.01 INIT (0.03 elapsed), 2.01 MUT (22.94 elapsed), 0.28 GC (0.31 elapsed) :ghc>> make[2]: *** [GHC/Base.o] Error 1 make[1]: *** [all] Error 1 make: *** [build] Error 1 Warning: the following items did not execute (for ghc): com.apple.build
Ever see anything like this before? Best Wishes, Greg
On 29.10.2003, at 21:15, Gregory Wright wrote:
Hi Wolfgang,
I tried building 6.0.1 on Panther using 6.0.1 built on Jaguar. (The build was run under darwinports.) It failed with the following:
[...] Ever see anything like this before?
Hmm... now that you mention it, probably yes. There was some split-objs-related problem with gcc 3.3 that I fixed in September - I don't remember the exact error message that gave me. You should be fine if you sudo gcc_select 3.1 or use a configure option to make GHC use "gcc3" as it's C compiler. Or you could just take the latest revision of fptools/ghc/driver/split/ghc-split.lprl from the HEAD or STABLE cvs trees and use plug it into the old 6.0.1 sources. Cheers, Wolfgang
participants (2)
-
Gregory Wright -
Wolfgang Thaller