This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Make error (gcc)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]