Where are the math functions in FC4?



I created a very simple c program using sqrt(), and used the math.h include
file. When I compile using gcc I get an "undefined reference to sqrt"
message. Other math functions such as sin or cos also do not work. It looks
like the function definitions are missing. Any help would be appreciated.

Shel Sherman


.



Relevant Pages