* Simon Marlow <[EMAIL PROTECTED]> [2003-03-21T13:02+0000]:
> GCC has __umoddi3 in libgcc.a.  It generates calls to that function and
> others for some 64-bit operations.  On our RedHat box here, __umoddi3 is
> also exported by libc.so, which is why we don't get any link errors.
> Perhaps on your box it isn't?


Just as a short note, IIRC in the sparc-*-linux port this problem also
showed up:

>   * GHCi:
>     dies with unresolved symbols while loading HSbase_cbits.o
>     (__umoddi3 and friends; again: maybe just due to a wrong build...)
 


Cheers,
Michael
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to