From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 19:51:07 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 86B6116A415 for ; Sun, 2 Jul 2006 19:51:07 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F51446E1 for ; Sun, 2 Jul 2006 19:51:06 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id c29so634110nfb for ; Sun, 02 Jul 2006 12:51:05 -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=IhIVV78HWY+qZEAJF3XvX1ljsgOBhmKpcW764ttX4VIHga/U0AcjC/TgDAEocraXAbHkprU3zuvcZmmyQuM4x6U7hpPOOOQYm+xntC/f9yeaFUvduG7bY1gJ9hGF2NoKG9vjIyvwsOjqjS81GkucZq/Mjp+Rt05dwKeM/Hmi2rE= Received: by 10.48.217.16 with SMTP id p16mr1822228nfg; Sun, 02 Jul 2006 12:51:05 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id b1sm260893nfe.2006.07.02.12.51.04; Sun, 02 Jul 2006 12:51:04 -0700 (PDT) Date: Sun, 2 Jul 2006 22:52:50 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060702195250.GA71380@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: Etk compilation problem 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: Sun, 02 Jul 2006 19:51:07 -0000 Hi list, I'm trying to compile Etk (Enlightenment ToolKit, e17 library) from source (cvs). Everything is fine, just that: ../../src/lib/.libs/libetk.so: undefined reference to `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined reference to `libintl_gettext' ../../src/lib/.libs/libetk.so: undefined reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1 Some information about my system: --- $uname -a FreeBSD lilly.evo.bg 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 --- $export | grep CFLAGS CFLAGS=" -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include -I/usr/X11R6/include" --- $locate libintl /usr/local/include/libintl.h /usr/local/lib/libintl.a /usr/local/lib/libintl.la /usr/local/lib/libintl.so /usr/local/lib/libintl.so.6 ---- Using Bash (it failed with Zsh..). Thank you.