GCC 3.1 compile failure
Thomas Moore
tlm@attbi.com
Wed May 22 05:27:00 GMT 2002
Dear DeBuggers,
I'm very much a novice in working with programs at this level. Please
excuse my ignorance.
I've downloaded the full GCC 3.1 distribution and followed the
instructions. After several hours of grinding, the process stopped. I've
compiled and used the GNU "make" in addition to the installed "make"
with no difference.
Per the bug report instructions, here is the information I have thus far:
* the exact version of GCC; 3.1
* the system type; Darwin with developer system installed. cc = Apple
Computer, Inc. version gcc-934.3, based on gcc version 2.95.2 19991024
(release)
* the options given when GCC was configured/built; none
* the complete command line that triggers the bug; make bootstrap
* the compiler output (error messages, warnings, etc.); ( last set of
messages and termination)
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:50: no
matching function for call to `isspace(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:53: no
matching function for call to `isprint(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:56: no
matching function for call to `iscntrl(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:59: no
matching function for call to `isupper(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:62: no
matching function for call to `islower(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:65: no
matching function for call to `isalpha(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:68: no
matching function for call to `isdigit(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:71: no
matching function for call to `ispunct(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:74: no
matching function for call to `isxdigit(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:77: no
matching function for call to `isalnum(char&)'
/Users/tom/Development/GCC/GCCOBJ/powerpc-apple-
darwin5.4/libstdc++-v3/include/powerpc-apple-
darwin5.4/bits/ctype_inline.h:80: no
matching function for call to `isgraph(char&)'
make[3]: *** [globals.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive-am] Error 2
make: *** [all-target-libstdc++-v3] Error 2
and
* the preprocessed file (*.i*) that triggers the bug, generated by
adding -save-temps to the complete compilation command, or, in the case
of a bug report for the GNAT front end, a complete set of source files
(see below). I don't know what this means....
Please advise.
Thanks,
Tom Moore
More information about the Gcc-bugs
mailing list