This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: PATCH: V3 configury, again


>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:

    Alexandre> On Jan 24, 2001, Mark Mitchell <mark@codesourcery.com>
    Alexandre> wrote:

    >> I actually think my changes are pretty clean, but obviously if
    >> you can do better that's terrific!

    Alexandre> Here's my patch.  It actually fixes a bug in libtool's

Thanks; glad to have something that works.

    Alexandre> TAG handling.  Formerly, we could have both kinds of
    Alexandre> libraries disabled, which is obviously not a good idea.
    Alexandre> This patch makes sure we have at least one kind of
    Alexandre> library enabled.

Your patch is essentially the same as my patch in its effects (in
particular, it will end up with build_old_libs set to yes, which is
the key), but it means that

 --disable-shared --disable-static

will no longer issue an error message -- it will just turn on
something, probably shared libraries, right?

Anyhow, the bottom line is that an out-of-the-box configure should
work, which is key.

Thanks!

--
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]