Hi again,

Alexander Hansen wrote:

> You might need to move /usr/local out of the way.
> 
> Also, it could be that it's some other package which is linked to the
> "wrong" libintl and is being linked in your build that is causing the
> problem.  (moving /usr/local might help you uncover this, too)
> 

Well, thanks for this suggestion, but moving all the libintl.dylibs in 
/usr/local and /usr out of the way didn't do it. The linker sees the 
ones in /sw:

checking for iconv... yes
checking how to link with libiconv... -L/sw/lib -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -L/sw/lib -lintl -liconv -lc

But I still get:

/usr/bin/ld: Undefined symbols:
_libintl_bindtextdomain
_libintl_gettext
_libintl_textdomain
dyld_stub_binding_helper
collect2: ld returned 1 exit status

Other suggestions?

-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 63:
"Don't break the silence"

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