This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Java programs coredump on sparc Solaris 2.6
- To: Weiqi Gao <weiqigao at networkusa dot net>
- Subject: Re: Java programs coredump on sparc Solaris 2.6
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sun, 20 May 2001 00:42:18 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On 19 May 2001, Weiqi Gao wrote:
> Am I seeing something different from everyone else? Are Java programs
> working on anyone elses sparc Solaris box?
I've had a Solaris build working recently, though I haven't tried since
the EH merge.
Are you using GNU binutils? You may need to install them, and use
--with-as=<path to GNU as> and --with-ld=<path to GNU ld> when you
configure GCC.
Jeff