public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Static Compilation of GCC 3.2 fails
@ 2002-11-05  6:27 Allen Parker
  0 siblings, 0 replies; only message in thread
From: Allen Parker @ 2002-11-05  6:27 UTC (permalink / raw)
  To: gcc-help

Redhat 8.0 stock glibc 2.93 gcc 3.2 binutils 2.13.90.0.2

Current:
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)


../gcc-3.2/configure --prefix=/static --enable-__cxa_atexit \
   --disable-checking --disable-nls --disable-shared &&
echo "#define HAVE_GAS_HIDDEN 1" >> gcc/auto-host.h &&
make BOOT_LDFLAGS=-static bootstrap &&
make prefix=$LFS/static install &&
ln -s gcc $LFS/static/bin/cc


Fails with:

In file included from
../../../../gcc-3.2/libstdc++-v3/src/locale.cc:406:
/mnt/lfs/static/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i68
6-pc-linux-gnu/bits/ctype_noninline.h: In
   static member function `static const short unsigned int*
   std::ctype<char>::classic_table()':
/mnt/lfs/static/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i68
6-pc-linux-gnu/bits/ctype_noninline.h:45: `
   __ctype_b' undeclared (first use this function)
/mnt/lfs/static/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i68
6-pc-linux-gnu/bits/ctype_noninline.h:45: (Each
   undeclared identifier is reported only once for each function it
appears
   in.)
/mnt/lfs/static/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i68
6-pc-linux-gnu/bits/ctype_noninline.h: In
   constructor `std::ctype<char>::ctype(int*, const short unsigned int*,
bool,
   unsigned int)':
/mnt/lfs/static/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i68
6-pc-linux-gnu/bits/ctype_noninline.h:61: `
   __ctype_toupper' undeclared (first use this function)
/mnt/lfs/static/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i68
6-pc-linux-gnu/bits/ctype_noninline.h:61: `
   __ctype_tolower' undeclared (first use this function)


Chip
My opinions are meant to annoy and offend you! HAHAHA
Retarded monkey say: love in circle is not square.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-05 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-05  6:27 Static Compilation of GCC 3.2 fails Allen Parker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).