
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)
<
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