From owner-freebsd-java Thu Apr 6 14:31:37 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 1729F37B515 for ; Thu, 6 Apr 2000 14:31:31 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id HAA74834; Fri, 7 Apr 2000 07:01:13 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200004062131.HAA74834@ares.trc.adelaide.edu.au> Subject: Re: Unable to compile JDK 1.2.2 In-Reply-To: <38ECE01E.BB1951C7@jollem.com> from Ernst de Haan at "Apr 6, 2000 09:06:06 pm" To: Ernst de Haan Date: Fri, 7 Apr 2000 07:01:13 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Ernst, > I'm trying to compile the JDK, I applied the -4 patches, but I fail. I get > this message a few times: > > cc: language O4 not recognized Based on this, your problem is almost certainly that you didn't set the environment variable CC_VERSION. E.g. setenv CC_VERSION gcc (or CC_VERSION=gcc for Bourne shell people) as those are the kind of errors I get when I don't do that :). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message