Date: Fri, 26 May 2000 10:33:34 -0400 From: Rob Furphy <rcf@ox.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: OpenJIT - results with patchset 8 - Clear Steps to build it Message-ID: <392E8B3E.8DE84682@ox.com> References: <Pine.GHP.4.21.0005261035080.2554-100000@mail.ilrt.bris.ac.uk> <20000526125407.C13208@netmode.ece.ntua.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
Just built OpenJIT and it works with Patchset-8. For clarity here is how I managed to build it, (shout to Kees - here's your page update). Thanks to Jan Grant <Jan.Grant@bristol.ac.uk> Panagiotis Astithas <past@netmode.ntua.gr> Peter van Heusden <pvh@egenetics.com> Building OpenJIT Steps: 1) Download OpenJIT-1.1.12 2) tar -zxvf OpenJIT-1.1.12.tar.gz 3) cd OpenJIT-1.1.12 2) ./configure --with-jdk=/<requiredpath>/jdk1.2.2preAlpha 3) gmake (will fail) 4) change line 171 in CClassHeaders/org_OpenJIT_Compile.h (2 changes) to: extern char org_OpenJIT_Compile_ConstantPoolFieldDescriptor(struct Horg_OpenJIT_Compile *, jint); 5) gmake (success!) FYI: i) FreeBSD 3.4-RELEASE. ii) I make a 'release' image when I build my native jdk and install it into another directory as if I had downloaded it. If you do this the OpenJIT 'gmake install' works correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392E8B3E.8DE84682>