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


On Feb 17, 2001, Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> wrote:

> Well, there is a very noticable difference between 2.95 and 3.0:

Yep.  The difference is that GCC 3.0 builds shared libraries by
default.  GCC 2.95 didn't.

For backward compatibility, it would be enough to AC_DISABLE_SHARED in
libstdc++-v3/configure.in (except that we'd still create a shared
libgcc_s, that would still be linked into user-created shared
libraries).

OTOH, it might be reasonable to have shared libraries enabled by
default.  I suppose most installations of GCC have a shared libstdc++
these days, so the default would just follow common practice.  But I
may be wrong in this assumption.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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