This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: binutils 2.10.1 on solaris with 2.95.2.
- To: "Putney, Jeff" <jeff dot putney at ebenx dot com>
- Subject: Re: binutils 2.10.1 on solaris with 2.95.2.
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Thu, 14 Dec 2000 19:46:26 +0100 (CET)
- cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
On Wed, 13 Dec 2000, Putney, Jeff wrote:
> Is there any consensus on the use of binutils 2.10.1 with gcc-2.95.2 on
> solaris 2.6 - 8?
There is no need to use binutils on this platform. You can use Sun's
tools.
> 2) Using sun's as (on 2.6) either has problems with name mangling
> (especially with maps) or linker errors when --squangle is given (on
> string_char_traits).
The former won't work to a (size) limitation in Sun as, the latter does
not work as you also must build the libraries with these flags.
Set
int flag_do_squangling=1;
in gcc/cp/decl2.c *before* bootstrapping GCC and everything will be
fine.
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/