This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
problem with math.h
- To: gcc-help at gcc dot gnu dot org
- Subject: problem with math.h
- From: Amos Bouskila <bouskila at bgumail dot bgu dot ac dot il>
- Date: Thu, 15 Feb 2001 16:30:59 +0300
Dear gcc help desk:
While trying to compile under gcc on a linux (both on Red hat and
Suse) machine, all ANSI math functions causes an 'Undeclared identifier'
error. Surpriseingly the same error appeares whit and without the
#include <math.h> in the header file. The same pice of code compiled
properly under a different operating system. What is wrong?
thanks !