From owner-freebsd-java@FreeBSD.ORG Sat Jan 10 12:22:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA09389 for java-outgoing; Sat, 10 Jan 1998 12:22:43 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA09322 for ; Sat, 10 Jan 1998 12:21:03 -0800 (PST) (envelope-from jwalt@subcellar.mwci.net) Received: from localhost (jwalt@localhost) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id OAA09994 for ; Sat, 10 Jan 1998 14:20:14 -0600 (CST) Date: Sat, 10 Jan 1998 14:20:14 -0600 (CST) From: "Jesse D. Walters" To: freebsd-java@FreeBSD.ORG Subject: Java intallation (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I ran the inital port for java "make install" then it gave me a ./work directory. it still had the makefile which looked like this: LIBDIR=/share/java all: @true install: -test -d ${LIBDIR}/lib || mkdir -p ${LIBDIR}/lib ${BSD_INSTALL_MAN} COPYRIGHT ${LIBDIR} ${BSD_INSTALL_DATA} lib/javac.properties ${LIBDIR}/lib ${BSD_INSTALL_DATA} lib/appletviewer.properties ${LIBDIR}/lib ${BSD_INSTALL_DATA} classes.zip ${LIBDIR} when I run make install on this it says the following: test -d /share/java/lib || mkdir -p /share/java/lib COPYRIGHT /share/java COPYRIGHT: not found *** Error code 1 Stop. I verified that the COPYRIGHT and lib directories DID have all the correct files. ---------- Forwarded message ---------- Date: Fri, 9 Jan 1998 14:05:07 -0600 (CST) From: "Jesse D. Walters" To: freebsd-java@freebsd.org Subject: Java intallation (fwd) I am installing jdk1.0.2 and when I run the make install everything works fine, however it writes all the files to the ./work directory. Am I able to cp the entire "work" directory recursively into say /usr/local/java? I noticed when I viewed ./work/bin/java it was still in script. Is that the way it is suppose to be? TIA Please reply to jwalt@mwci.net since I am only on the questions mailing list. Again, thank you. Jess