This is the mail archive of the gcc@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]
Other format: [Raw text]

gcc 3.2.2 on Mac OS X missing header??


I followed the gcc 3.2.2 instructions to the letter two times, make (GNU make) failed at the same point each time when getting to libstdc++-v3. No mention in the faqs or open bugs of this problem.

Configuration 10.1.5, Darwin 5.5, 500MHz 512 Mb G4 PowerBook

failure log:
...<snip>
ranlib .libs/libsupc++.a
creating libsupc++.la
(cd .libs && rm -f libsupc++.la && ln -s ../libsupc++.la libsupc++.la)
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/libsupc++/.libs
Making all in src
/bin/sh ../libtool --tag CXX --mode=compile /code_samples/gcc/gccobj/gcc/xgcc -shared-libgcc -B/code_samples/gcc/gccobj/gcc/ -nostdinc++ -L/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/src -L/code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/src/.libs -B/usr/local/gcc32/powerpc-apple-darwin5.5/bin/ -B/usr/local/gcc32/powerpc-apple-darwin5.5/lib/ -isystem /usr/local/gcc32/powerpc-apple-darwin5.5/include -msoft-float -nostdinc++ -I/code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/powerpc-apple-darwin5.5 -I/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include -I../../../../../gcc-3.2.2/libstdc++-v3/libsupc++ -I../../../../../gcc-3.2.2/libstdc++-v3/libmath -g -O2 -msoft-float -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.2.2/libstdc++-v3/src/bitset.cc
/code_samples/gcc/gccobj/gcc/xgcc -shared-libgcc -B/code_samples/gcc/gccobj/gcc/ -nostdinc++ -L/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/src -L/code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/src/.libs -B/usr/local/gcc32/powerpc-apple-darwin5.5/bin/ -B/usr/local/gcc32/powerpc-apple-darwin5.5/lib/ -isystem /usr/local/gcc32/powerpc-apple-darwin5.5/include -msoft-float -nostdinc++ -I/code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/powerpc-apple-darwin5.5 -I/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include -I../../../../../gcc-3.2.2/libstdc++-v3/libsupc++ -I../../../../../gcc-3.2.2/libstdc++-v3/libmath -g -O2 -msoft-float -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../../gcc-3.2.2/libstdc++-v3/src/bitset.cc -o bitset.o
In file included from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/bits/localefwd.h:48,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/ios:48,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/ostream:45,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/bitset:58,
from ../../../../../gcc-3.2.2/libstdc++-v3/src/bitset.cc:43:
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:68: `
isalnum' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:69: `
isalpha' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:70: `
iscntrl' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:71: `
isdigit' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:72: `
isgraph' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:73: `
islower' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:74: `
isprint' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:75: `
ispunct' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:76: `
isspace' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:77: `
isupper' not declared
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/cctype:78: `
isxdigit' not declared
In file included from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/bits/locale_facets.h:400,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/bits/basic_ios.h:41,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/ios:51,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/ostream:45,
from /code_samples/gcc/gccobj/powerpc-apple-
darwin5.5/soft-float/libstdc++-v3/include/bitset:58,
from ../../../../../gcc-3.2.2/libstdc++-v3/src/bitset.cc:43:
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h: In
member function `bool std::ctype<char>::is(unsigned int, char) const':
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:50: no
matching function for call to `isspace(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:53: no
matching function for call to `isprint(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:56: no
matching function for call to `iscntrl(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:59: no
matching function for call to `isupper(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:62: no
matching function for call to `islower(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:65: no
matching function for call to `isalpha(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:68: no
matching function for call to `isdigit(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:71: no
matching function for call to `ispunct(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:74: no
matching function for call to `isxdigit(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:77: no
matching function for call to `isalnum(char&)'
/code_samples/gcc/gccobj/powerpc-apple-darwin5.5/soft-
float/libstdc++-v3/include/powerpc-apple-
darwin5.5/bits/ctype_inline.h:80: no
matching function for call to `isgraph(char&)'
make[7]: *** [bitset.lo] Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all-recursive-am] Error 2
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-recursive-am] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [bootstrap] Error 2
[v_laptop:/code_samples/gcc/gccobj] v%



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