Hi I have built GCC 3.4.2 bootstrapping GCC3.2.3 for ultrasparc chip.
After building Xerces-2.6.0, Xalan 1.9 build gives me the following error for MsgCreator. ld: warning: file libstdc++.so.5: required by /user/apradhan/xerces/xerces-c-src_2_6_0/lib/libxerces-c.so, not found gmake[3]: Leaving directory `/user/apradhan/xalan/xml-xalan/c/src/xalanc/Utils/MsgCreator' ../../../bin/MsgCreator /user/apradhan/xalan/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf -TYPE INMEM -LOCALE en_US ld.so.1: ../../../bin/MsgCreator: fatal: libstdc++.so.5: open failed: No such file or directory gmake[2]: *** [../../../nls/include/LocalMsgData.hpp] Killed gmake[2]: Leaving directory `/user/apradhan/xalan/xml-xalan/c/src/xalanc/Utils' gmake[1]: *** [locale] Error 2 gmake[1]: Leaving directory `/user/apradhan/xalan/xml-xalan/c/src/xalanc' gmake: *** [all] Error 2 I had deleted the GCC3.2.3 after building GCC3.4.2 and all other builds are doing fine. I have build xerces 32 bit with the same environment setup as xalan. I have set the environment path for libstdc++.so.6. Then I restoed the GCC3.2.3 folders. When I set the path for libstdc++.so.5(gcc 3.2.3) , it gave error " file libstdc++.so.6(gcc 3.4.2): required by /user/apradhan/xerces/xerces-c-src_2_6_0/lib/libxerces-c.so, not found" though the file are existing there. What is going on? warm regards Saurabh