From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.bugs Subject: Re: Build Error in Latest Git Date: Fri, 17 Dec 2010 12:10:45 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1292605871 25710 80.91.229.12 (17 Dec 2010 17:11:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 17:11:11 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 17 18:10:57 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTdpV-0003ga-WD for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 18:10:54 +0100 Original-Received: from localhost ([127.0.0.1]:60043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTdpV-0003pb-EY for guile-bugs@m.gmane.org; Fri, 17 Dec 2010 12:10:53 -0500 Original-Received: from [140.186.70.92] (port=59209 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTdpQ-0003lK-Bz for bug-guile@gnu.org; Fri, 17 Dec 2010 12:10:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTdpP-0002Zr-32 for bug-guile@gnu.org; Fri, 17 Dec 2010 12:10:48 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:57403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTdpO-0002Zh-TE for bug-guile@gnu.org; Fri, 17 Dec 2010 12:10:47 -0500 Original-Received: by wwb17 with SMTP id 17so858672wwb.30 for ; Fri, 17 Dec 2010 09:10:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=wGyZolw81nIjmACOY8xVH/JlXC40sBznEY0KqGD8Rzo=; b=xXlJevk2ykXc86fQpCoyrsT/lU5IMuHZMb5/pMHAtt/oaG+FtbTkGtojoYED48qVSs DOr3v+gIPYodXgsnSsZLvflQr6sUnMk+6F2zuLhIdM3sjgy10DIK9+Aq0tcT9bTKe3W9 13ma7EESfcarVBqWGVWVNTEG7Nhy2uGHHWpcI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=r78P3PRbDtXYdPCivXlJ89UVFeufU5wwReoEmAdqyDj6oLjsUy//oobL6eMrUp0uVV aBj57ceng4dRzn1TT4ZYjeLTquizND1rdnUvwWc/DulZeTnKnCq2rv9Y9HvmCrZBdMVY I/47IXEt+GG0eaFzAEaX1oaL5YiZO7FST0cEo= Original-Received: by 10.216.46.135 with SMTP id r7mr4169556web.21.1292605845431; Fri, 17 Dec 2010 09:10:45 -0800 (PST) Original-Received: by 10.216.156.65 with HTTP; Fri, 17 Dec 2010 09:10:45 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 7IWWdmpSnMwa0bKk_GbXIfYYVII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4914 Archived-At: After looking at this a bit more, I think it's an issue with Gnulib, or possibly the configuration system. I'd like to report it to one of those projects, but could someone tell me how Guile's configuration mechanism interacts with Gnulib's? I don't really understand what is configuring Gnulib, since it has no configure script. Thanks, Noah On Wed, Dec 15, 2010 at 4:19 PM, Noah Lavine wrot= e: > Mac OS X 10.6. There's some weirdness because I have two versions of > libiconv installed - the one that comes with OS X, and one from > Macports. They also define different symbols for the same functions - > the regular OS X library has "_iconv_close", and the Macports one has > "_libiconv_close". I wonder if this is a case of the configure script > picking up one set of names and then linking with the other set. > (Although that doesn't explain why it used to build, back when I had > the same setup.) > > I've tried building with both of those libraries, using > --with-libiconv-prefix to switch, and I get the same error. (I started > with 'make distclean' each time.) > > Noah > > On Wed, Dec 15, 2010 at 4:02 PM, Andy Wingo wrote: >> On Wed 15 Dec 2010 07:49, Noah Lavine writes: >> >>> Undefined symbols: >>> =A0 "_iconv", referenced from: >> >> Odd. On what platform is this? >> >> Andy >> -- >> http://wingolog.org/ >> >