This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Symbol visibility build failure on Solaris
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 17 Jun 2003 13:59:27 -0400
- Subject: Re: Symbol visibility build failure on Solaris
>>>>> Daniel Jacobowitz writes:
Daniel> Does this mean that we need to move __eprintf from LIB2FUNCS_ST to
Daniel> LIB2FUNCS_2, or that -shared-libgcc should also pull in libgcc.a?
Specifying -shared-libgcc and linking with libgcc.a will cause
problems on some platforms.
David