math.h

Andrew Pinski pinskia@physics.uc.edu
Sun Jul 31 18:03:00 GMT 2005


On Jul 31, 2005, at 1:35 PM, sofia takayama wrote:

> #include <stdio.h>
> #include <math.h>
> int main()
> {
>   printf("cos(1)= %f \n", cos(1));
> }
>
> After compile:
>
> undefined reference to "cos"


Link with -lm.

-- Pinski



More information about the Gcc-bugs mailing list