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: libtool, java woes


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

    Alexandre> What I don't understand is why libgcj is linked with
    Alexandre> libsupc++, and not with libstdc++.

    >> We don't need or want libstdc++.

I think it's basically wrong to link with libsupc++ on any
non-embedded system.  In the same way that we don't provide a separate
malloc-and-free-but-not-popen C library, we shouldn't provide a
separate new-and-delete-but-not-iostream C++ library.

I don't even think we should install libsupc++ on a workstation.

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