This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc3 install falure
- From: david d <phrm at pisem dot net>
- To: gcchelp <gcc-help at gcc dot gnu dot org>
- Date: Wed, 14 Aug 2002 15:36:15 +0400 (MSD)
- Subject: gcc3 install falure
Hello
I use RedHat Linux7.3 on a P-3 computer. i've
recently downloaded gcc3.1.1 source and tried
to compile it on my machine, keeping the
older version of it.
I've put the sources into
/home/phr/temp/gccc/gcc-3.11 (srcdir),
created /home/phr/temp/objdir (objdir),
then I did :
cd /home/phr/temp/objdir
sudo /home/phr/temp/gccc/gcc-3.11 configure
--program-suffix=3
sudo make bootstrap-lean CFLAGS='-O'
LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates'
and then after lots of time, I get the
following:
make[3]: Leaving directory
`/home/phr/temp/objdir/gcc'
make[2]: Leaving directory
`/home/phr/temp/objdir/gcc'
Configuring in i686-pc-linux-gnu/libstdc++-v3
grep:
/home/phr/temp/gccc/gcc-3.1.1/libstdc++-v3/configure.in:
No such file or directory
***
/home/phr/temp/gccc/gcc-3.1.1/libstdc++-v3/configure.in
has no "per-host:" line.
grep:
/home/phr/temp/gccc/gcc-3.1.1/libstdc++-v3/configure.in:
No such file or directory
make[1]: *** [configure-target-libstdc++-v3]
Error 1
make[1]: Leaving directory
`/home/phr/temp/objdir'
make: *** [bootstrap-lean] Error 2
What could be wrong