Re: Ability to override compiler from environment

2008-06-27 Thread Mark Wielaard
Hi Thorbjørn, On Thu, 2008-06-26 at 16:54 +0200, Thorbjørn Ravn Andersen wrote: Mark Wielaard skrev den 26-06-2008 08:31: The script first looks for an awk and finds /usr/bin/nawk, and then explicitly later looks for gawk. export GAWK=/usr/bin/nawk got me over that test. It

Re: Trying to build openjdk7 under opensolaris

2008-06-27 Thread Kelly O'Hair
The cc and CC also need to be in your PATH. -kto Thorbjørn Ravn Andersen wrote: Hi. I have tried to get an OpenSolaris build environment for OpenJDK7 up and running (just for the fun of it), and have installed ss-dev and updated everything as much as I could. The forrest should be up to

Re: Recommended GCC version?

2008-06-27 Thread Kelly O'Hair
Source that compiles with many different compilers is generally a good thing, assuming the code hasn't been ifdef'd to death. But successful compilation is just part of the picture. Anyone delivering built openjdk bits, needs to have tested those bits and that they understand the quality issues

Re: Trying to build openjdk7 under opensolaris

2008-06-27 Thread Kelly O'Hair
Martin Buchholz wrote: On Fri, Jun 27, 2008 at 6:11 PM, Kelly O'Hair [EMAIL PROTECTED] wrote: The cc and CC also need to be in your PATH. ... which is a long-standing bug in the Makefiles (only for hotspot?) Yeah, depends on your point of view, some consider the whole ALT_COMPILER_PATH a