I'm running linux on a 486 based pc, and trying to teach myself C. A program in a book I'm studying has the "#include <math.h>" line but gcc give an error that it doesn't understand the term "pow", which is supposed to be defined in the included file. Does anyone have an idea what's causing this problem?