Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D3612431FC2; Wed, 18 Nov 2009 08:29:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l0M9j6ZpENyt; Wed, 18 Nov 2009 08:29:43 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EAD2D431FAE; Wed, 18 Nov 2009 08:29:42 -0800 (PST) From: Carl Worth To: Stewart Smith , notmuch@notmuchmail.org In-Reply-To: <1258506353-20352-1-git-send-email-stewart@flamingspork.com> References: <1258506353-20352-1-git-send-email-stewart@flamingspork.com> Date: Wed, 18 Nov 2009 08:29:28 -0800 Message-ID: <873a4baj9z.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Fix linking with gcc to use g++ to link in C++ libs. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:29:44 -0000 On Wed, 18 Nov 2009 12:05:53 +1100, Stewart Smith wrote: > Previously, Ubuntu 9.10, gcc 4.4.1 was getting: Thanks, Stewart! It's always nice to get portability fixes. This should have beeen pushed by the time I will have been able to send this email. :-) -Carl