CompuServe Messages

Floating all at C

    13-Jun-93 01:46:10
Fm: Michael A McCormick 76046,1057
To: Paul Tyler 100141,1106
I work with Manx myself, but I might be able to guide you a little. When I want to use floating point routines in my code (which is almost never), I have to link using both m.lib and c.lib . Whereas, I only use c.lib if I'm not doing floating point. So, my link command would look like this: ln sqrroot.o -lm -lc and the -lm *has* to come before the -lc. Mike McCormick