I've built xerces-c according to the build instructions at http://xml.apache.org/xerces-c/build.html via:
runConfigure; make; make install
and it seems to have put the include files in /usr/local/include/xercesc and left the libs (bizarrely ?) in the lib dir in the source tree.
I'd like to do a build and end up with includes in the /usr/include and libs in /usr/lib.
Can anyone tell me if this is easily possible via runConfigure, or how else it can be done ?
Hi Stephen,
Xerces doesn't currently use "make install" to populate a target directory with the output of the compilation. The closest script that does it is scripts/packageBinaries.pl that is used to build, install and create the distribution packages that are available on the web site.
Hope this helps, Alberto
