Hi,
i had some trouble compiling xerces 1.5.1 on a s390 running RedHat linux. The
compilation of the .so made no problems but the samples reported a bunch of unresolved
symbols.
adding -rdynamic to the linking of the .so helped and now everything compiles fine:
g++ -DLINUX -shared -fPIC -rdynamic -o /tmp/xerces-c-src1_5_1//lib/libxerces-c1_5_1.so
/tmp/xerces-c-src1_5_1//obj/LINUX/ASCIIRangeFactory.o [...]
[...] /tmp/xerces-c-src1_5_1//obj/LINUX/XMLWin1252Transcoder.o
/tmp/xerces-c-src1_5_1//obj/LINUX/XUtil.o -lpthread -L/usr/lib -L/usr/local/lib
-L/usr/ccs/lib -lc
stefan
ps: $ gcc -v
Reading specs from /usr/lib/gcc-lib/s390-redhat-linux/2.95.3/specs
gcc version 2.95.3 20010319 (prerelease Red Hat Linux S/390)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]