This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: No bootstrap on Solaris 2.7
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Martin Kahlert <martin dot kahlert at infineon dot com>
- Cc: Alexandre Oliva <aoliva at redhat dot com>, gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Fri, 4 Jan 2002 11:05:41 -0500 (EST)
- Subject: Re: No bootstrap on Solaris 2.7
On Fri, 4 Jan 2002, Martin Kahlert wrote:
> /usr/ccs/bin/as: "/var/tmp//ccuduHks.s", line 3101: error: can't
> compute value of an expression involving an external symbol
This is PR java/5183, BTW. You could try rth's proposed fix:
http://gcc.gnu.org/ml/gcc-patches/2002-01/msg00033.html
> PS: I am eager to get the Solaris gcj running to compare the performance
> with the Tower tools. Unfortunately, gcj only runs like a charm on Linux,
> where do not have the license for the Tower compiler.
Cool. Let us know how it goes. In my tests I found some slowdowns on
Solaris wrt. Linux (on identical hardware). The problem is in the
runtime, I'm pretty sure. (Anyone know any good profiling tools for
solaris?)
Jeff