Jan Laitenberger <[EMAIL PROTECTED]> writes: 
> 
> 
> Hi!
> 
> 
> The final ghc call to combine the object files of our project
> 
>   /public/languages/ghc-4.00/bin/ghc -o P -H30M  Avl.o Codegen.o ....
> 
> produces 
> 
> ld: fatal: symbol `DoubleNaN' is multiply defined:
>   (file 
> /public/languages/ghc-4.00/lib/ghc-4.00/libHS_cbits.a(floatExtreme.o) 
>   and file 
> /public/languages/ghc-4.00/lib/ghc-4.00/libHSrts.a(StgPrimFloat.o));
> 
> messages. (also for symbols isFloatInfinite, isFloatDenormalized,
> isFloatNegativeZero, isDoubleInfinite, isDoubleDenormalized,
> isDoubleNegativeZero, isFloatNaN)
> 
> What can I do to avoid this?
> 

Do a 'cvs update' - this was fixed sometime yesterday afternoon.
(i.e., ghc/lib/std/cbits/floatExtreme.{c,h} doesn't exist any longer.)

--Sigbjorn

Reply via email to