Difference between revisions of "Xalan-C++"

From CBLFS
Jump to navigationJump to search
Line 21: Line 21:
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 +
 +
Note: On 64 bit systems you will likely have to change a couple of "(int)" to "(long)"; build fails otherwise...
  
 
Compile the package:
 
Compile the package:

Revision as of 01:56, 11 July 2007

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

Introduction to Xalan-C++

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Note: On 64 bit systems you will likely have to change a couple of "(int)" to "(long)"; build fails otherwise...

Compile the package:

cd c &&
export XALANCROOT=$PWD &&
./runConfigure -p linux -c gcc -x g++ -m nls -l -lpthread -P /usr &&
make

Install the package:

make install

Multilib

32bit

ToDo

N32

ToDo

64Bit

ToDo