logolineright
bottomhttp://xml.apache.org/http://www.apache.org/http://www.w3.org/
join
Xalan-C++ 1.10
Overview
Charter
What's New
separator
Downloads
Build Instructions
Installation
separator
Sample Apps
Command Line
Usage Patterns
separator
Programming
Extensions
Extensions Library
API Reference
separator
FAQs
separator
Bugs
Testing
close
Setting up the path/library path
 
For Windows
 

To use the Windows binary distribution, you must place the Xalan executables and the Xalan and Xerces libraries on the path:

  • Put Xalan-C_1_10_0-<my_Windows_distribution>\bin and xerces-c2_7_0-<my_Windows_distribution>\bin on the path.

The Visual C++ Xalan project included with the Windows release knows the relative paths to the Xalan headers and libraries, but it does not know where you have unzipped the Xerces distribution. If you plan to use Visual C++ to build Xalan applications or rebuild Xalan, you must also provide Visual C++ with access to the Xerces headers and libraries.

Use the Visual C++ Tools menu to open the Options dialog box, go to the Directories tab, and do the following:

  • Add the path to xerces-c2_7_0-<my_Windows_distribution>\include to the list of directories of Include files.
  • Add the path to xerces-c2_7_0-<my_Windows_distribution>\lib to the list of directories of Library files.

For UNIX
 

To use one of the UNIX binary distributions, you must place the Xalan-C++ executable on the path, and the Xalan-C++ and Xerces-C++ libraries on the library path.

For the Xalan-C++ AIX distributions:

  • Put Xalan-C_1_10_0-<my_AIX_distribution>/bin on the path (PATH).
  • Put Xalan-C_1_10_0-<my_AIX_distribution>/lib and xerces-c2_7_0-<my_AIX_distribution>/lib on the library path (LIBPATH), or copy the shared libraries to /usr/lib.

For the Xalan-C++ HP-UX 11 distributions:

  • Put Xalan-C_1_10_0-<my_HPUX_distribution>/bin on the path (PATH).

  • Put Xalan-C_1_10_0-<my_HPUX_distribution>/lib and xerces-c2_7_0-<my_HPUX_distribution>/lib on the library path (SHLIB_PATH), or copy the shared libraries to /usr/lib.

For the Xalan-C++ Solaris distributions:

  • Put Xalan-C_1_10_0-<my_Solaris_distribution>/bin on the path (PATH).

  • Put Xalan-C_1_10_0-<my_Solaris_distribution>/lib and xerces-c2_7_0-<my_Solaris_distribution>/lib on the library path (LD_LIBRARY_PATH), or copy the shared libraries to /usr/lib.

For the Xalan-C++ RedHat and SuSE Linux distributions:

  • Put Xalan-C_1_10_0-<my_Linux_distribution>/bin on the path (PATH).
  • Put Xalan-C_1_10_0-<my_Linux_distribution>/lib and xerces-c2_7_0-<my_Linux_distribution>/lib on the library path (LD_LIBRARY_PATH), or copy the shared libraries to /usr/lib.



dot
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.