This is the mail archive of the gcc-help@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]

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  
  


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