Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Amiga Tech Forum
·
C Programming
Help me with C !!!
1
messages in this thread
#
47542
From:
jack york
Jul 8, 1995 8:13 PM
When you compile include the option -lm, which tells it to link the math library. So your line would be something like dcc -lm input file -o output file. Hope this helps. Jack