On Fri, Sep 29, 2006 at 09:25:33PM +0200, derek holzer wrote:
> Alexander Hansen wrote:
> 
> > Looking through the options on my system:
> > 
> > $ nm /sw/lib/libintl.3.4.3.dylib | grep bindtextdomain
> > 000017f0 T _libintl_bindtextdomain
> > 000070e0 T _bindtextdomain
> >         U _libintl_bindtextdomain
> > $ nm /sw/lib/libintl.1.dylib | grep bindtextdomain
> > 00001400 T _bindtextdomain
> >         U _bindtextdomain__
> > 00001800 T _bindtextdomain__
> > 
> > So it looks like the symbol comes from gettext3
> > 
> > Maybe try moving the one in /usr/lib out of the search path?
> 
> Moved gettext and all versions of libgettext* in /usr out of the way. 
> Still no difference. This one's tricky, isn't it?

Are there any DYLD* env variables being set? What's the actual
compiler command that leads to the missing-symbols error message?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-------------------------------------------------------------------------
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