Re: g++ problem

2003-01-26 Thread Arunvijai S
Hi Aziz, Follow this suggestions and mail me if you find these are usefull. 1).export LD_LIBRARY_PATH = directory. 2).Copy or link libxercesc.so to /usr/lib and /usr/local/lib; 3).Try to run samples after compiling it as the same way used for compiling the source. Note :-Both Source and samples s

g++ problem

2003-01-24 Thread Aziz
To all, I am beginner to programming in linux. I have buit xerces-c-src2_1_0 on RedHat8.0 with g++ 3.2. Samples are working properly.. But i get "undefined reference" error when i initialize xercesc system. Someone said that you should create some links to xercesc library. There are links in $XE