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?


Many thanks in advance,

Jan

 ___
'---|--------------------------------------------------------------
    |  __,   _  _      EMail: [EMAIL PROTECTED]
    | /  |  / |/ |     WWWeb: http://www.uni-passau.de/~laitenbe/
    |/\_/|_/  |  |_/
   /| Laitenberger
--(-|--------------------------------------------------------------
   \|

Reply via email to