Multiple Compiler Versions & STL Shared Library
Hi All,
I have a SunBlade 1500 running Solaris 9 and I need to work with several versions of the Sun Studio C++ compiler. I am linking to "/usr/lib/ libCstd.so.1". The install directory /opt/SUNWspro DOES NOT HAVE the file "libCstd.so", it only has symbolic links as /opt/SUNWspro/lib/libCstd.so -> /usr/lib/...
If I install another version of Sun Studio C++ into a different directory and it puts libCstd over in /usr/lib, it will overwrite the previous libCstd. So how do I access multiple versions of libCstd? I need to recompile an app switching the CC compiler and library versions from my single Solaris 9 development SunBlade.
I greatly appreciate any advice.
Joe

