This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Solaris redux
- To: "Marcus G. Daniels" <mgd at swarm dot org>
- Subject: Re: Solaris redux
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 27 Mar 2001 14:16:36 -0500 (EST)
- cc: java at gcc dot gnu dot org
On 27 Mar 2001, Marcus G. Daniels wrote:
> JS> Since the GNU binutils are failing for me (that's another mystery)
> JS> I'm trying to use the native as,ld.
>
> Strange, I had the opposite problem a few days ago. I didn't realize
> at first that --with-gnu-as and --with-gnu-ld were not sufficient to
> get GNU as and ld and that I actually had to use --with-as=path and
> --with-ld=path to force usage of them.
Yep. With the former you must be careful that the GNU tools are first in
your PATH.
For me, anything created with native binutils 2.10.1 segfaults in the
static destructor. But a cross toolchain built with the very same sources
works fine. Weird.
But I don't mind trying to solve the problems with the Solaris tools,
since they are likely to expose portability problems anyhow.
Jeff