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
On Mon, Feb 19, 2001 at 01:21:33PM +0100, Andreas Jaeger wrote:
> Mark Mitchell <mark@codesourcery.com> writes:
>
> > You can use -rpath if you want. Or you can build --enable-static. Or
> > you can use -static-libgcc. Or you can use -static.
>
> AFAIK --enable-static builds all libs as static versions. I'd like to
> build only libgcc as static but have a shared libstdc++. Is this
> supported with the current configure frame-work? Or should we change
> gcc/configure to except --enable-static-libgcc?
>
Personally I believe the shared libgcc is a good thing if it is done
right. I believe we, Linux/glibc, can do it right. Following the
glibc shared library installation model is a good start.
--
H.J. Lu (hjl@valinux.com)