On 27 Feb 2002, Jason E. Stewart wrote: > It might be something simple: > > * did you set your LD_LIBRARY_PATH variable to include the directory > where the libxerces dynamic library (from Xerces-C) is located? > > * were you able to successfully use any of the example applications > from the Xerces-C distribution (DOMCount, SAXCount)? > > That bit about: 'Can't shl_load() a library containing > Thread Local Storage: /usr/lib/libpthread.1' > > looks worrisome, though.
Are you sure that the correct compiler and linker switches are being set to create a threaded object file? This can be as simple as: -D_REENTRANT on Linux, or may involve some arcane command line switches or alternate libraries. Under AIX, you can get thread support by calling a variant of the compiler, e.g. xlC ---> xlC_r Steve -- ---------------------------------------------------------------- Steven N. Hirsch tie-line: 446-6557 ext: 802-769-6557 Staff Engineer Methodology Integration Team ASIC Product Development IBM Microelectronics ---------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
