From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 01:40:55 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 52E7616A4CE for ; Mon, 12 Apr 2004 01:40:55 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C2B43D3F for ; Mon, 12 Apr 2004 01:40:53 -0700 (PDT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i3C8eoZI087637; Mon, 12 Apr 2004 11:40:50 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i3C8eopa087636; Mon, 12 Apr 2004 11:40:50 +0300 (EEST) (envelope-from ml) Date: Mon, 12 Apr 2004 11:40:50 +0300 From: Alexey Zelkin To: Robert Huff Message-ID: <20040412084050.GA87592@phantom.cris.net> References: <16503.21793.243892.582878@jerusalem.litteratus.org> <20040410062037.GA19248@misty.eyesbeyond.com> <16505.36772.884218.233159@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16505.36772.884218.233159@jerusalem.litteratus.org> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: very quick java/jdk14complie = problem? 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: Mon, 12 Apr 2004 08:40:55 -0000 hi, On Sun, Apr 11, 2004 at 02:34:12PM -0400, Robert Huff wrote: > > Greg Lewis writes: > > > > ===> Building for jdk-1.4.2p6_4 > > > # Start of jdk build > > > GNU Make 3.80 > > > Copyright (C) 2002 Free Software Foundation, Inc. > > > This is free software; see the source for copying conditions. > > > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > > > PARTICULAR PURPOSE. > > > > This is like gmake has been run with --version. Do you have -v or > > --version set in MAKE_FLAGS? > > Not knowingly. Does this ask the right question? > > huff@> make -v -DWITH_IPV6 -V MAKE_FLAGS > -f > $ make -v -n -DWITH_IPV6 -V MAKEFLAGS -v -n -D WITH_IPV6 -V MAKEFLAGS PS: Use "ports/java/jdk14 && make". Without -DWITH_IPV6 and -v. If everything goes right, start adding anything you want.