This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libjava won't build in gcc-3.0.4 under Solaris 2.6
- From: Jeff Sturm <jsturm at one-point dot com>
- To: wadedl at gat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 20 Mar 2002 15:17:43 -0500 (EST)
- Subject: Re: Libjava won't build in gcc-3.0.4 under Solaris 2.6
On Wed, 20 Mar 2002 wadedl@gat.com wrote:
> This sure sounds like problems I've been having trying to build gcc-3.0.4
> under Solaris 2.6 with the egcs-2.91.60 installed in /usr/local/gnu. I build
> in objdir with the options:
>
> ../gcc-3.0.4/configure -prefix=/usr/local/gnu -exec-prefix=/usr/local/gnu -enable-shared.
If you have GNU binutils 2.11.2 or later on Solaris, please also use
--with-as=<path-to-as> --with-ld=<path-to-ld> --with-gnu-as --with-gnu-ld
when you configure. Note that earlier binutils won't work at all.
Jeff