Jon S. Berndt wrote:
> I'm trying to build an application in gnu fortran (g77) but I end up
> with these link errors:
>
> undefined reference to `__umoddi3'
> undefined reference to `__udivdi3'

Those look like the software math emulation stuff implemented in
libgcc.  You could try adding -lgcc to your link line, but I'd be
suspicious that something else is wrong.  On x86, the only functions
from that library that should be required are the 64 bit long integer
ones...

Andy

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to