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]

Re: Shared library annoyance with gcc-3_0-branch


Mark Mitchell <mark@codesourcery.com> writes:

> You can use -rpath if you want.  Or you can build --enable-static.  Or
> you can use -static-libgcc.  Or you can use -static.

AFAIK --enable-static builds all libs as static versions.  I'd like to
build only libgcc as static but have a shared libstdc++.  Is this
supported with the current configure frame-work?  Or should we change
gcc/configure to except --enable-static-libgcc?

Andreas 
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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