Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 20:32:49 +0200 (MEST)
From:      Oliver Velten <ovelten@gmx.de>
To:        Miguel Mendez <flynn@energyhq.homeip.net>
Cc:        ports@freebsd.org
Subject:   Re: "make rpm" fails with configure error
Message-ID:  <4294.1018809169@www49.gmx.net>
References:  <20020414175841.C90312@energyhq.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Sun, Apr 14, 2002 at 05:23:35PM +0200, Oliver Velten wrote:
> 
> Hi,
> 
> > I alr
> > eady have both versions of gettext installed (see below) but the problem
> > persists. Any ideas?
> 
> This is what I have in my system:
> 
> flynn@kajsa# ls -la /usr/local/lib/*intl*
> -rw-r--r--  1 root  wheel  21978 Jan 12 20:57 /usr/local/lib/libintl.a
> lrwxr-xr-x  1 root  wheel     12 Jan 12 20:57 /usr/local/lib/libintl.so
> -> libintl.so.1
> -rwxr-xr-x  1 root  wheel  18749 Jan 12 20:57
> /usr/local/lib/libintl.so.1
> 
> Is libintl.so present in yours?
> 
> A simple test:
> 
> flynn@kajsa# echo "main() {}" >/tmp/foo.c
> flynn@kajsa# cc -o /tmp/foo /tmp/foo.c -L/usr/local/lib -lintl
> flynn@kajsa# ldd /tmp/foo
> /tmp/foo:
>         libintl.so.1 => /usr/local/lib/libintl.so.1 (0x28068000)
> 	libc.so.5 => /usr/lib/libc.so.5 (0x2806d000)
> 
Hi,

this is what I have,

oliver@zeus:/usr/local/lib# ls -la *intl*
-r--r--r--  1 root  wheel  31427 Apr 13 20:51 libintl.so.2

oliver@zeus:/usr/local/lib# echo "main() {}" >/tmp/foo.c
oliver@zeus:/usr/local/lib# cc -o /tmp/foo /tmp/foo.c -L/usr/local/lib
-lintl
/usr/libexec/elf/ld: cannot find -lintl

How can I fix this?

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4294.1018809169>