Thanks a lot On 12/29/06, Alberto Massari <[EMAIL PROTECTED]> wrote:
At 16.09 29/12/2006 +0530, Anshul Madan wrote: >I even set LD_LIBRARY_PATH in Cygwin Shell as specified at >http://xml.apache.org/xerces-c/samples.html > >export LD_LIBRARY_PATH=/cygdrive/c/cygwin/lib:$LIBPATH (or xercesc_2_5) > >I also set Windows PATH to C:\cygwin\\lib; > >Its still not working?? As David told you, you need to specify the .lib file in the linker command line (usually via -L/usr/lib -lxerces); setting LD_LIBRARY_PATH or PATH environment variables is needed at runtime (i.e. when you try to run the application). Alberto
