Hi
I'm facing a new problem (only new for me I hope)
while trying to build gettext-0.11.5 on Darwin :
cc -dynamiclib -o .libs/libgettextlib-0.11.5.dylib [...]
-L../intl/.libs -lintl [...]
ld: Undefined symbols:
libintl_gettext
I do have "_libintl_gettext" built in ../intl.libs:
nm -o intl/.l
Have had a bug submitted by a Debian user, does anyone have any ideas?
Scott
-Forwarded Message-
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Bug#179323: libtool - fails to relink cross compiled libs
Date: 01 Feb 2003 13:46:06 +0100
Package: libtool
Version: 1.
On Sunday, February 2, 2003, at 11:23 AM, Benjamin Reed wrote:
He suggested changing it to "-multiply_defined suppress prebind",
which seems to be the solution, if libtool doesn't want to support
specifying the namespace on the libtool command-line.
This would make libtool default to making tw
So the discussion came up on the fink irc channel again about libtool
and namespaces. I recall being rejected in wanting to add support for
linker namespaces in libtool in the thread following this post:
http://www.mail-archive.com/libtool@gnu.org/msg03042.html
...but looking at the archives