Many thanks! That seems to have done it -- I can only assume something went wrong during my previous attempt.
Maybe I had my xercesroot pointing at the wrong level of the tree.




On 25 Apr 2005, at 05:22, James Berry (JIRA) wrote:

#!/bin/sh
release=xerces-c-src_2_6_0
mkdir testx
cd testx
curl -O "http://www.apache.org/dist/xml/xerces-c/${release}.tar.gz";
gnutar -xzf ${release}.tar.gz
cd ${release}
export XERCESCROOT=`pwd`
cd src/xercesc
./runConfigure -p macosx -n native
make

From the Macmini at Burnard Towers


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to