Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2000 07:01:13 +0930 (CST)
From:      Greg Lewis <glewis@trc.adelaide.edu.au>
To:        Ernst de Haan <ernst@jollem.com>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Unable to compile JDK 1.2.2
Message-ID:  <200004062131.HAA74834@ares.trc.adelaide.edu.au>
In-Reply-To: <38ECE01E.BB1951C7@jollem.com> from Ernst de Haan at "Apr 6, 2000 09:06:06 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004062131.HAA74834>