undefined symbol: muldf3, divdf3, etc.

Michael Meissner meissner at osf.org
Wed Feb 21 08:50:50 AEST 1990


In article <1990Feb20.212454.25076 at csmil.umich.edu>
dieter at 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 at osf.org		phone: 617-621-8861
Open Software Foundation, 11 Cambridge Center, Cambridge, MA

Catproof is an oxymoron, Childproof is nearly so



More information about the Comp.unix.questions mailing list