Building openjdk 8 on Mac OS X

Na Pei peina2015 at 163.com
Mon Jan 5 07:57:26 UTC 2015


You need to patch /hotspot/make/bsd/makefiles/saproc.make to make it use
10.8sdk instead of system library in Yosemite.

 - SALIBS = -g -framework Foundation
-F/System/Library/Frameworks/JavaVM.framework/Frameworks 
-framework JavaNativeFoundation -framework Security -framework CoreFoundation

 + SALIBS = -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
/Developer/SDKs/MacOSX10.8.sdk
-g -framework Foundation
-F/System/Library/Frameworks/JavaVM.framework/Frameworks -framework
JavaNativeFoundation -framework Security -framework CoreFoundation



Manas Thakur <manasthakur17 at ...> writes:








More information about the build-dev mailing list