Subject: Floating Point
To: None <port-atari@netbsd.org>
From: Mike Sienicki <mike@cpdist.com>
List: port-atari
Date: 05/02/1999 01:25:44
I want to use a floating point function "pow" in a program I am writing
under NetBSD and I get the following error:
/tmp/ccOp7fFS.o: Undefined symbol `_pow' referenced from text segment
collect2: ld returned 1 exit status
*** Error code 1
Stop.
I was using "make" to run the compiler. How do I tell it that I want to
compile
using math functions. I have #include <math.h> in my source. Thanks for any
help you can give.
--Mike--