Compiling Hotspot on Ubuntu 11.10
David Holmes
david.holmes at oracle.com
Tue Apr 17 01:30:07 UTC 2012
On 17/04/2012 2:30 AM, Developer Ubuntu wrote:
> ..../hotspot/make/linux/MakeFile has following
> line (233)
> SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
>
> line (239)
> >&2 echo "*** This OS is not supported:" `uname -a`; exit 1;
>
> I got error compiling hotspot pn Ubuntu 11.10 having kernel version 3.0.x
>
> Changing it to
> SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7% 3.0%
> has worked.
You must have old sources, the current Makefile already has:
SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
David
-----
> Will it have any sideeffects?
>
> Thanks,
> pubuntup
More information about the build-dev
mailing list