From owner-freebsd-ppc@FreeBSD.ORG Mon Jul 7 17:31:29 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2AA51065685 for ; Mon, 7 Jul 2008 17:31:29 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 610D88FC17 for ; Mon, 7 Jul 2008 17:31:29 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 64A891178E; Tue, 8 Jul 2008 03:31:27 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id ECS13815 (AUTH peterg@ptree32.com.au); Tue, 8 Jul 2008 03:30:46 +1000 (EST) Message-ID: <487252EC.8010905@freebsd.org> Date: Mon, 07 Jul 2008 10:31:24 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: "Niels S. Eliasen" References: <07568EF6-EC74-4639-AA7F-8839F4B38A8B@delfi-konsult.com> In-Reply-To: <07568EF6-EC74-4639-AA7F-8839F4B38A8B@delfi-konsult.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Linkin problem when trying to compile "gnash" X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 17:31:29 -0000 Hi Niels, > anyone knows how to fix this ? It's a problem with the port: it doesn't pick the correct build options on FreeBSD, and some of the source files don't use the correct #defines - they think it is either OSX or Linux. My guess is it doesn't build on any *BSD without patches. later, Peter.