This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: binutils 2.10.1 on solaris with 2.95.2.


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]