There's some changes in 9 that should be backported to 8u so developers on 10.9
will be able to build. JDK-8043340 (that I just pushed to 9) is one, but it's
dependent on at least one other change.
-DrD-
> Attempting to build JDK 8 on Mavericks I found the same problem:
>
> $ sh configure --w
Attempting to build JDK 8 on Mavericks I found the same problem:
$ sh configure --with-debug-level=fastdebug
--with-tools-dir=/Applications/Xcode4.app/Contents/Developer/usr/bin
[…]
checking for gcc... /Applications/Xcode4.app/Contents/Developer/usr/bin/gcc
configure: Resolving CC (as
/Applicati
On 04/30/2014 12:42 AM, Erik Joelsson wrote:
On 2014-04-30 00:51, Dan Smith wrote:
Thanks Henry, that will force it to choose my referenced compiler.
Still not clear whether this is intended behavior or not: is the
default toolchain-type (clang, apparently) supposed to trump an
explicit tools-
On 2014-04-30 00:51, Dan Smith wrote:
Thanks Henry, that will force it to choose my referenced compiler.
Still not clear whether this is intended behavior or not: is the default
toolchain-type (clang, apparently) supposed to trump an explicit tools-dir?
I.e., is this a bug, or just surprisin
Thanks Henry, that will force it to choose my referenced compiler.
Still not clear whether this is intended behavior or not: is the default
toolchain-type (clang, apparently) supposed to trump an explicit tools-dir?
I.e., is this a bug, or just surprising but intentional?
—Dan
On Apr 25, 2014
For JDK9, try to specify toolchain using --with-toolchain-type=gcc
Cheers,
Henry
On 04/25/2014 10:41 AM, Dan Smith wrote:
I'm using --with-tools-dir on OS X Mavericks to point to an old copy of Xcode
4. I configure jdk9 as follows:
make dist-clean
hg update -d "<2014-03-17"
sh configure --w
I'm using --with-tools-dir on OS X Mavericks to point to an old copy of Xcode
4. I configure jdk9 as follows:
> make dist-clean
> hg update -d "<2014-03-17"
> sh configure --with-boot-jdk=$JAVA8_HOME
> --with-tools-dir=/Applications/Xcode4.app/Contents/Developer/usr/bin
Running generated-config