I'm writing some C code for a project. I'm using djgpp on my windoze box at work, and gcc on mdk8.2 linux at home. Yesterday, in djgpp, I added some math routines which use "log", "exp", and "pow". #include <math.h> and it works fine. Took it home on a floppy and tried to do a make with gcc, and it says my above math functions aren't declared. I've got math.h in /usr/include, along with the other header files I'm using <stdio.h><stdlib.h><string.h><ctype.h>.
Does gcc have these functions declared somewhere else?
 
Amanda

Reply via email to