From owner-freebsd-gecko@FreeBSD.ORG Mon Sep 13 09:30:16 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F4341065672 for ; Mon, 13 Sep 2010 09:30:16 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id D4A648FC25 for ; Mon, 13 Sep 2010 09:30:15 +0000 (UTC) Received: from daedalus.network.local (113-38.2-85.cust.bluewin.ch [85.2.38.113]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o8D9UD9a078718 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Mon, 13 Sep 2010 09:30:14 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4C8DEF2B.2040605@FreeBSD.org> Date: Mon, 13 Sep 2010 11:30:19 +0200 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.12) Gecko/20100907 Lightning/1.0b1 Thunderbird/3.0.7 MIME-Version: 1.0 To: Andriy Gapon References: <4C8DD187.2070309@icyb.net.ua> In-Reply-To: <4C8DD187.2070309@icyb.net.ua> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: thunderbird and gcc44 (again) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 09:30:16 -0000 Hi, On 13.09.2010 09:23, Andriy Gapon wrote: > > Big thanks to all who made it possible for gecko ports to be buildable with > gcc44+ almost without any issues! > > About 'almost' - it seems that thunderbird port still requires one small patch, > which is needed for dlopen(3) definition. The patch should be an effective NOP > for base gcc. Thanks for the patch. Have you applied some other modifications to the Thunderbird ports? With your patch I run into a linker error when compiling Thunderbird 3.0.7 and 3.1.3 with GCC 4.4. Beat