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


>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

    >> However, in C++, I hink you get shared libgcc only when
    >> --enable-shared, so your world has not changed at all.  (C++
    >> programs are now linked against two shared libraries instead of
    >> one.)

    Gerald> That's not what I've been experiencing, if you look at the
    Gerald> two command-lines quoted above. Both copies of GCC (2.95
    Gerald> and 3.0) have been configured with "./configure
    Gerald> --prefix=..." and nothing lese.

Ah, true.  That's because you're noticing that we've turned on
--enable-shared by default.

    Gerald> This does *not* mean the new behavior is bad, just that we
    Gerald> should add a very big note at a prominent place of the
    Gerald> release notes.

Agreed.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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