This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Shared library annoyance with gcc-3_0-branch
- To: ebiederm at xmission dot com
- Subject: Re: Shared library annoyance with gcc-3_0-branch
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Mon, 19 Feb 2001 11:20:02 -0800
- Cc: pfeifer at dbai dot tuwien dot ac dot at, rth at redhat dot com, hjl at valinux dot com, jbuck at synopsys dot COM, lucier at math dot purdue dot edu, gcc at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <Pine.BSF.4.33.0102191431300.35600-100000@taygeta.dbai.tuwien.ac.at><m1ae7i1p3u.fsf@frodo.biederman.org>
>>>>> "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