This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to compile libstdc++.a libgcc.a with -fPIC ?


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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]