From owner-freebsd-java@FreeBSD.ORG Tue Jun 15 13:36:33 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 75D0D16A4CE for ; Tue, 15 Jun 2004 13:36:33 +0000 (GMT) Received: from pro6.abac.com (pro6.abac.com [66.226.64.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED8843D39 for ; Tue, 15 Jun 2004 13:36:33 +0000 (GMT) (envelope-from blin@convergentconsulting.com) Received: from largefries (ip68-111-48-254.br.no.cox.net [68.111.48.254]) (authenticated bits=0) by pro6.abac.com (8.12.10/8.12.10) with ESMTP id i5FDaLSh083096 for ; Tue, 15 Jun 2004 06:36:22 -0700 (PDT) (envelope-from blin@convergentconsulting.com) Message-Id: <200406151336.i5FDaLSh083096@pro6.abac.com> From: "Bruce Lin" To: Date: Tue, 15 Jun 2004 08:36:17 -0500 Organization: Convergent Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20040615120057.E0C5616A4E6@hub.freebsd.org> Thread-Index: AcRS0HAQYBO988xWR62L6QWfNTTahAADEpTg X-Spam-Score: 3.665 (MSGID_FROM_MTA_SHORT) X-Spam-Level: !!! X-Scanned-By: MIMEDefang 2.43 Subject: RE: Error linking launcher in JDK 1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: blin@convergentconsulting.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 13:36:33 -0000 To answer my own question, This should have been an obvious fix, I guess. It seems like I left an extra compiler optimization flag in my make.conf (CPUTYPE). Removing that and re-making seems to have cured all my ailments. This fixed both my compiling and linking error. This is in reference to the unresolved reference error to State::MachNodeGenerator when linking jdk14. Thanks! Bruce Lin -----Original Message----- Date: Mon, 14 Jun 2004 07:38:10 -0700 From: blin@convergentconsulting.com Subject: RE: Error linking launcher in JDK 1.4 To: freebsd-java@freebsd.org Message-ID: <200406141438.i5EEcAWF087243@pro6.abac.com> Content-Type: text/plain; format=flowed; charset="utf-8" Hi peoples, I was compiling ports/java/jdk14 on Freebsd 5.2.1-RELEASE-p8 and seem to have run into the same problem as described by this post from Feb '04; no responses to that post, unfortunately. Are there any general issues, or perhaps specific troubleshooting steps anyone can suggest? My error is the same as the one below, verbatim. Thanks!