"Fernando Jeronymo" <[EMAIL PROTECTED]> writes: > Is the porting to HP-UX always this painfull? Right now, I am so > behind my schedule in my project (3 days trying to port this) that I > will call a c++ program using xerces from a pipe inside my perl > scripts.... It is just a temporary solution, until I can make this > port work.
Don't know, but it seems to be. Most commercial unix systems are pretty funky. Especially given that each one uses their own proprietary compilers... Also, here is the information that Tinny Ng sent me about doing compiles on HP: == compile, e.g.: aCC -D_HP_UX -DHPaCC -DHPUX11 +DAportable +Z -c -O -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET -I./xerces-c-src1_5_2/include -I./xerces-c-src1_5_2/src -o ./xerces-c-src1_5_2/obj/HPUX/XUtil.o XUtil.cpp and link is: aCC -DHPUX -b -o /home/build/xml4c_root/xerces-c-src1_5_2/lib/libxerces-c1_5_2.sl ./xerces-c-src1_5_2/obj/HPUX/ASCIIRangeFactory.o : [all the object files] ./xerces-c-src1_5_2/obj/HPUX/sax2Dummy.o -lpthread -lnsl -lCsup -lstream == It seems they're not adding -lcl. Maybe you have to re-compile Xerces-C from source and add -lcl there? jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
