|
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
|
- Linux binary distribution has been upgraded Tinny Ng
- Re: Linux binary distribution has been upgraded Tinny Ng
- Re: Linux binary distribution has been upgraded Tuan Hoang
- Ralph Goers
