From owner-freebsd-java Tue Jun 6 0:14:39 2000 Delivered-To: freebsd-java@freebsd.org Received: from hotmail.com (f275.law8.hotmail.com [216.33.240.150]) by hub.freebsd.org (Postfix) with SMTP id 4316537C03B for ; Tue, 6 Jun 2000 00:14:32 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: (qmail 87091 invoked by uid 0); 6 Jun 2000 07:14:31 -0000 Message-ID: <20000606071431.87090.qmail@hotmail.com> Received: from 209.220.228.2 by www.hotmail.com with HTTP; Tue, 06 Jun 2000 00:14:31 PDT X-Originating-IP: [209.220.228.2] From: "John Daniels" To: freebsd-java@freebsd.org Subject: OpenJIT install Date: Tue, 06 Jun 2000 03:14:31 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: I got the following warning after I did the second gmake while installing OpenJIT for native JDK1.2.2 on a 4.0-STABLE machine: /work/build/freebsd/include-old -I/home/johnd/source-jdk1.2.2/work/build/freebsd/include-old/freebsd -I./CClassHeaders -DARCH=\"X86\" -DJDK_VERSION_STRING=\"1.2.2\" -c -o obj/rt-X86.o rt-X86.c rt-X86.c: In function `dispatchJVM': rt-X86.c:1027: warning: passing arg 7 of pointer to function from incompatible pointer type rt-X86.c: In function `OpenJIT_SignalHandler': rt-X86.c:2383: warning: unused variable `ebp' ld -G -o libOpenJIT.so obj/api.o obj/stubs.o obj/jdklink.o obj/rt-X86.o gmake[1]: Leaving directory `/usr/home/johnd/OpenJIT-1.1.12' I followed the directions on kjkoster's website. Question: Is there a step missing? After the buildscript is run, the next paragraph is "Install and use" but there is no install command (like "gmake install"), only an "export PATH..." command. I would like to install PostgreSQL which, as described in an earlier post, installs one of two JDBC drivers, depending on the JDK installed. Has anyone done this (Edward Wolpert?) and/or how can I install the JDK1.2.2 like a port so that it will be detected (my guess: copy the release directory to /usr/local/jdk1.2.2; do something like a pkg_install). Should I have done this before I installed OpenJIT (since OpenJIT asks for the path to the JDK)? John John ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message