From owner-freebsd-java@FreeBSD.ORG Fri Mar 5 15:30:22 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69BF16A4D0 for ; Fri, 5 Mar 2004 15:30:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A755043D2F for ; Fri, 5 Mar 2004 15:30:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i25NUMbv027555 for ; Fri, 5 Mar 2004 15:30:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i25NUMsL027554; Fri, 5 Mar 2004 15:30:22 -0800 (PST) (envelope-from gnats) Date: Fri, 5 Mar 2004 15:30:22 -0800 (PST) Message-Id: <200403052330.i25NUMsL027554@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Alexey Zelkin Subject: Re: java/63818: build but not with compiler specified X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexey Zelkin List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 23:30:23 -0000 The following reply was made to PR java/63818; it has been noted by GNATS. From: Alexey Zelkin To: regis rampnoux Cc: freebsd-gnats-submit@freebsd.org Subject: Re: java/63818: build but not with compiler specified Date: Sat, 6 Mar 2004 01:25:33 +0200 hi, On Fri, Mar 05, 2004 at 02:36:04PM -0800, regis rampnoux wrote: > >Number: 63818 > >Category: java > >Synopsis: build but not with compiler specified > >Description: > When compiling jdk14 (1.4.2) with the environnement variables: > CC=/usr/local/bin/gcc33 > CXX=/usr/local/bin/g++33 > The port seems to use always gcc / g++ version 2.95.4 instead of 3.3.3. > I can't solve it by changing the PATH: the make is not in the needed version! Why do you need gcc 3.3.3 ? jdk14 under -STABLE is only tested against base system compiler.