This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: solaris2 libjava 500 failures
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: solaris2 libjava 500 failures
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 27 Apr 2001 00:10:25 -0400 (EDT)
- cc: Tom Tromey <tromey at redhat dot com>, "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>, aoliva at redhat dot com, gcc-bugs at gcc dot gnu dot org, java at gcc dot gnu dot org
On Thu, 26 Apr 2001, Phil Edwards wrote:
> > Jeff> ld: warning: option -o appears more than once, first setting taken
> >
> > This looks like a problem we've seen before. However I don't recall
> > the fix. Is it in the FAQ? Or is it a new problem with a similar
> > error message?
>
> IIRC -- and I'm not saying I do -- this is worked around by using binutils.
I tried binutils, many times, always with the same outcome:
Program received signal SIGSEGV, Segmentation fault.
0x10480 in __do_global_dtors_aux ()
I realize this probably doesn't happen to anybody else. Interestingly, if
I cross-compile the same code with the same release of binutils from a
non-Solaris host it creates a working executable.
If anybody has an explanation for that bit of insanity I'd love to hear
it. I work around it by running GNU/Linux...
Jeff