Problematic linking between glibc and shared libgcc

Mark Mitchell mark@codesourcery.com
Mon Feb 19 12:56:00 GMT 2001


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



More information about the Libc-alpha mailing list