Hi Denis,

I applied you instruction, but I still have an error during configuration:

configure:21029: /usr/bin/gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

couldn't understand kern.osversion `14.1.0'
....

configure:21131: error: C compiler cannot create executables

I also attached config.log.

Do you still can build jdk on macosx 10.10 ? Can you advise how to fix build in my environment?

Thanks,
Mikhail.

On 11/26/2014 4:30 PM, Denis Fokin wrote:
Hi guys,

good news. I am able to build open jdk8 on Yosemite (thanks to Anton Tarasov 
for his script to build on 10.9)

Steps:

1.  Download and save in some secure place Xcode4.6
2.  Make a link form Xcode.4 lipo to /usr/bin/lipo
3.  Set MACOSX_DEPLOYMENT_TARGET enviroment variable to 10.8
4.  Execute  configure like this

sh configure --with-freetype=/Volumes/HD-PATU3/tools/freetype-2.4.0/  
--with-extra-cflags="-isysroot 
/Applications/Xcode4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk 
-F/Applications/Xcode4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks"
 --with-extra-cxxflags="-isysroot 
/Applications/Xcode4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk 
-F/Applications/Xcode4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks"
 --with-boot-jdk=/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/

Thank you,
    Denis.



On 12 Nov 2014, at 20:29, David DeHaven <david.deha...@oracle.com> wrote:


Not 8, 9...

-DrD-

Hi Wang

You were able to compile openjdk8 on Yosemite!! Can you please look into the 
error faced by me (first post in the thread; posted below as well) and figure 
out the problem(s)?

Regards,
Manas



Yes, I can compile the whole mess on Yosemite/Xcode 6.1. There was an issue 
with FreeType when building OpenJDK, but it looks like that's been resolved now.

-DrD-

Compiling 
/Users/manas/Desktop/Software/openjdk/sources/openjdk8/hotspot/src/share/vm/utilities/yieldingWorkgroup.cpp
Making signal interposition lib...
couldn't understand kern.osversion `14.0.0'
warning: (x86_64) /var/folders/16/5m_yzyd961b3l31crzg2hsl40000gp/T//ccEmbC6U.o 
unable to open object file
warning: no debug symbols in executable (-arch x86_64)
Making SA debugger back-end...
couldn't understand kern.osversion `14.0.0'
In file included from 
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:55,
               from 
/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:12,
               from 
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:80,
               from 
/Users/manas/Desktop/Software/openjdk/sources/openjdk8/hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m:26:
/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:262:
 error: expected ‘,’ or ‘}’ before ‘__attribute__’
/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:414:
 error: expected ‘,’ or ‘}’ before ‘__attribute__’
In file included from 
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:119,
               from 
/Users/manas/Desktop/Software/openjdk/sources/openjdk8/hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m:26:
/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:55: 
error: expected a property attribute before ‘weak’
Compiling 
/Users/manas/Desktop/Software/openjdk/sources/openjdk8/hotspot/src/share/vm/runtime/vm_version.cpp
In file included from 
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:171,
               from 
/Users/manas/Desktop/Software/openjdk/sources/openjdk8/hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m:26:
/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:16:
 error: expected ‘,’ or ‘}’ before ‘__attribute__’
make[8]: *** [libsaproc.dylib] Error 1
make[8]: *** Waiting for unfinished jobs....
make[7]: *** [the_vm] Error 2
make[6]: *** [product] Error 2
make[5]: *** [generic_build2] Error 2
make[4]: *** [product] Error 2
make[3]: *** [all_product_universal] Error 2
make[2]: *** [universal_product] Error 2
make[1]: *** 
[/Users/manas/Desktop/Software/openjdk/sources/openjdk8/build/macosx-x86_64-normal-server-release/hotspot/_hotspot.timestamp]
 Error 2
make: *** [hotspot-only] Error 2


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OpenJDK configure jdk8, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./common/autoconf/configure --enable-option-checking=fatal 
--with-extra-cflags=-isysroot /Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
 -F/Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks
 --with-extra-cxxflags=-isysroot /Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
 -F/Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks
 --with-boot-jdk=/Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home

## --------- ##
## Platform. ##
## --------- ##

hostname = dhcp-stpetersburg-2fl-10-162-81-100.ru.oracle.com
uname -m = x86_64
uname -r = 14.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; 
root:xnu-2782.10.72~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
         Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; 
