This is the mail archive of the gcc@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]

RE: Can code compiled with g++ 3.3.1 run with earlier versionsofcompiler runtime environment?


On Thu, 2004-09-23 at 05:11, Arora, Sudhanshu wrote:
>  but then the problem arises with libgcc_s.so.1. I don't have a static version of this library with me.

libgcc_s.so.1 is the shared version of the static libgcc.a library. 
There are options to control whether a static or shared libgcc is linked
in: -static-libgcc, --shared-libgcc.

However, it might be better to build a gcc configured with the
--disable-shared configure option, so that you don't have to worry about
shared library issues.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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