Xalan-C++
From CBLFS
Revision as of 12:50, 8 February 2009 by Weibullguy (talk | contribs)
Download Source: | http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz |
---|---|
Download Source: | http://www.apache.org/dist/xml/xalan-c/source/Xalan-C_1_10_0-src.tar.gz |
Contents
Introduction to Xalan-C++
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
cd c && export XALANCROOT=$PWD && sed -i "s/(int)m_/(long)m_/" src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp && ./runConfigure -p linux -c gcc -x g++ -m nls \ -l -lpthread -P /usr && make
Install the package:
make install
Multilib
32bit
Compile the package:
cd c && export XALANCROOT=$PWD && sed -i "s/(int)m_/(long)m_/" src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp && ./runConfigure -p linux -c gcc -x g++ -b 32 \ -z "${BUILD32}" -l "${BUILD32}" -m nls \ -l -lpthread -P /usr && make
Install the package:
make install
N32
ToDo
64Bit
Compile the package:
cd c && export XALANCROOT=$PWD && sed -i "s/(int)m_/(long)m_/" src/xalanc/PlatformSupport/XalanNLSMessageLoader.cpp && ./runConfigure -p linux -c gcc -x g++ -b 64 \ -z "${BUILD64}" -l "${BUILD64}" -m nls \ -l -lpthread -P /usr -C --libdir=/usr/lib64 && make
Install the package:
make install