At 10:39 AM 4/13/99 -0700, you wrote:
>Jason Dawes wrote:
>you don't get link errors if you use NewFloatMgr.
>
>I'm not sure I quite understand this.  You're saying if I do "a * b"
>where a and b are floats, the compiler (gcc in my case) will generate a
>call to __lmul.  Ok, that's pretty standard for C compilers.  I assume
>MW does something similar?  Then naturally I need to link the library
>that includes __lmul for my app to link correctly.
>
>But including NewFloatMgr.h surely doesn't change this, right?

I said _use_, not include.  You won't get link errors if you use the
functions in NewFloatMgr, but you will if you do: a * b;

Reply via email to