From owner-freebsd-ports Wed Nov 1 19:21:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 9A8E937B4D7 for ; Wed, 1 Nov 2000 19:21:31 -0800 (PST) Received: by gw.nectar.com (Postfix, from userid 1001) id BB1C3192A7; Wed, 1 Nov 2000 21:21:21 -0600 (CST) Date: Wed, 1 Nov 2000 21:21:21 -0600 From: "Jacques A. Vidrine" To: andrea@webcom.it Cc: freebsd-ports@freebsd.org Subject: Re: Can't build net/gnomeicu Message-ID: <20001101212121.A42040@spawn.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , andrea@webcom.it, freebsd-ports@freebsd.org References: <20001101194232.A41650@spawn.nectar.com> <20001102020215.94913.qmail@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001102020215.94913.qmail@webcom.it>; from andrea@webcom.it on Thu, Nov 02, 2000 at 03:02:15AM +0100 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 02, 2000 at 03:02:15AM +0100, andrea@webcom.it wrote: > > > > > > Shouldn't there be a -liconv somewhere? Or is my setup broken? > > > > Builds here. Builds on bento.freebsd.org. > > > > Perhaps send me the output of `uname -a', and the entire output of the > > build (e.g. `make clean && make 2>&1 | tee make.log'), and we can see > > what's going on. > > FreeBSD mammolo 5.0-CURRENT FreeBSD 5.0-CURRENT #26: Tue Oct 31 02:12:06 CET 2000 root@mammolo:/usr/src/sys/compile/THINKPAD i386 [snip] > checking for iconv.h... yes [snip] > kanji_conv.o: In function `kanji_conv': > kanji_conv.o(.text+0x79): undefined reference to `iconv_open' > kanji_conv.o(.text+0x94): undefined reference to `iconv' > kanji_conv.o(.text+0xa0): undefined reference to `iconv_close' Looks like you have ports/converters/iconv installed, and the configure script is picking it up. Only the configure script is flawed in that it doesn't also look for libiconv. I'll look at fixing the configure script later. Thanks for the report! -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message