[comp.unix.questions] undefined symbol: muldf3, divdf3, etc.

dieter@csmil.umich.edu (02/21/90)

What library am I missing that's giving me this error?

ld: Undefined symbol
   ___truncdfsf2
   ___extendsfdf2
   ___cmpsf2
   ___cmpdf2
   ___subdf3
   ___fixdfsi
   ___adddf3
   ___floatsidf
   ___muldf3
   ___divdf3

meissner@osf.org (Michael Meissner) (02/21/90)

In article <1990Feb20.212454.25076@csmil.umich.edu>
dieter@csmil.umich.edu writes:

| What library am I missing that's giving me this error?
| 
| ld: Undefined symbol
|    ___truncdfsf2
|    ___extendsfdf2
|    ___cmpsf2
|    ___cmpdf2
|    ___subdf3
|    ___fixdfsi
|    ___adddf3
|    ___floatsidf
|    ___muldf3
|    ___divdf3

Gnulib which is part of the GCC release (see if the file
/usr/local/lib/gcc-gnulib exists, which is the default location for
gnulib).  This error typically occurs when you use 'gcc' to compile
stuff, and either 'cc' or 'ld' to link stuff.

--
Michael Meissner	email: meissner@osf.org		phone: 617-621-8861
Open Software Foundation, 11 Cambridge Center, Cambridge, MA

Catproof is an oxymoron, Childproof is nearly so