Hello managers,
I get the following error when I try to compile a simple c program:
gore.afep.cornell.edu 8:33am> gcc junk.c
/usr/bin/ld:
Unresolved:
exp
collect2: ld returned 1 exit status
the exp above is the math function "e to the x". I have tried other math
functions and they exhibit the same behavior. I have the math library header
define,i.e. #include <math.h>
I found a question similar to this in the archive but there was no summary. Ay
help would be greatly appreciated. Thank you.
Marco.
Received on Wed Jan 29 1997 - 14:52:01 NZDT