libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettexing nowhere in Darwin


From: Yves de Champlain
Subject: gettexing nowhere in Darwin
Date: Mon, 03 Feb 2003 01:05:45 -0500

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/.libs/*.dylib | grep 'T _libintl_gettext$'
libintl.2.2.0.dylib:gettext.lo:00001a8c T _libintl_gettext
    libintl.2.dylib:gettext.lo:00001a8c T _libintl_gettext
      libintl.dylib:gettext.lo:00001a8c T _libintl_gettext

Libtool is used with "-no-undefined" in link mode.

I tried with libtool 1.4.2, 1.4.3 and also with
the patch posted by Benjamin Reed
but I always end up with the same result

help ???

yves





reply via email to

[Prev in Thread] Current Thread [Next in Thread]