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: Wed, 15 Dec 2010 16:19:34 -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 1292447986 23942 80.91.229.12 (15 Dec 2010 21:19:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 21:19:46 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Dec 15 22:19:42 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 1PSylC-0002Cg-Av for guile-bugs@m.gmane.org; Wed, 15 Dec 2010 22:19:42 +0100 Original-Received: from localhost ([127.0.0.1]:57605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSylB-0003ms-JD for guile-bugs@m.gmane.org; Wed, 15 Dec 2010 16:19:41 -0500 Original-Received: from [140.186.70.92] (port=33115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSyl7-0003mm-8q for bug-guile@gnu.org; Wed, 15 Dec 2010 16:19:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSyl6-0005NA-Da for bug-guile@gnu.org; Wed, 15 Dec 2010 16:19:37 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:62451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSyl6-0005N6-99 for bug-guile@gnu.org; Wed, 15 Dec 2010 16:19:36 -0500 Original-Received: by wyj26 with SMTP id 26so1973084wyj.0 for ; Wed, 15 Dec 2010 13:19:35 -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=yGdCOkF59lkMV56HOPprSXrCUDThnrpNe1R9/d/HcrA=; b=hkYtgCdkrxGzlAFrcD4iSnJEa+Jk+Q59y2vfb04yLSYAYHMmlfVO9/hN53vcGE7pVt Jdc0VJA+51v1wQuYNMj7KrWKZW1mooN2VCglOvrZSPChBF75KFEP4h7knYgP7xKcHHNL /oSw+rw0ZyjImYb/UMHRRKoS9k0fGA+IWeTAY= 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=vEJzvnFA2Bj7G9bGGIs4MU3C76SOORmYLj1kndvUknGvf1yU0iGmTuc9hPFSdzoW2+ qEgigUq9YfCtQe/78xiblOEARRptH6Dxzzylan6oAM7rLfz0pnnmLHgNRiIl6E3hQTQg qgzcGItVOi6WzBo2ccLhIQus+QhSxedH1l7Hw= Original-Received: by 10.216.169.209 with SMTP id n59mr1375176wel.51.1292447974216; Wed, 15 Dec 2010 13:19:34 -0800 (PST) Original-Received: by 10.216.156.65 with HTTP; Wed, 15 Dec 2010 13:19:34 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: t5-OQO72LH3bYdT1XCSpZoztV9A 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:4902 Archived-At: 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/ >