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


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

    Eric> O.k.  What happens when you take that GCC and build a binary
    Eric> for use during the unix bootstrap.  init, /bin/sh, or
    Eric> something called from your initial scripts.

It works fine.  Because you didn't link against any shared libraries,
and because you didn't specify -shared-libgcc, it gets the static
version of libgcc linked in.  

There should be no difference for such programs.

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]