BUILDING XERCES ON SUN8 ULTRA-4 SERVER, USING GCC3.4.2 (libstdc++.6.0.2) Hi Experts I have build a Xerces 2-6-0, while checking it's dependencies I see this o/p. It's looking for C++ library for GCC 3.2.3, which doesn't exist on ths system as we have bootstrapped GCC 3.4.2 over it. It should point to libstdc++.6.0.2 for GCC3.4.2. However it's able to point to the C library(libgcc_s.so.1) correctly. PLEASE HELP AS WE ARE CLUELESS??? /user/apradhan/xerces/xerces-c-src_2_6_0/lib >ldd libxerces-c.so libpthread.so.1 => /usr/lib/libpthread.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libstdc++.so.5 => (file not found) libm.so.1 => /usr/lib/libm.so.1 libgcc_s.so.1 => /tools/remote/gnu/gcc/v3.4.2/lib/libgcc_s.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libc.so.1 => /usr/lib/libc.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libthread.so.1 => /usr/lib/libthread.so.1 /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1 We are able to build other 3rd parties like QT,KDWidets and TCL on the above machine. Previously I have built the same code on another machine with same "SunOS 5.8 Generic_108528-24" and "sun4u sparc SUNW,Sun-Fire-480R" architecture. Attaching the runConfigure(32 bit) we have used in both cases. This has been modified from the original by adding switches for g++ flags. warm regards warm regards Saurabh
Attachment:
runConfigure
Description: Binary data