can't build JVM static
Novikov Timofey
novikov at seaproject.ru
Thu Jul 12 03:57:41 PDT 2007
Hello!
I want build HotSpot JVM statically (it's needful for work on system
with GLIBC2.1.3)
When I try build it with -static key I get parse error in libjvm.so.lds
script, string 12:
. = 0x08048000x06000000 + SIZEOF_HEADERS;
Any changing of this string to the "good" state (. = 0x0804800 +
0x06000000 + SIZEOF_HEADERS;) take the Segmentation Fault error...
Thanx!
Tim Novikov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20070712/706fca85/attachment.html
More information about the hotspot-dev
mailing list