This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gnu on solaris
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 3 Oct 2002 16:47:36 -0400 (EDT)
- Subject: Re: gnu on solaris
On Thu, 3 Oct 2002, Nathan Sidwell wrote:
> 1) binutils 2.13 can't build shared objects - well, it builds them
> but they segfault. This manifested as an immediate segfault in c++
> programs compiled by a subsequently built g++. binutils tests
> passed (IIRC). This took a little tracking, and of course the obvious
> suspect (the new compiler) was innocent.
It's probably the now-default "-z combreloc", discussed on the
binutils mailing list.
brgds, H-P