g++ version 3 is also available on RedHat 7.2.  It builds just fine.  Unfortunately, you have to play games to get configure to work right...  The following is part of the script I run to build.
 
tar -xvzf $SRC/xml4c-src$VERSION.tar.gz &&
cd xml4c-src$VERSION/src &&
 
export CPPFLAGS=-I$PREFIX/include &&
export LDFLAGS=-L$PREFIX/lib &&
export XERCESCROOT=$HERE/xml4c-src$VERSION &&
export ICUROOT=$PREFIX &&
export PATH=/tmp:$PATH &&
ln -s /usr/bin/g++3 /tmp/g++
chmod u+x config.sub configure install-sh runConfigure &&
./runConfigure -c gcc -x g++ -P $PREFIX -p linux -t icu -r pthread &&
make &&
make install &&
rm -f /tmp/g++ &&
cd ../..
 
SH_NAME=`find ../devel/lib -name 'libxerces*.so'` &&
SH_NAME=${SH_NAME##*/} &&
ln -s $SH_NAME ../devel/lib/libxerces.so
-----Original Message-----
From: Tinny Ng [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 7:46 AM
To: [EMAIL PROTECTED]
Subject: Re: Linux binary distribution has been upgraded

typo ... I meant 'g++', not 'go++'
 
Tinny
----- Original Message -----
From: Tinny Ng
Sent: Friday, March 01, 2002 10:16 AM
Subject: Linux binary distribution has been upgraded

We have upgraded our Linux build machine, and thus the Linux binary distribution in the latest nightly build and future stable release will be built on:
 
Linux Red 7.2 using go++ 2.96
 
(previous was Linux Red 6.1 using go++ 2.91)
 
Thanks!
 
Tinny

Reply via email to