From owner-freebsd-questions@FreeBSD.ORG Sun Nov 19 17:04:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA9D216A4AB for ; Sun, 19 Nov 2006 17:04:31 +0000 (UTC) (envelope-from fairwinds@eastlink.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8487943D5C for ; Sun, 19 Nov 2006 17:04:19 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0J8Z00JVXM2UKUF1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Sun, 19 Nov 2006 13:04:06 -0400 (AST) Received: from blk-224-181-0.eastlink.ca (HELO [192.168.1.250]) ([24.224.181.0]) by ip04.eastlink.ca with ESMTP; Sun, 19 Nov 2006 13:04:24 -0400 Date: Sun, 19 Nov 2006 13:04:23 -0400 From: David Pratt In-reply-to: <20061119010700.GA65368@xor.obsecurity.org> To: Kris Kennaway Message-id: <45608E97.9060608@eastlink.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAFEdYEUY4LUAdGdsb2JhbAANjDsB X-IronPort-AV: i="4.09,439,1157338800"; d="scan'208"; a="13299465:sNHT48005181" References: <455F94F4.7010309@eastlink.ca> <20061119003655.GA64411@xor.obsecurity.org> <455FAC19.8010009@eastlink.ca> <20061119010700.GA65368@xor.obsecurity.org> User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) Cc: freebsd-questions@freebsd.org Subject: Re: Modifying gcc34 makefile to compile with java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2006 17:04:31 -0000 Hi Kris. This is a libgcj in gcc issue and have posted to java@gcc.gnu.org list. I see that there is a similar reference to something similar on Darwin platform which has FreeBSD roots. It seems that unwind symbol may be getting introduced into libgcj (so that when compiled produces the error). I believe this symbol provides support for libunwind for specific platforms other than FreeBSD. l'll have to track down the person responsible for the FreeBSD port since they should also be interested in determining a solution. Regards, David Kris Kennaway wrote: > On Sat, Nov 18, 2006 at 08:58:01PM -0400, David Pratt wrote: >> Hi Kris. I realize the java support prior to 4 requires a ton of RAM to >> compile but I also know the compiler is reasonably good afterwards (from >> other platforms) but have not been successful with FreeBSD at this >> point. >> >> I attempted a few tries at 4.1 an 4.2 today and getting this >> sort of an error using gcj: >> >> /usr/local/lib/gcc-4.2.0/libgcj.so.8: Undefined symbol "_Unwind_GetIPInfo" >> >> so am looking to try something earlier that is known to work on Linux. > > If I were you I'd focus on solving that error instead. Without more > context I can't help though. > > Kris