root:xnu-2782.10.72~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 16.00 gigabytes
Default processor set: 243 tasks, 1020 threads, 4 processors
Load average: 2.85, Mach factor: 1.54
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/mcherkas/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:4174: Configuration created at Tue Jun  9 23:21:56 MSK 2015.
configure:4176: configure script generated at timestamp 1433258489.
configure:4193: checking for basename
configure:4211: found /usr/bin/basename
configure:4223: result: /usr/bin/basename
configure:4252: checking for bash
configure:4282: result: /bin/bash
configure:4311: checking for cat
configure:4329: found /bin/cat
configure:4341: result: /bin/cat
configure:4370: checking for chmod
configure:4388: found /bin/chmod
configure:4400: result: /bin/chmod
configure:4429: checking for cmp
configure:4447: found /usr/bin/cmp
configure:4459: result: /usr/bin/cmp
configure:4488: checking for comm
configure:4506: found /usr/bin/comm
configure:4518: result: /usr/bin/comm
configure:4547: checking for cp
configure:4565: found /bin/cp
configure:4577: result: /bin/cp
configure:4606: checking for cpio
configure:4624: found /usr/bin/cpio
configure:4636: result: /usr/bin/cpio
configure:4665: checking for cut
configure:4683: found /usr/bin/cut
configure:4695: result: /usr/bin/cut
configure:4724: checking for date
configure:4742: found /bin/date
configure:4754: result: /bin/date
configure:4783: checking for gdiff
configure:4816: result: no
configure:4783: checking for diff
configure:4801: found /usr/bin/diff
configure:4813: result: /usr/bin/diff
configure:4842: checking for dirname
configure:4860: found /usr/bin/dirname
configure:4872: result: /usr/bin/dirname
configure:4901: checking for echo
configure:4919: found /bin/echo
configure:4931: result: /bin/echo
configure:4960: checking for expr
configure:4978: found /bin/expr
configure:4990: result: /bin/expr
configure:5019: checking for file
configure:5037: found /usr/bin/file
configure:5049: result: /usr/bin/file
configure:5078: checking for find
configure:5096: found /usr/bin/find
configure:5108: result: /usr/bin/find
configure:5137: checking for head
configure:5155: found /usr/bin/head
configure:5167: result: /usr/bin/head
configure:5196: checking for ln
configure:5214: found /bin/ln
configure:5226: result: /bin/ln
configure:5255: checking for ls
configure:5273: found /bin/ls
configure:5285: result: /bin/ls
configure:5314: checking for mkdir
configure:5332: found /bin/mkdir
configure:5344: result: /bin/mkdir
configure:5373: checking for mktemp
configure:5391: found /usr/bin/mktemp
configure:5403: result: /usr/bin/mktemp
configure:5432: checking for mv
configure:5450: found /bin/mv
configure:5462: result: /bin/mv
configure:5491: checking for printf
configure:5509: found /usr/bin/printf
configure:5521: result: /usr/bin/printf
configure:5550: checking for rm
configure:5568: found /bin/rm
configure:5580: result: /bin/rm
configure:5609: checking for sh
configure:5627: found /bin/sh
configure:5639: result: /bin/sh
configure:5668: checking for sort
configure:5686: found /usr/bin/sort
configure:5698: result: /usr/bin/sort
configure:5727: checking for tail
configure:5745: found /usr/bin/tail
configure:5757: result: /usr/bin/tail
configure:5786: checking for tar
configure:5804: found /usr/bin/tar
configure:5816: result: /usr/bin/tar
configure:5845: checking for tee
configure:5863: found /usr/bin/tee
configure:5875: result: /usr/bin/tee
configure:5904: checking for touch
configure:5922: found /usr/bin/touch
configure:5934: result: /usr/bin/touch
configure:5963: checking for tr
configure:5981: found /usr/bin/tr
configure:5993: result: /usr/bin/tr
configure:6022: checking for uname
configure:6040: found /usr/bin/uname
configure:6052: result: /usr/bin/uname
configure:6081: checking for uniq
configure:6099: found /usr/bin/uniq
configure:6111: result: /usr/bin/uniq
configure:6140: checking for wc
configure:6158: found /usr/bin/wc
configure:6170: result: /usr/bin/wc
configure:6199: checking for which
configure:6217: found /usr/bin/which
configure:6229: result: /usr/bin/which
configure:6258: checking for xargs
configure:6276: found /usr/bin/xargs
configure:6288: result: /usr/bin/xargs
configure:6318: checking for gawk
configure:6348: result: no
configure:6318: checking for mawk
configure:6348: result: no
configure:6318: checking for nawk
configure:6348: result: no
configure:6318: checking for awk
configure:6334: found /usr/bin/awk
configure:6345: result: awk
configure:6368: checking for grep that handles long lines and -e
configure:6426: result: /usr/bin/grep
configure:6443: checking for egrep
configure:6505: result: /usr/bin/grep -E
configure:6522: checking for fgrep
configure:6584: result: /usr/bin/grep -F
configure:6601: checking for a sed that does not truncate output
configure:6665: result: /usr/bin/sed
configure:6687: checking for nawk
configure:6720: result: no
configure:6687: checking for gawk
configure:6720: result: no
configure:6687: checking for awk
configure:6705: found /usr/bin/awk
configure:6717: result: /usr/bin/awk
configure:6751: checking for cygpath
configure:6784: result: no
configure:6791: checking for readlink
configure:6809: found /usr/bin/readlink
configure:6821: result: /usr/bin/readlink
configure:6831: checking for df
configure:6849: found /bin/df
configure:6861: result: /bin/df
configure:6871: checking for SetFile
configure:6889: found /usr/bin/SetFile
configure:6901: result: /usr/bin/SetFile
configure:6917: checking build system type
configure:6931: result: x86_64-apple-darwin14.1.0
configure:6951: checking host system type
configure:6964: result: x86_64-apple-darwin14.1.0
configure:6984: checking target system type
configure:6997: result: x86_64-apple-darwin14.1.0
configure:7175: checking openjdk-build os-cpu
configure:7177: result: macosx-x86_64
configure:7312: checking openjdk-target os-cpu
configure:7314: result: macosx-x86_64
configure:7364: checking compilation type
configure:7366: result: native
configure:8075: checking for presence of closed sources
configure:8082: result: yes
configure:8085: checking if closed source is suppressed (openjdk-only)
configure:8088: result: no
configure:8125: checking which variant of the JDK to build
configure:8156: result: normal
configure:8166: checking which interpreter of the JVM to build
configure:8187: result: template
configure:8204: checking which variants of the JVM to build
configure:8223: result: server
configure:8298: checking which debug level to use
configure:8322: result: release
configure:8735: checking what configuration name to use
configure:8737: result: macosx-x86_64-normal-server-release
configure:8904: checking for apt-get
configure:8934: result: no
configure:8904: checking for yum
configure:8934: result: no
configure:8904: checking for port
configure:8934: result: no
configure:8904: checking for pkgutil
configure:8920: found /usr/sbin/pkgutil
configure:8931: result: pkgutil
configure:9269: checking for gmake
configure:9302: result: no
configure:9623: checking for make
configure:9641: found /usr/bin/make
configure:9653: result: /usr/bin/make
configure:9668: Testing potential make at /usr/bin/make, found using make in 
PATH
configure:9936: Resolving FOUND_MAKE (as /usr/bin/make) failed, using 
/usr/bin/make directly.
configure:10695: Using GNU make 3.81 (or later) at /usr/bin/make (version: GNU 
Make 3.81)
configure:10701: checking if find supports -delete
configure:10717: result: yes
configure:10731: checking for unzip
configure:10749: found /usr/bin/unzip
configure:10761: result: /usr/bin/unzip
configure:10790: checking for zip
configure:10808: found /usr/bin/zip
configure:10820: result: /usr/bin/zip
configure:10849: checking for ldd
configure:10882: result: no
configure:10897: checking for readelf
configure:10930: result: no
configure:10897: checking for greadelf
configure:10930: result: no
configure:10940: checking for hg
configure:10958: found /usr/local/bin/hg
configure:10970: result: /usr/local/bin/hg
configure:10980: checking for stat
configure:10998: found /usr/bin/stat
configure:11010: result: /usr/bin/stat
configure:11020: checking for time
configure:11038: found /usr/bin/time
configure:11050: result: /usr/bin/time
configure:11135: checking for dsymutil
configure:11153: found /usr/bin/dsymutil
configure:11165: result: /usr/bin/dsymutil
configure:11194: checking for xattr
configure:11212: found /usr/bin/xattr
configure:11224: result: /usr/bin/xattr
configure:11250: checking for codesign
configure:11268: found /usr/bin/codesign
configure:11280: result: /usr/bin/codesign
configure:11290: checking if openjdk_codesign certificate is present
openjdk_codesign: no identity found
configure:11297: result: no
configure:11357: checking for pkg-config
configure:11390: result: no
configure:11530: checking for 7z
configure:11560: result: no
configure:11530: checking for unzip
configure:11546: found /usr/bin/unzip
configure:11557: result: unzip
configure:11576: checking for wget
configure:11606: result: no
configure:11576: checking for lftp
configure:11606: result: no
configure:11576: checking for ftp
configure:11592: found /usr/bin/ftp
configure:11603: result: ftp
configure:11630: checking headful support
configure:11654: result: include support for both headful and headless
configure:11873: Found potential Boot JDK using configure arguments
configure:12036: checking for Boot JDK
configure:12038: result: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home
configure:12040: checking Boot JDK version
configure:12043: result: java version "1.8.0_45" Java(TM) SE Runtime 
Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 
25.45-b02, mixed mode) 
configure:16506: checking for java in Boot JDK
configure:16516: result: ok
configure:16520: checking for javac in Boot JDK
configure:16530: result: ok
configure:16534: checking for javah in Boot JDK
configure:16544: result: ok
configure:16548: checking for javap in Boot JDK
configure:16558: result: ok
configure:16562: checking for jar in Boot JDK
configure:16572: result: ok
configure:16576: checking for rmic in Boot JDK
configure:16586: result: ok
configure:16590: checking for native2ascii in Boot JDK
configure:16600: result: ok
configure:16623: checking flags for boot jdk java command 
Check if jvm arg is ok: -XX:-PrintVMOptions -XX:-UnlockDiagnosticVMOptions 
-XX:-LogVMOutput
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-XX:-PrintVMOptions -XX:-UnlockDiagnosticVMOptions -XX:-LogVMOutput -version
Arg failed:
Error: VM option 'LogVMOutput' is diagnostic and must be enabled via 
-XX:+UnlockDiagnosticVMOptions.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Check if jvm arg is ok: 
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java  
-version
configure:16660: result:  
configure:16668: checking flags for boot jdk java command for big workloads
Check if jvm arg is ok: -Xms64M
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java -Xms64M 
-version
Check if jvm arg is ok: -Xmx1600M
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-Xmx1600M -version
Check if jvm arg is ok: -XX:ThreadStackSize=1536
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-XX:ThreadStackSize=1536 -version
Check if jvm arg is ok: -XX:PermSize=32m
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-XX:PermSize=32m -version
Arg failed:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=32m; 
support was removed in 8.0
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Check if jvm arg is ok: -XX:MaxPermSize=160m
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-XX:MaxPermSize=160m -version
Arg failed:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=160m; 
support was removed in 8.0
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
configure:16762: result:  -Xms64M -Xmx1600M -XX:ThreadStackSize=1536
configure:16769: checking flags for boot jdk java command for small workloads
Check if jvm arg is ok: -XX:+UseSerialGC
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-XX:+UseSerialGC -version
Check if jvm arg is ok: -Xms32M
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java -Xms32M 
-version
Check if jvm arg is ok: -Xmx512M
Command: /Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/bin/java 
-Xmx512M -version
configure:16819: result:  -XX:+UseSerialGC -Xms32M -Xmx512M
configure:17187: checking for jtreg
configure:17189: result: no
configure:19793: checking Determining if we need to set DEVELOPER_DIR
configure:19808: result: no
configure:19815: checking for xcodebuild
configure:19833: found /usr/bin/xcodebuild
configure:19845: result: /usr/bin/xcodebuild
configure:19876: checking Determining Xcode SDK path
configure:19881: result: /Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
configure:19993: checking for gcc
configure:20011: found /usr/bin/gcc
configure:20023: result: /usr/bin/gcc
configure:20306: Resolving CC (as /usr/bin/gcc) failed, using /usr/bin/gcc 
directly.
configure:20340: checking resolved symbolic links for CC
configure:20390: result: /usr/bin/gcc
configure:20393: checking if CC is disguised ccache
configure:20832: result: no, keeping CC
configure:20903: Using  C compiler version  (located at /usr/bin/gcc)
configure:21020: checking for C compiler version
configure:21029: /usr/bin/gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
(LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

couldn't understand kern.osversion `14.1.0'
configure:21040: $? = 0
configure:21029: /usr/bin/gcc -v >&5
couldn't understand kern.osversion `14.1.0'
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure 
--disable-checking --enable-werror 
--prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 
--mandir=/share/man --enable-languages=c,objc,c++,obj-c++ 
--program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ 
--with-slibdir=/usr/lib --build=i686-apple-darwin11 
--enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst-llvmCore/Developer/usr/local
 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 
--target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:21040: $? = 0
configure:21029: /usr/bin/gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:21040: $? = 1
configure:21029: /usr/bin/gcc -qversion >&5
couldn't understand kern.osversion `14.1.0'
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:21040: $? = 1
configure:21060: checking whether the C compiler works
configure:21082: /usr/bin/gcc    conftest.c  >&5
couldn't understand kern.osversion `14.1.0'
ld: library not found for -lcrt1.o
collect2: ld returned 1 exit status
configure:21086: $? = 1
configure:21124: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OpenJDK"
| #define PACKAGE_TARNAME "openjdk"
| #define PACKAGE_VERSION "jdk8"
| #define PACKAGE_STRING "OpenJDK jdk8"
| #define PACKAGE_BUGREPORT "build-dev@openjdk.java.net"
| #define PACKAGE_URL "http://openjdk.java.net";
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:21129: error: in `/Users/mcherkas/ws/jdk8/jdk8u-dev':
configure:21131: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin14.1.0
ac_cv_env_ALSA_CFLAGS_set=
ac_cv_env_ALSA_CFLAGS_value=
ac_cv_env_ALSA_LIBS_set=
ac_cv_env_ALSA_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBFFI_CFLAGS_set=
ac_cv_env_LIBFFI_CFLAGS_value=
ac_cv_env_LIBFFI_LIBS_set=
ac_cv_env_LIBFFI_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-apple-darwin14.1.0
ac_cv_path_BASENAME=/usr/bin/basename
ac_cv_path_BASH=/bin/bash
ac_cv_path_CAT=/bin/cat
ac_cv_path_CHECK_MAKE=/usr/bin/make
ac_cv_path_CHMOD=/bin/chmod
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CODESIGN=/usr/bin/codesign
ac_cv_path_COMM=/usr/bin/comm
ac_cv_path_CP=/bin/cp
ac_cv_path_CPIO=/usr/bin/cpio
ac_cv_path_CUT=/usr/bin/cut
ac_cv_path_DATE=/bin/date
ac_cv_path_DF=/bin/df
ac_cv_path_DIFF=/usr/bin/diff
ac_cv_path_DIRNAME=/usr/bin/dirname
ac_cv_path_DSYMUTIL=/usr/bin/dsymutil
ac_cv_path_ECHO=/bin/echo
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_EXPR=/bin/expr
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_FILE=/usr/bin/file
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_HEAD=/usr/bin/head
ac_cv_path_HG=/usr/local/bin/hg
ac_cv_path_LN=/bin/ln
ac_cv_path_LS=/bin/ls
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MKTEMP=/usr/bin/mktemp
ac_cv_path_MV=/bin/mv
ac_cv_path_NAWK=/usr/bin/awk
ac_cv_path_POTENTIAL_CC=/usr/bin/gcc
ac_cv_path_PRINTF=/usr/bin/printf
ac_cv_path_READLINK=/usr/bin/readlink
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SETFILE=/usr/bin/SetFile
ac_cv_path_SH=/bin/sh
ac_cv_path_SORT=/usr/bin/sort
ac_cv_path_STAT=/usr/bin/stat
ac_cv_path_TAIL=/usr/bin/tail
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_TEE=/usr/bin/tee
ac_cv_path_TIME=/usr/bin/time
ac_cv_path_TOUCH=/usr/bin/touch
ac_cv_path_TR=/usr/bin/tr
ac_cv_path_UNAME=/usr/bin/uname
ac_cv_path_UNIQ=/usr/bin/uniq
ac_cv_path_UNZIP=/usr/bin/unzip
ac_cv_path_WC=/usr/bin/wc
ac_cv_path_WHICH=/usr/bin/which
ac_cv_path_XARGS=/usr/bin/xargs
ac_cv_path_XATTR=/usr/bin/xattr
ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_prog_AWK=awk
ac_cv_prog_BDEPS_FTP=ftp
ac_cv_prog_BDEPS_UNZIP=unzip
ac_cv_prog_PKGHANDLER=pkgutil
ac_cv_target=x86_64-apple-darwin14.1.0

## ----------------- ##
## Output variables. ##
## ----------------- ##

ADD_SRC_ROOT=''
ALSA_CFLAGS=''
ALSA_LIBS=''
ANT=''
ANT_EXE=''
ANT_HOME=''
AR=''
ARFLAGS=''
AR_OUT_OPTION='rcs$(SPACE)'
AS=''
AWK='awk'
BASENAME='/usr/bin/basename'
BASH='/bin/bash'
BDEPS_FTP='ftp'
BDEPS_UNZIP='unzip'
BOOT_JDK='/Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home'
BOOT_JDK_SOURCETARGET='-source 7 -target 7'
BOOT_RTJAR='/Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/jre/lib/rt.jar'
BOOT_TOOLSJAR='/Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home/lib/tools.jar'
BSDIFF_DIR=''
BUILD_CC=''
BUILD_CRYPTO=''
BUILD_CXX=''
BUILD_DEPLOY=''
BUILD_HEADLESS='BUILD_HEADLESS:=true'
BUILD_HEADLESS_ONLY=''
BUILD_HOTSPOT='true'
BUILD_INSTALL=''
BUILD_LD=''
BUILD_LOG='$(OUTPUT_ROOT)/build.log'
BUILD_LOG_PREVIOUS='$(OUTPUT_ROOT)/build.log.old'
BUILD_LOG_WRAPPER='$(BASH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
BUILD_OUTPUT='/Users/mcherkas/ws/jdk8/jdk8u-dev/build/macosx-x86_64-normal-server-release'
BUILD_VARIANT_RELEASE=''
BUNDLE_DATE=''
CACERTS_FILE='/Users/mcherkas/ws/jdk8/jdk8u-dev/jdk/src/share/lib/security/cacerts'
CAT='/bin/cat'
CC='/usr/bin/gcc'
CCACHE=''
CCSS_SIGNING_CREDFILE=''
CCSS_SIGNING_DIR=''
CCSS_SIGNING_GLOBAL_UID=''
CCSS_SIGNING_SCRIPT=''
CCSS_SIGNING_USER=''
CCSS_SIGNING_VERSION=''
CC_OUT_OPTION='-o$(SPACE)'
CFLAGS=''
CFLAGS_DEBUG_SYMBOLS=''
CFLAGS_JDKEXE=''
CFLAGS_JDKLIB=''
CHECK_GMAKE=''
CHECK_MAKE='/usr/bin/make'
CHECK_TOOLSDIR_GMAKE=''
CHECK_TOOLSDIR_MAKE=''
CHMOD='/bin/chmod'
CMP='/usr/bin/cmp'
CODESIGN=''
COMM='/usr/bin/comm'
COMPANY_NAME='N/A'
COMPILER_NAME='C'
COMPILER_PATH=''
COMPILER_SUPPORTS_TARGET_BITS_FLAG=''
COMPILER_TARGET_BITS_FLAG=''
COMPILER_TYPE=''
COMPILE_TYPE='native'
COMPRESS_JARS='false'
CONFIGURE_COMMAND_LINE='--with-extra-cflags=-isysroot /Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
 -F/Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks
 --with-extra-cxxflags=-isysroot /Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
 -F/Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks
 --with-boot-jdk=/Users/mcherkas/ws/jdk8/jdk1.8.0_45.jdk/Contents/Home'
CONF_NAME='macosx-x86_64-normal-server-release'
COOKED_BUILD_NUMBER='0'
COOKED_JDK_UPDATE_VERSION='0'
COPYRIGHT_YEAR='2015'
CORBA_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/corba'
CP='/bin/cp'
CPIO='/usr/bin/cpio'
CPP=''
CPPFLAGS=''
CSCRIPT=''
CUPS_CFLAGS=''
CUSTOM_MAKE_DIR=''
CUT='/usr/bin/cut'
CXX=''
CXXCPP=''
CXXFLAGS=''
CXXFLAGS_DEBUG_SYMBOLS=''
CXXFLAGS_JDKEXE=''
CXXFLAGS_JDKLIB=''
CXX_FLAG_DEPS=''
CXX_FLAG_REORDER=''
CXX_O_FLAG_HI=''
CXX_O_FLAG_HIGHEST=''
CXX_O_FLAG_NONE=''
CXX_O_FLAG_NORM=''
CYGPATH=''
CYGWIN_LINK=''
C_FLAG_DEPS=''
C_FLAG_REORDER=''
C_O_FLAG_HI=''
C_O_FLAG_HIGHEST=''
C_O_FLAG_NONE=''
C_O_FLAG_NORM=''
DATE='/bin/date'
DATE_WHEN_CONFIGURED='Tue Jun  9 23:21:56 MSK 2015'
DEBUG_CLASSFILES='false'
DEBUG_LEVEL='release'
DEFINE_CROSS_COMPILE_ARCH=''
DEFS=''
DEPLOY_SPEC=''
DEPLOY_TOPDIR=''
DEVTOOLS_PATH=''
DF='/bin/df'
DIFF='/usr/bin/diff'
DIRNAME='/usr/bin/dirname'
DISABLE_COMMERCIAL_FEATURES=''
DSYMUTIL='/usr/bin/dsymutil'
DUMPBIN=''
ECHO='/bin/echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DEBUG_SYMBOLS=''
ENABLE_INTREE_EC=''
ENABLE_JFR=''
ENABLE_SJAVAC=''
EXEEXT=''
EXE_OUT_OPTION='-o$(SPACE)'
EXE_SUFFIX=''
EXPR='/bin/expr'
EXT_LIBS_PATH=''
FASTDEBUG='false'
FGREP='/usr/bin/grep -F'
FILE='/usr/bin/file'
FIND='/usr/bin/find'
FIND_DELETE='-delete'
FIXPATH=''
FREETYPE_BUNDLE_LIB_PATH=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GENERATE_JDKBYTECODE_EXTRA_FLAGS=''
GLOBAL_LDFLAGS_SUFFIX=''
GNM=''
GREP='/usr/bin/grep'
HEAD='/usr/bin/head'
HG='/usr/local/bin/hg'
HOTSPOT_CXX=''
HOTSPOT_DIST='/Users/mcherkas/ws/jdk8/jdk8u-dev/build/macosx-x86_64-normal-server-release/hotspot/dist'
HOTSPOT_LD=''
HOTSPOT_MAKE_ARGS=''
HOTSPOT_MT=''
HOTSPOT_RC=''
HOTSPOT_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/hotspot'
INCLUDE_SA='true'
INSTALL_SPEC=''
INSTALL_TOPDIR=''
IS_GNU_TIME='no'
JAVAC_CHECK=''
JAVAC_FLAGS=''
JAVAFX_ZIP_DIR=''
JAVASE_EMBEDDED=''
JAVA_CHECK=''
JAVA_FLAGS=' '
JAVA_FLAGS_BIG=' -Xms64M -Xmx1600M -XX:ThreadStackSize=1536'
JAVA_FLAGS_SMALL=' -XX:+UseSerialGC -Xms32M -Xmx512M'
JAXP_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/jaxp'
JAXWS_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/jaxws'
JDK_BUILD_NUMBER='b00'
JDK_DEBUG_IMAGE_DIR=''
JDK_MAJOR_VERSION='1'
JDK_MICRO_VERSION='0'
JDK_MINOR_VERSION='8'
JDK_MKTG_UNDERSCORE_VERSION=''
JDK_MKTG_VERSION=''
JDK_RC_PLATFORM_NAME='Platform'
JDK_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/jdk'
JDK_UNDERSCORE_VERSION=''
JDK_UPDATE_VERSION=''
JDK_VARIANT='normal'
JDK_VERSION='1.8.0'
JMC_ZIP_DIR=''
JOBS=''
JTREGEXE=''
JT_HOME=''
JUNIT_DIR=''
JVM_INTERPRETER='template'
JVM_VARIANTS=',server,'
JVM_VARIANT_CLIENT='false'
JVM_VARIANT_CORE='false'
JVM_VARIANT_KERNEL='false'
JVM_VARIANT_MINIMAL1='false'
JVM_VARIANT_SERVER='true'
JVM_VARIANT_ZERO='false'
JVM_VARIANT_ZEROSHARK='false'
LANGTOOLS_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/langtools'
LAUNCHER_NAME='openjdk'
LD=''
LDCXX=''
LDD='true'
LDEXE=''
LDEXECXX=''
LDFLAGS=''
LDFLAGS_CXX_JDK=''
LDFLAGS_JDKEXE=''
LDFLAGS_JDKEXE_SUFFIX=''
LDFLAGS_JDKLIB=''
LDFLAGS_JDKLIB_SUFFIX=''
LD_OUT_OPTION='-o$(SPACE)'
LEGACY_EXTRA_CFLAGS=''
LEGACY_EXTRA_CXXFLAGS=''
LEGACY_EXTRA_LDFLAGS=''
LIBCXX=''
LIBDL=''
LIBFFI_CFLAGS=''
LIBFFI_LIBS=''
LIBM=''
LIBOBJS=''
LIBRARY_PREFIX=''
LIBS=''
LIBZIP_CAN_USE_MMAP=''
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_LDFLAGS=''
LLVM_LIBS=''
LN='/bin/ln'
LP64='LP64:='
LS='/bin/ls'
LTLIBOBJS=''
LZMA_EXE=''
MACOSX_BUNDLE_ID_BASE='net.java.openjdk'
MACOSX_BUNDLE_NAME_BASE='OpenJDK'
MACOSX_UNIVERSAL='false'
MACOSX_VERSION_MIN=''
MAKE='/usr/bin/make'
MCS=''
MEMORY_SIZE=''
MIDL=''
MILESTONE='internal'
MINIMIZE_RAM_USAGE=''
MKDIR='/bin/mkdir'
MKTEMP='/usr/bin/mktemp'
MOZILLA_HEADERS=''
MSICERT=''
MSITRAN=''
MSVCR_DLL=''
MT=''
MV='/bin/mv'
NASHORN_TOPDIR='/Users/mcherkas/ws/jdk8/jdk8u-dev/nashorn'
NAWK='/usr/bin/awk'
NM=''
NUM_CORES=''
OBJC=''
OBJCFLAGS=''
OBJCOPY=''
OBJDUMP=''
OBJEXT=''
OBJ_SUFFIX=''
OPENJDK_BUILD_AUTOCONF_NAME='x86_64-apple-darwin14.1.0'
OPENJDK_BUILD_CPU='x86_64'
OPENJDK_BUILD_CPU_ARCH='x86'
OPENJDK_BUILD_CPU_BITS='64'
OPENJDK_BUILD_CPU_ENDIAN='little'
OPENJDK_BUILD_OS='macosx'
OPENJDK_BUILD_OS_API='posix'
OPENJDK_TARGET_AUTOCONF_NAME='x86_64-apple-darwin14.1.0'
OPENJDK_TARGET_CPU='x86_64'
OPENJDK_TARGET_CPU_ARCH='x86'
OPENJDK_TARGET_CPU_BITS='64'
OPENJDK_TARGET_CPU_ENDIAN='little'
OPENJDK_TARGET_CPU_ISADIR=''
OPENJDK_TARGET_CPU_JLI_CFLAGS='-DLIBARCHNAME='\''"x86_64"'\'''
OPENJDK_TARGET_CPU_LEGACY='x86_64'
OPENJDK_TARGET_CPU_LEGACY_LIB='amd64'
OPENJDK_TARGET_CPU_LIBDIR=''
OPENJDK_TARGET_CPU_OSARCH='x86_64'
OPENJDK_TARGET_OS='macosx'
OPENJDK_TARGET_OS_API='posix'
OPENJDK_TARGET_OS_API_DIR='solaris'
OPENJDK_TARGET_OS_EXPORT_DIR='macosx'
OPENWIN_HOME=''
OS_VERSION_MAJOR='14'
OS_VERSION_MICRO='0'
OS_VERSION_MINOR='1'
OTOOL=''
OUTPUT_ROOT='/Users/mcherkas/ws/jdk8/jdk8u-dev/build/macosx-x86_64-normal-server-release'
OVERRIDE_SRC_ROOT=''
PACKAGE_BUGREPORT='build-dev@openjdk.java.net'
PACKAGE_NAME='OpenJDK'
PACKAGE_PATH=''
PACKAGE_STRING='OpenJDK jdk8'
PACKAGE_TARNAME='openjdk'
PACKAGE_URL='http://openjdk.java.net'
PACKAGE_VERSION='jdk8'
PATH_SEP=':'
PATH_SEPARATOR=':'
PKGHANDLER='pkgutil'
PKG_CONFIG=''
PLUGIN_CC=''
POST_MCS_CMD=''
POST_STRIP_CMD=''
POTENTIAL_CC='/usr/bin/gcc'
POTENTIAL_CXX=''
PRINTF='/usr/bin/printf'
PRODUCT_NAME='OpenJDK'
PRODUCT_SUFFIX='Runtime Environment'
PROPER_COMPILER_CC=''
PROPER_COMPILER_CXX=''
RC=''
RC_FLAGS=''
READELF=''
READLINK=''
REBASE=''
REQUIRED_OS_NAME='Darwin'
REQUIRED_OS_VERSION='11.2'
RM='/bin/rm -f'
SALIB_NAME=''
SDKPATH='/Applications/Xcode 
2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk'
SED='/usr/bin/sed'
SETFILE='/usr/bin/SetFile'
SET_DEVELOPER_DIR=''
SET_EXECUTABLE_ORIGIN=''
SET_OPENJDK=''
SET_SHARED_LIBRARY_MAPFILE=''
SET_SHARED_LIBRARY_NAME=''
SET_SHARED_LIBRARY_ORIGIN=''
SH='/bin/sh'
SHARED_LIBRARY=''
SHARED_LIBRARY_FLAGS=''
SHARED_LIBRARY_SUFFIX=''
SHELL='/bin/bash'
SIGN_FLAG=''
SJAVAC_SERVER_DIR=''
SJAVAC_SERVER_JAVA=''
SORT='/usr/bin/sort'
SPARKLE_FRAMEWORK=''
SPEC='/Users/mcherkas/ws/jdk8/jdk8u-dev/build/macosx-x86_64-normal-server-release/spec.gmk'
SRC_ROOT='/Users/mcherkas/ws/jdk8/jdk8u-dev'
STAT='/usr/bin/stat'
STATIC_CXX_SETTING=''
STATIC_LIBRARY=''
STATIC_LIBRARY_SUFFIX=''
STRIP=''
SUPPORT_HEADFUL='yes'
SUPPORT_HEADLESS='yes'
SYS_ROOT='/'
TAIL='/usr/bin/tail'
TAR='/usr/bin/tar'
TARGET_BITS_FLAG=''
TEE='/usr/bin/tee'
TEST_IN_BUILD='false'
TIME='/usr/bin/time'
TOOLS_DIR_CC=''
TOOLS_DIR_CXX=''
TOUCH='/usr/bin/touch'
TR='/usr/bin/tr'
UNAME='/usr/bin/uname'
UNIQ='/usr/bin/uniq'
UNLIMITED_CRYPTO='false'
UNZIP='/usr/bin/unzip'
UPX_EXE=''
USER_RELEASE_SUFFIX='mcherkas_2015_06_09_23_21'
USE_EXTERNAL_LIBGIF=''
USE_EXTERNAL_LIBJPEG=''
USE_EXTERNAL_LIBZ=''
USE_PRECOMPILED_HEADER=''
USING_BROKEN_SUSE_LD=''
VARIANT='OPT'
VS_INCLUDE=''
VS_LIB=''
VS_PATH=''
WC='/usr/bin/wc'
WHICH='/usr/bin/which'
WINAR=''
WINLD=''
WIXDIR=''
XARGS='/usr/bin/xargs'
XATTR='/usr/bin/xattr'
XCODEBUILD='/usr/bin/xcodebuild'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZERO_ARCHDEF='AMD64'
ZERO_ARCHFLAG=''
ZIP='/usr/bin/zip'
ZIP_DEBUGINFO_FILES=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_OBJC=''
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
ac_ct_PROPER_COMPILER_CC=''
ac_ct_PROPER_COMPILER_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.1.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.1.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin14.1.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.1.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin14.1.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin14.1.0'
target_vendor='apple'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "OpenJDK"
#define PACKAGE_TARNAME "openjdk"
#define PACKAGE_VERSION "jdk8"
#define PACKAGE_STRING "OpenJDK jdk8"
#define PACKAGE_BUGREPORT "build-dev@openjdk.java.net"
#define PACKAGE_URL "http://openjdk.java.net";

configure: exit 77

Reply via email to