----------------------------------
E-Mail: Larry Mintz <[EMAIL PROTECTED]>
Date: 09-Mar-00
Time: 23:02:55

I having trouble  linking libraries in my c programs
say I have something like this

#include <stdio.h>
#include <math.h>

main()
{
 int i;
float j;
for(i=1;i<10;++i)
      j=pow(1.0*i,5.0)
}

I get the following error  when compiling
gcc -o foo foo.c 

This message was sent by XFMail
----------------------------------


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to