On Wednesday 07 Apr 2004 7:40 pm, Jon S Berndt wrote: > I'm trying to build an application in gnu fortran (g77) but I end up > with these link errors: > > /usr/bin/../lib/libg2c.a(fmtlib.o)(.text+0x57):fmtlib.c: undefined > reference to `__umoddi3' > /usr/bin/../lib/libg2c.a(fmtlib.o)(.text+0x79):fmtlib.c: undefined > reference to `__udivdi3' > > > Anyone selling clues? > RMS! Ref GNU Compiler Collection Internals, Richard M. Stallman Last updated 10 January 2002 for GCC 3.2
Chapter 10: UDIVDI3.LIBCALL A C string constant giving the name of the function to call for division of one unsigned full-word by another. If you do not define this macro, the default name is used, which is ..udivdi3, a function defined in `libgcc.a'. UMODDI3.LIBCALL A C string constant giving the name of the function to call for the remainder in division of one unsigned full-word by another. If you do not define this macro, the default name is used, which is ..umoddi3, a function defined in `libgcc.a'. This is clearly a clue, not an answer; hope it helps. Jonathan _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
