Hi again, I downloaded the 64 bit versions of xerces and xalan and now I don't get the errors below, but I do get other warnings (I don't know how serious these are, can I run my app without them ?) :
ld: (Warning) Unsatisfied symbol "static HPMutexWrapper::unlock(void *)" in file ../bin//libxalan.sl ld: (Warning) Unsatisfied symbol "Class tables [Vtable] dependent on key functio n: "exception::~exception()"" in file ../bin//libxalan.sl ld: (Warning) Unsatisfied symbol "typeid<exception>" in file ../bin//libxalan.sl ld: (Warning) Unsatisfied symbol "exception::~exception()" in file ../bin//libxa lan.sl ld: (Warning) Unsatisfied symbol "HPMutexWrapper::~HPMutexWrapper()" in file ../ bin//libxalan.sl ld: (Warning) Unsatisfied symbol "HPMutexWrapper::init()" in file ../bin//libxal an.sl ld: (Warning) Unsatisfied symbol "static HPMutexWrapper::lock(void *)" in file . ./bin//libxalan.sl Does anyone have a solution of what I can do to get rid of these warnings ? Thanks, Ken On 7/13/05, Ken <[EMAIL PROTECTED]> wrote: > Hi, > > I downloaded for HP-UX Xalan-C_1_9_0-hpux_11i-acc_a03.tar.gz and tried > to link my app with it on a machine having HP-UX B.11.11 U, but I > always get the following error : > > "Mismatched ABI (not an ELF file) for -lxalan" > > and the same error for xerces. > > I first created a link to libxalan-c.sl.19.0, named libxalan.sl and a > corresponding one to libxerces-c.sl.26.0 > > I'm using aCC: HP ANSI C++ B3910B A.03.37. > > Here're the command lines, if of any help : > > /opt/aCC/bin/aCC -c -w -ext +DA2.0W -AA -mt -g0 +d +Z +p -DHPUX -D_DEBUG -I > ./i > nclude/ -I /opt/aCC/include_std/ -I ../xerces/include/ -I > ../xalan/include/ src/main.cpp -o obj/main.o > > /opt/aCC/bin/aCC -L /usr/lib -L /opt/aCC/lib -L ../bin/ +DA2.0W -AA > -g0 -Wl,+s,+n,-a,shared -o ../bin/app -lrt -lpthread -lstd_v2 > -lCsup_v2 -lxalan -lxerces ./obj/main.o > > => ld: Mismatched ABI (not an ELF file) for -lxalan > > Any suggestions ? > > Tx, > Ken >
