From owner-freebsd-questions@FreeBSD.ORG Fri Jul 21 20:04:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CBC16A4DA for ; Fri, 21 Jul 2006 20:04:12 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id C443B43D70 for ; Fri, 21 Jul 2006 20:04:07 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1041386nfc for ; Fri, 21 Jul 2006 13:04:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=N0ocOEMeNJkGN54b8oZnBJ1+3DblvZjI1tzBClCa1xxdSp3Gral3RvdKGHhMMQneyNmGkIWfH3ym78kmY31E4sOpnTV4WMEEKHZjZG+7MaCWgFIllCTsujMqD7E4Nf3ivElCh1/uMpzn6eHwjcSXLUUE+Kg30qkBxaM3dW4b0JE= Received: by 10.48.235.13 with SMTP id i13mr957302nfh; Fri, 21 Jul 2006 13:04:06 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id x24sm1399992nfb.2006.07.21.13.04.05; Fri, 21 Jul 2006 13:04:06 -0700 (PDT) Date: Fri, 21 Jul 2006 23:03:15 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060721200315.GA69268@lilly.evo.bg> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: libiconv problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 20:04:13 -0000 Hi, list. I have installed the latest libiconv (converters/libiconv), but, I can't compile Zsh and gcc-ooo because of "undefined references" of it. See: .././..//gcc-3.4.1/libiberty/fibheap.c: In function `fibheap_union': .././..//gcc-3.4.1/libiberty/fibheap.c:166: warning: implicit declaration of function `free' .././..//gcc-3.4.1/libiberty/fibheap.c: In function `fibheap_delete_node': .././..//gcc-3.4.1/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function) .././..//gcc-3.4.1/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once .././..//gcc-3.4.1/libiberty/fibheap.c:285: error: for each function it appears in.) .././..//gcc-3.4.1/libiberty/fibheap.c: In function `fibheap_consolidate': .././..//gcc-3.4.1/libiberty/fibheap.c:395: warning: implicit declaration of function `memset' gmake[1]: *** [fibheap.o] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/gcc-ooo/work/build/libiberty' gmake: *** [all-libiberty] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc-ooo. --- cc -s -o zsh main.o `cat stamp-modobjs` -liconv -ltinfo -lm -lc /usr/bin/ld: cannot find -liconv *** Error code 1 Stop in /usr/ports/shells/zsh/work/zsh-4.3.2/Src. *** Error code 1 Stop in /usr/ports/shells/zsh/work/zsh-4.3.2. *** Error code 1 Stop in /usr/ports/shells/zsh -- Any ideas? Thank you.