> sorry, I think Julian meant
>
> make EXTRA_HC_OPTS=-v
O.k. "verbose" does make sense, so here it is:
../driver/ghc-inplace -I../includes -I. -Iparallel -optc-Wall -optc-W
-optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations
-optc-Winline
-optc-Waggregate-return -optc-Wpointer-arith -optc-Wbad-function-cast -O2
-optc-DCOMPILING_RTS
-static -v -O2 -optc-fomit-frame-pointer -c universal_call_c.S -o
universal_call_c.o
The Glorious Glasgow Haskell Compilation System, version 4.06
Effective command line: -I../includes -I. -Iparallel -optc-Wall -optc-W
-optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations
-optc-Winline
-optc-Waggregate-return -optc-Wpointer-arith -optc-Wbad-function-cast -O2
-optc-DCOMPILING_RTS
-static -v -O2 -optc-fomit-frame-pointer -c -o universal_call_c.o
Unix assembler:
gcc -o universal_call_c.o -c -I. -I../includes -I. -Iparallel
-I/usr1/users/mann/src/fptools/ghc/driver/../includes universal_call_c.S
as: "universal_call_c.S", line 15: error 1052: Directive name not recognized - FILE
as: warning 31: Empty source file(s)
real 0.2
user 0.0
sys 0.0
deleting... universal_call_c.o
rm -f /tmp/ghc3698*
gmake[2]: *** [universal_call_c.o] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
In the meantime I commented out the whole "universal_call_c.S" and got the following
error
later on:
/usr1/users/ki/bin/ghc -DOMIT_NATIVE_CODEGEN -cpp -fglasgow-exts -Rghc-timing -I.
-IcodeGen
-InativeGen -Iparser
-iutils:basicTypes:types:hsSyn:prelude:rename:typecheck:deSugar:coreSyn:specialise:simplCore:s
tranal:stgSyn:simplStg:codeGen:absCSyn:main:profiling:parser:usageSP:cprAnalysis
-recomp
-c basicTypes/Const.lhs -o basicTypes/Const.o -osuf o
Const.lhs:51: Module `GlaExts' does not export `fromInt'
Compilation had errors
gmake[2]: *** [basicTypes/Const.o] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
This isn't an HP-specific error, or is it?
Matthias Mann
JWG-Universit�t Frankfurt