Building openjdk 8 on Mac OS X
    Toby Thain 
    toby at telegraphics.com.au
       
    Mon Jan  5 16:39:21 UTC 2015
    
    
  
On 05/01/15 2:57 AM, Na Pei wrote:
> 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:
>
>
>
>
>
>
Yes, I just found this out the hard way yesterday (and many other 
patches are required too).
Is there any chance OS X fixes can make it upstream?
--Toby
    
    
More information about the build-dev
mailing list