This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Make error (gcc)
- To: "David Korn" <dkorn at pixelpower dot com>, <gcc-help at gcc dot gnu dot org>
- Subject: RE: Make error (gcc)
- From: "Ezequiel Glinsky" <eglinsky at bumeran dot com>
- Date: Fri, 30 Mar 2001 13:13:42 -0300
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.