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
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:
Suchit.
//
//Author: Suchit Batheja//
//Date : July 14th 2003//
//
// ---
// Includes for all the program files to see
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
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
{