From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: master build issue Date: Thu, 04 Jun 2009 02:04:33 +0100 Message-ID: <87eiu07qse.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244077539 26336 80.91.229.12 (4 Jun 2009 01:05:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jun 2009 01:05:39 +0000 (UTC) To: Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 04 03:05:36 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MC1Oh-00017f-Nf for guile-devel@m.gmane.org; Thu, 04 Jun 2009 03:05:36 +0200 Original-Received: from localhost ([127.0.0.1]:58914 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MC1Og-0002ML-QJ for guile-devel@m.gmane.org; Wed, 03 Jun 2009 21:05:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MC1Nq-00022c-3X for guile-devel@gnu.org; Wed, 03 Jun 2009 21:04:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MC1Nl-0001x8-4f for guile-devel@gnu.org; Wed, 03 Jun 2009 21:04:41 -0400 Original-Received: from [199.232.76.173] (port=50991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MC1Nk-0001ww-Sj for guile-devel@gnu.org; Wed, 03 Jun 2009 21:04:36 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:36463) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MC1Nj-0007lY-DX for guile-devel@gnu.org; Wed, 03 Jun 2009 21:04:36 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 479741F69A5 for ; Thu, 4 Jun 2009 02:04:34 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 5536538013 for ; Thu, 4 Jun 2009 02:04:33 +0100 (BST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8604 Archived-At: I built and installed libunistring this evening, to /usr/local, and now ./configure is failing for me at: checking size of float... configure: error: cannot compute sizeof (float) which is because (from config.log): configure:52553: ccache gcc -o conftest -g -O2 conftest.c -L/usr/local/lib -lunistring -R/usr/local/lib -lgmp -lcrypt -lm -lltdl >&5 gcc: unrecognized option '-R/usr/local/lib' My GCC is version 4.3.2, so pretty recent. Ludo, Andy, I'm wondering why this isn't a problem for you too. Is it because you've installed libunistring in /usr, perhaps? Regards, Neil