From owner-freebsd-java@FreeBSD.ORG Sat Jun 25 13:19:21 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 85D6216A41C; Sat, 25 Jun 2005 13:19:21 +0000 (GMT) (envelope-from till@f111.hadiko.de) Received: from spamhost.rz.uni-karlsruhe.de (spamhost.rz.uni-karlsruhe.de [129.13.185.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 375F143D1F; Sat, 25 Jun 2005 13:19:21 +0000 (GMT) (envelope-from till@f111.hadiko.de) Received: from f111.hadiko.de (hadif111.hadiko.uni-karlsruhe.de [172.20.42.141]) by spamhost.rz.uni-karlsruhe.de with esmtp (Exim 4.43 #1) id 1DmAZ3-0001yc-04 ; Sat, 25 Jun 2005 15:19:19 +0200 Received: from lap.f111.hadiko.de ([10.0.0.220]) by f111.hadiko.de (8.12.9/8.12.9) with ESMTP id j5PDJFxq065489; Sat, 25 Jun 2005 13:19:16 GMT (envelope-from till@f111.hadiko.de) To: "Neo Jia" , freebsd-java@freebsd.org, freebsd-amd64@freebsd.org References: <42BC8310.9040501@cse.unl.edu> Message-ID: Date: Sat, 25 Jun 2005 15:19:14 +0200 From: "Till Riedel" Organization: Hadiko Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <42BC8310.9040501@cse.unl.edu> User-Agent: Opera M2/8.01 (FreeBSD, build 1204) X-Spam-Report: -3.3 ALL_TRUSTED Did not pass through any untrusted hosts 0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60% [score: 0.4382] -0.0 ALL_CAMPUS Received by smtp.rz from campus X-Spam-Status: no, hits=-3.3 required=5.0 X-Spam-Level: --- X-Scan-Server: spamhost X-Scan-Signature: 4b4e315e07894f13c13f341ff8335f3b Cc: Subject: Re: How to build JDK15 on AMD64 with FreeBSD? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 13:19:21 -0000 On Sat, 25 Jun 2005 00:02:56 +0200, Neo Jia wrote: I > hope I could get some detailed information about the building procedure. > Do you also use the source code from SUN SCSL or another version > maintained by FreeBSD.org? What is the requirement I should meet to > build it on FreeBSD, such as the version of FreeBSD? Do I still need GCC > 3.2.2? I build jdk-1.5.0p1_2 from the ports tree on a 5.4-RELEASE (gcc 3.4.2). At some point compilation failed because of too long command line. To work around I executed the failing command on the shell and restarted make. till