Simon Marlow <[EMAIL PROTECTED]> writes:
> > Apart from some warnings (which I don't include in this mail)
> > compilation of the current ghc in cvs with ghc-4.06 and egcs-2.91.66
> > now goes smoothly for me, until the linking at the end.
> >
> > What's going wrong?
>
> It looks like you might have droppings in your ghc/rts directory.
> Try this:
>
> $ cd fptools/ghc/rts
> $ rm ghc3527*
> $ make clean && make
Thanks that helped.
What I now ran "make" again in the top directory, things are again
still ok until DriFT is reached: see below.
Or should I "make clean && make" in the top directory?
Jens
:
:
==fptools== make all - --no-print-directory -r;
in /home/juhp/haskell/ghc/hslibs/tools/DrIFT
------------------------------------------------------------------------
../../../ghc/driver/ghc-inplace -o DrIFT -cpp -fglasgow-exts -package text -O
DataP.o DrIFT.o Literate.o Pretty.o StandardRules.o ChaseImports.o CommandP.o
DigitToInt.o ParseLib2.o PreludData.o RuleUtils.o UserRuleBinary.o UserRuleXml.o
UserRules.o
/home/juhp/haskell/ghc/ghc/driver/../rts/libHSrts.a(Schedule.o): In function
`threadStackOverflow':
Schedule.o(.text+0x7a0): undefined reference to `PrelException_stackOverflow_closure'
/home/juhp/haskell/ghc/ghc/driver/../rts/libHSrts.a(Schedule.o): In function
`resurrectThreads':
Schedule.o(.text+0xdd1): undefined reference to
`PrelException_BlockedOnDeadMVar_closure'
Schedule.o(.text+0xdd8): undefined reference to `PrelException_NonTermination_closure'
/home/juhp/haskell/ghc/ghc/driver/../rts/libHSrts.a(Schedule.o): In function
`detectBlackHoles':
Schedule.o(.text+0xe49): undefined reference to `PrelException_NonTermination_closure'
/home/juhp/haskell/ghc/ghc/driver/../rts/libHSrts.a(PrimOps.o): In function
`putMVarzh_fast':
PrimOps.o(.text+0xe8c): undefined reference to `PrelException_PutFullMVar_closure'
collect2: ld returned 1 exit status
:
: