This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0 Release Criteria
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: GCC 3.0 Release Criteria
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 28 Apr 2000 10:40:37 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <200004281503.LAA20153@caip.rutgers.edu>
On Fri, Apr 28, 2000 at 11:03:11AM -0400, Kaveh R. Ghazi wrote:
> I was concerned because anyone who uses gcc on solaris would find
> themselves having to choose between a complete static link or
> a dynamic link but with the additional headache of having to
> distribute libgcc.so with their binary.
But if they use libstdc++.so, they will also have to link to libgcc.so.
Linking statically with libgcc is *only* an option when you're using
*no* other dsos that need libgcc.
r~