Re: Problem building GHC

2005-07-16 Thread Dinko Tenev
On 7/15/05, Simon Marlow [EMAIL PROTECTED] wrote: As a workaround you can disable object splitting. Add the line SplitObjs=NO to mk/build.mk before building. I did that, and it got me a bit further. Now ghc-inplace dumps core compiling Language/Haskell/Syntax.hs:

Re: Problem building GHC

2005-07-16 Thread Dinko Tenev
BTW, I tried to compile the file with the installed ghc, and I am kind of puzzled by the error message I get: ghc -O -fasm -W -fno-warn-unused-matches -fwarn-unused-imports -ignore-package haskell-src -package base -fgenerics -hisuf p_hi -hcsuf p_hc -osuf p_o -prof -c

Re: Problem building GHC

2005-07-16 Thread Dinko Tenev
I did a devel build this time, which produced some verbose output for the last line. One thing that troubles me is that gcc still manages to kick-in - what exactly is going on??? ==fptools== make all -wr; in

Re: Problem building GHC

2005-07-16 Thread Donald Bruce Stewart
dinko.tenev: I did a devel build this time, which produced some verbose output for the last line. One thing that troubles me is that gcc still manages to kick-in - what exactly is going on??? You need to make sure the -fasm flag is the last one on the command line, via EXTRA_HC_OPTS: