If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I cannot seem to find the math lib.
In my make file it says link in lib m.
Well to be exact, -lm
Any ideas on where to find this lib?
This works on other UNIX systems and/or variants
had the same problem but there's an easy cure: just erase '-lm' in your makefile. Apparently the cc of the dev tools links the math library by default.