Date: Sun, 14 Apr 2002 17:58:42 +0200 From: Miguel Mendez <flynn@energyhq.homeip.net> To: Oliver Velten <ovelten@gmx.de> Cc: ports@freebsd.org Subject: Re: "make rpm" fails with configure error Message-ID: <20020414175841.C90312@energyhq.homeip.net> In-Reply-To: <23365.1018797815@www49.gmx.net>; from ovelten@gmx.de on Sun, Apr 14, 2002 at 05:23:35PM %2B0200 References: <20020414171546.B90312@energyhq.homeip.net> <23365.1018797815@www49.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--m51xatjYGsM+13rf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =3D> /usr/local/lib/libintl.so.1 (0x28068000) libc.so.5 =3D> /usr/lib/libc.so.5 (0x2806d000) Cheers, --=20 Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk FreeBSD - The power to serve! --m51xatjYGsM+13rf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8uacxnLctrNyFFPERAjK/AJ9Hixt3Dapdu984JuyOHGkP6pNTBgCdFWrb bUokPhd1E2NLsqHOwUQkoL0= =QWYe -----END PGP SIGNATURE----- --m51xatjYGsM+13rf-- 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?20020414175841.C90312>