SUMMARY: g++ missing

From: Derek Gatherer (d.gatherer@vir.gla.ac.uk)
Date: Tue Dec 16 2003 - 11:06:40 EST


Thanks to Charles Ballowe, Peter Stern, Fred van Kempen and Kevin McCarty.

The correct procedure for gcc-3.3.2 is:

mkdir objdir
cd objdir
../gcc-3.3.2/configure --enable-languages=c,c++
/usr/local/bin/gnumake bootstrap
make install

The necessary points are:

1) objdir should be outside of the gcc source tree - otherwise it fails
on make install
2) gnumake bootstrap has to be used - make bootstrap doesn't make
3) --enable-languages=c++,c is used - not g++
4) gcc-3.3.1 doesn't work at all on Tru64 - the GNU people know this (there
is a complex workaround provided but I didn't try it)

cheers
Derek



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:46 EDT