This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: building problems with gcc 3.2 relating to libstdc..
- From: "Rettenbeck, Richard" <richard dot rettenbeck at hp dot com>
- To: "Phil Edwards" <phil at jaj dot com>
- Cc: "Benjamin Kosnik" <bkoz at redhat dot com>, <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 17 Oct 2002 08:45:13 +1000
- Subject: RE: building problems with gcc 3.2 relating to libstdc..
Hi Phil,
Thanks for the help, i've got the error message..
/root/gccsource/gcc-3.2/libstdc++-v3/src/globals.cc -fPIC -DPIC -o .libs/globals.o
In file included from /root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/bits/fpos.h:45,
from /root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/iosfwd:46,
from /root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/ios:44,
from /root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/istream:44,
from /root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/fstream:45,
from /root/gccsource/gcc-3.2/libstdc++-v3/src/globals.cc:30:
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:138: `fgetwc
' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:139: `fgetws
' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:140: `fputwc
' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:141: `fputws
' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:142: `fwide'
not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:143: `
fwprintf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:144: `
fwscanf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:145: `getwc'
not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:146: `
getwchar' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:151: `putwc'
not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:152: `
putwchar' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:153: `
swprintf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:154: `
swscanf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:155: `
ungetwc' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:156: `
vfwprintf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:157: `
vfwscanf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:158: `
vswprintf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:159: `
vswscanf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:160: `
vwprintf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:161: `
vwscanf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:168: `
wcsftime' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:186: `
wprintf' not declared
/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/cwchar:187: `wscanf
' not declared
make[4]: *** [globals.lo] Error 1
make[4]: Leaving directory `/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/root/gccbuild'
make: *** [bootstrap-lean] Error 2
Any idea on what I'm doing wrong?
Thanks
Richard