Floating all at C
18-Jun-93 17:41:15
Sb: #35287-Floating all at C
Fm: Rob Zijlstra 72302,3076
To: Paul Tyler 100141,1106
Paul, The same thing happens often to me, especially when it has been some time
I programmed. Please check the following ( this is what goes wrong with me) In
your SOURCE file, is there a line like this: #include math.h
It may be very stupid, but if you omit this one, your program will compile
beautifull, but when you link, you get a message from the linker like:
'Undefined Symbols _CXD55, first referenced in …. when you then just press
<ENTER>, the linker goes on without any complaints and produces a nice program.
But when you run it, you get an error message like you described. Greetings
from The Netherlands, Rob Zijlstra