Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 1995 13:57:32 -0700
From:      Nate Williams <nate@trout.sri.MT.net>
To:        Poul-Henning Kamp <phk@ref.tfs.com>
Cc:        phk@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com
Subject:   Re: cvs commit: src/gnu/usr.bin/cc/libgcc Makefile
Message-ID:  <199503122057.NAA25367@trout.sri.MT.net>
In-Reply-To: Poul-Henning Kamp <phk@ref.tfs.com> "Re: cvs commit: src/gnu/usr.bin/cc/libgcc Makefile" (Mar 12, 11:07am)

next in thread | previous in thread | raw e-mail | index | archive | help
> > >   Add back the shared libgcc, now that we don't use it to link against.
> > 
> > Please make it static.  We *really* don't want to require folks to have
> > to get the shared libgcc for some binaries.  Why else would it be shared?
> > 
> 
> Explanation:  We only link against the static one, but old binaries still
> look for the dynamic one...

Except the old binaries are looking for a gcc that contains all of the
old symbols which only exist in libgcc.so.262.0, and the new version is
(and needs to be differnt) libgcc.so.263.0 since it has completely different
object in it.


Nate






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503122057.NAA25367>