Re: Building OpenJDK with a more recent compiler

2008-09-16 Thread Dalibor Topic
[EMAIL PROTECTED] wrote: > This works fine for building the compiler, but I run into a problem > when I attempt a JDK7 build with ALT_COMPILER_PATH set. While the > setting allows me to specify the location of the new gcc binary, there > doesn't appear to be a simple way to add any libraries that

RE: Building OpenJDK with a more recent compiler

2008-09-16 Thread Christian Thalinger
On Tue, 2008-09-16 at 15:20 +, [EMAIL PROTECTED] wrote: > Hi Christian, > > I've installed the GMP and MPFR libraries to separate directories > other than /usr/lib or /usr/bin. When I built gcc, I used the > configuration setting to point towards the local builds of these > libraries. > >

RE: Building OpenJDK with a more recent compiler

2008-09-16 Thread BOB . NETTLETON
ptember 16, 2008 11:00 AM To: [EMAIL PROTECTED] Cc: build-dev@openjdk.java.net Subject: Re: Building OpenJDK with a more recent compiler On Tue, 2008-09-16 at 14:49 +, [EMAIL PROTECTED] wrote: > Unfortunately, the "gcc" install (v3.4.6) on my machine is not the > version req

Re: Building OpenJDK with a more recent compiler

2008-09-16 Thread Christian Thalinger
On Tue, 2008-09-16 at 14:49 +, [EMAIL PROTECTED] wrote: > Unfortunately, the "gcc" install (v3.4.6) on my machine is not the > version required by the build instructions. Since I don't have root > access on my box, I worked on pulling down a more recent version of > gcc (v4.3.1) and building i

Building OpenJDK with a more recent compiler

2008-09-16 Thread BOB . NETTLETON
Hi All, I'm working on getting the JDK7 build working on a Red Hat 4 Linux install, and have run into a problem. Unfortunately, the "gcc" install (v3.4.6) on my machine is not the version required by the build instructions. Since I don't have root access on my box, I worked on pulling down a