From owner-freebsd-java@FreeBSD.ORG Sat Mar 6 14:24:02 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF2316A4CE for ; Sat, 6 Mar 2004 14:24:02 -0800 (PST) Received: from crocoite.home.regix.com (regisr.net1.nerim.net [62.212.109.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0035643D39 for ; Sat, 6 Mar 2004 14:24:01 -0800 (PST) (envelope-from regisr@regix.com) Received: from crocoite.home.regix.com (localhost.home.regix.com [127.0.0.1]) i26MNpjP001143; Sat, 6 Mar 2004 23:23:51 +0100 (CET) (envelope-from regisr@crocoite.home.regix.com) Received: (from regisr@localhost) by crocoite.home.regix.com (8.12.11/8.12.10/Submit) id i26MNpUw001142; Sat, 6 Mar 2004 23:23:51 +0100 (CET) (envelope-from regisr) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040306214247.GA3389@grimoire.chen.org.nz> Date: Sat, 06 Mar 2004 23:23:51 +0100 (CET) Sender: regisr@regix.com From: regis rampnoux To: Jonathan Chen cc: freebsd-java@FreeBSD.org Subject: Re: java/63818: build but not with compiler specified X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 22:24:02 -0000 On 06-Mar-2004 Jonathan Chen wrote: > Eh? Mozilla Firefox (previously Firebird) compiles fine under -STABLE > using the default system compiler under ports. What sort of problems > are you getting? The problem is not with firefox (or firebird, I have not yet updated because a site was not working with it). But another software which don't compile under gcc 2.95 et needed 3.x ... I used of course gcc 3.33 to compile GTK2 libs and other libs. (I don't remember which was the software). Is jdk14 compatible with gcc 3.x?