Linking error

2003-07-29 Thread Suchit Batheja
Hi, I get this error & have no clue what I am doing wrong. I have set all the environment variables. [suchit]$ g++ test.cpp -I/usr/local/include -L/usr/local/lib -lxerces-c /usr/local/lib/libxerces-c.so: undefined reference to `pthread_mutexattr_destroy' /usr/local/lib/libxerces-c.so: undef

Setting LD_LIBRARY_PATH

2003-07-18 Thread Suchit Batheja
hi, Everytime I log in I have to set the LD_LIBRARY_PATH using the setenv command in Linux. Is there a way to set it permenantly. thanks suchit. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Validating XML docs against a Schema

2003-07-14 Thread Suchit Batheja
Suchit. // //Author: Suchit Batheja// //Date : July 14th 2003// // // --- // Includes for all the program files to see

Validating a XML Document to an External Schema

2003-07-14 Thread Suchit Batheja
Hi, I am trying to validate an XML Document to an external schema. Even though there are errors in the file & does not confirm to the schema I get no such error messages. - using namespace xercesc; int main() { // Initialize the XML4C2 system

file or directory not found.

2003-07-10 Thread Suchit Batheja
hi, After installing xerces-c I managed to build all the examples. They all work fine. But when I tried to modify them & use the makefile I get errors saying the header files were not found. A simple program like this gave the following errors: #include using namespace xercesc; int main {