On 12 Jan 2007, at 02:43, Kevin Horton wrote: > ... > /usr/bin/ld: warning multiple definitions of symbol _locale_charset > /sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset > /sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset > /usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding > may result in errors or different symbols being used > /usr/bin/ld: Undefined symbols: > _res_9_init > symbol _locale_charset used from dynamic library /sw/lib/ > libiconv.dylib(localcharset.o) not from earlier dynamic library /sw/ > lib/libintl.3.dylib(localcharset.o)
Warnings are not a problem, the only problem above is the "Undefined symbols:" error. The symbol is defined in /usr/lib/libresolv.dylib, ie, you just need an additional flag "-lresolv" in your command. Maybe something went wrong in configure _ check were they look for libresolv _, else a bug in the makefiles _ but anyway easy to fix (the cheapest and worst fix would be to just add -lresolv to the LDFLAGS..). 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-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel