This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc/gcj version
- From: David Daney <ddaney at avtrex dot com>
- To: Shawn McDermott <shawn at trulypersonalconsulting dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 11 May 2005 17:16:23 -0700
- Subject: Re: gcc/gcj version
- References: <42829BF8.8010102@trulypersonalconsulting.com>
Shawn McDermott wrote:
what version of gcc do I need?
4.0
I currently have 3.4.3 and have heard
bad things about 4.0. does 3.4.3 provide the necessary java stuff?
No.
if not, can the java stuff be updated without going to 4.0?
No.
Your best bet is probably to install GCC-4.0 into its own location by
specifying '--prefix=the_location' at configure time. That way you can
keep using your system compiler for normal work.
David Daney.