On 29 Sep 2006, at 19:51, derek holzer wrote:

> Howdy,
>
> I'm having some big troubles with gettext and libintl while trying to
> compile an application outside Fink (LADSPA BLOP plugin). I've tried
> installing both gettext-dev and gettext3-dev, and with both I get the
> following error while compiling blop:
>
> /usr/bin/ld: Undefined symbols:
>       _libintl_bindtextdomain
>       _libintl_gettext
>       _libintl_textdomain
>
> I have libintl.dylib in the following places:
>
> /sw/lib/libintl.dylib (from Fink)
> /usr/lib/libintl.dylib (from ???)
> /usr/local/lib/libintl.dylib (from GNU)
>
> And I've been using the line:
>
> ./configure --with-ladspa-prefix=/usr/local -with-libintl-prefix=/sw
> --with-libiconv-prefix=/sw
>
> to show the linker where to find libintl.dylib. Of course, I tried it
> with all the different prefixes of the lib directories where
> libintl.dylib is located, but got the same error every time.
There is no way to make sense out of this his thread, half is missing.
In particular, I don't see the link command, but from your other msg :
> $ nm /sw/lib/libintl.3.4.3.dylib | grep bindtextdomain
> 000017f0 T _libintl_bindtextdomain
I see that your /sw/lib/libintl.dylib is OK in this respect _ so it  
is a priori
the link command which is suspect, or your other libintl.dylib's (or  
conceivably libintl.a's ?)
(how do you want us to know about some libintl.dylib in /usr/lib,
where yourself writes "???" as only documentation...)

JF Mertens

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to