Date: Mon, 3 May 93 12:32:30 EDT From: DJ Delorie To: kuku AT acds DOT physik DOT rwth-aachen DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, johnh AT cfsmo DOT honeywell DOT com Subject: Re: Math Library on 486DX33 > You should use the command line options > -lm -lc (in that order) And list them *after* the objects! gcc -o foo foo.o -lm (You don't need the -lc) DJ