Hi, is it possible to configure gcc 4.2.2 as "--disable-shared" + "-fPIC for libstdc++.a, libgcc.a, ..." ? I want to use libstdc++.a for building a shared library on Linux RH4 64-bit in order to avoid dependencies to LD_LIBRARY_PATH.Second question: is this advisable? I see hints that exception handling across boundaries of shared libraries may fail in this case.
Ulli