вот мой код :
#include <stdio.h> #include <math.h>
main() { double x,y; y=3.14; x=sin(y); }
ОШИБОК ВРОДЕ НЕТ !!!! компилирую :
/tmp/ccMJAzkn.o(.text+0x28): In function `main': : undefined reference to `sin' collect2: ld returned 1 exit status интересно.... делаю locate math.h
/usr/include/math.h
Помогите, в чем проблема !!!????