Kirov Plamen wrote:
Hello,

I try to build Xalan-c 1.8 on HP-UX 11.23 ia64 platform, using GNU CC:

1. /runConfigure -php-11-ia64 -cgcc -xg++ -P$XALANCROOT –ticu/ - the result seems OK.


Note that Xalan has never been built or tested on HP-UX IA64 using the GNU compiler, so who knows what might happen.

2. /gmake/ stops with error:

g++ -O -DNDEBUG -I/bscs_app/bscs_d1/users/plamen/icu/include -fno-elide-constructors -shared -DHPUX -D_THREAD_SAFE -shared -Wl,+s -DXALAN_INMEM_MSG_LOADER \

-L/bscs_app/bscs_d1/users/plamen/xerces-c-src_2_7_0/lib -lxerces-c ../../../../obj/MsgFileOutputStream.o ../../../../obj/ICUResHandler.o ../../../../obj/InMemHandler.o ../../../../obj/MsgCreator.o ../../../../obj/NLSHandler.o ../../../../obj/SAX2Handler.o -o ../../../../bin/MsgCreator

gmake[3]: Leaving directory `/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/Utils/MsgCreator'

../../../bin/MsgCreator /bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf -TYPE INMEM -LOCALE en_US

sh: ../../../bin/MsgCreator: cannot execute


OK, what happens if you try to run the MsgCreator utility outside of the make process?

gmake[2]: *** [../../../nls/include/LocalMsgData.hpp] Error 1

gmake[2]: Leaving directory `/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/Utils'

gmake[1]: *** [locale] Error 2

gmake[1]: Leaving directory `/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc'

gmake: *** [all] Error 2

Any ideas is appreciated J


Maybe your LD_LIBRARY_PATH is not set properly so the Xerces-C library can be located?

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to