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


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

Re: Solaris redux




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



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