This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: Problematic linking between glibc and shared libgcc


>>>>> "Eric" == Eric W Biederman <ebiederm@xmission.com> writes:

    Eric> The problem is this installs a half broken GCC.  In
    Eric> particular you the can't compile any program with GCC, and
    Eric> have it run before /usr/local is mounted.  As a secondary

I'm not sure how message are getting interleaved, but I would
appreciate it if you would stop reiterating this point.

It's just not true, in general.

C programs that do not use shared libraries built with GCC are
absolutely unaffected.  That includes C programs that link with shared
libraries provided by the system vendor.

What won't work is C++ programs built with GCC, or shared libraries
built with GCC -- unless you use -static-libgcc.

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