From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 24 17:48:14 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 832B3250 for ; Fri, 24 Jan 2014 17:48:14 +0000 (UTC) Received: from fep16.mx.upcmail.net (fep16.mx.upcmail.net [62.179.121.36]) by mx1.freebsd.org (Postfix) with ESMTP id C62151845 for ; Fri, 24 Jan 2014 17:48:13 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140124174805.YUBX10353.viefep16-int.chello.at@edge03.upcmail.net>; Fri, 24 Jan 2014 18:48:05 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge03.upcmail.net with edge id Hto41n02A2Rg3Ey03to4XN; Fri, 24 Jan 2014 18:48:05 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52E2A755.4030606@rainbow-runner.nl> Date: Fri, 24 Jan 2014 18:48:05 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Dan Kovacevic , gnome@FreeBSD.org Subject: Re: converters/libiconv Port Compile Issue References: <52E02DDF.3070808@ohwvagoodwill.org> In-Reply-To: <52E02DDF.3070808@ohwvagoodwill.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140124-0, 24-01-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 17:48:14 -0000 On 22-1-2014 21:45, Dan Kovacevic wrote: > configure:3925: checking whether the C compiler works > configure:3947: cc -liconv conftest.c >&5 > /usr/bin/ld: cannot find -liconv > configure:3951: $? = 1 > configure:3989: result: no > configure: failed program was: The build fails because it tried to link -liconv in, which is't installed. Do you have a LDFLAGS+=-liconv in your /etc/make.conf by change? -Koop