Make error (gcc)

Ezequiel Glinsky eglinsky@bumeran.com
Fri Mar 30 08:14:00 GMT 2001


David,

What I see in my undefd.h is:

(...)
		extern int isnan(double);
(...)

and in the mathcalls.txt is:

(...)
__MATHDECL_1 (int,__isnan,, (_Mdouble_ __value))
(...)

I belive the "... nt isnan..." is due to a character (CR/LF or TAB) problem,
maybe.
I guess something similar to what you correctly inform me about:

"  These gibberish characters are carriage returns, your code has
the wrong kind of end-of-line markers (pc style CRLF, instead of
Unix style LF).  Fix them by converting the line ends before you
try and build again."

I'll try that. The files have been "touched" in a win environment, so maybe
I'll have to "re-touch" them.

Eze.



More information about the Gcc-help mailing list