If you'd like to try out the cygwin package that I've put together, here are the steps: 1) launch setup.exe that you downloaded from www.cygwin.com 2) follow the wizard with all the options that you used to install cygwin with 3) when you get to the "Choose A Download Site" page, type http://abackus.imagineis.com in the "User URL" box and click the "Add" button 4) click "Next >" 5) In the list that appears, expand "Devel" and scroll down and click in the "New" column for "xerces-c-devel" until it says "2.1.0-1" 6) click "Next >" complete setup in the usual fashion...
After setup is complete, you should be able to link with the xerces 2.1.0 library in cygwin, provided that you are using gcc 3.2 (also under the "Devel" heading in setup, but it should have been automatically picked up). You won't need to provide any extra include or library search paths when compiling because everything is put into the proper cygwin system directories (/usr/lib and /usr/include). The only thing you need to do is to add -lxerces-c to your link line. -Abe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
