Xerces calling for specific versions of: libm, libc, libstdc

I also posted this in qdn.public.porting. – Thanks!

Howdy,
I’m finally on to linking Xalan.
So, xerces (a sub library of Xalan) is calling for the following shared
library versions:
libm.so.6
libc.so.6
libstdc+±libc6.1-1.so.2

So my question should be obvious now… Where do I find those newer
versions for QNX 6.1 ?
My library versions are:
libm.so.2
libc.so.2
libstdc++.so.2.10 (and I’m not sure if that is the same library as
libstdc+±libc6.1-1.so.2)??

gcc 2.95.2

Or, is it a matter of finding the library sources and building those for
QNX? (Gosh I hope not!)

Any pointers to where I can find these libraries would be splendid!
:slight_smile:
TIA,
$Kevin