Building Java 7 on OS X Snow Leopard

Brett Hoerner bretthoerner at gmail.com
Wed Oct 7 15:16:13 PDT 2009


On Wed, Oct 7, 2009 at 2:41 PM, Dave Cheney <dave at cheney.net> wrote:
> I find this works for me. Removing the CC / CXX references from the make
> line causes the printf issues whilst compiling hotspot, so I assume that,
> when specified, they are working as advertised.
>
>  CC="gcc-4.0" \
>  CXX="g++-4.0" \
>  HOTSPOT_BUILD_JOBS=2

I was about to try John's solution (which basically does the same
thing) but this seemed a little cleaner/easier... and it worked!
Thanks much, I'm going to polish up the instruction set for Snow
Leopard and put it somewhere Google will find it.

Thanks guys,
Brett



More information about the bsd-port-dev mailing list