Craig Smith wrote:
Hey all,

Is there something wrong with libiconv-1.9.2-11 at your end. I'm trying to
install some programs which require libiconv-1.9.2-11. When fink tries to
install libiconv-1.9.2-11, there's an error (error code 2). Last few line
are shown below.
gcc iconv.o -o iconv ../srclib/libicrt.a -L/sw/lib /sw/lib/libintl.dylib
/sw/lib/libiconv.dylib
ld: warning prebinding disabled because dependent library:
/sw/lib/libintl.1.dylib is not prebound
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
symbol _locale_charset used from dynamic library
/sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic library
/sw/lib/libintl.1.dylib(localcharset.lo)
ld: Undefined symbols:
_libiconvlist
make[1]: *** [install] Error 1
make: *** [install] Error 2
### execution of make failed, exit code 2
Failed: installing libiconv-1.9.2-11 failed

This is a chicken-and-egg problem caused by the limited intelligence of libtool and configure scripts. The following should get you going:


  fink remove gettext-dev libiconv-dev
  fink install libiconv

To be sure to get a version where gettext and libiconv use each other, you might want to repeat:

  fink install gettext-dev libiconv-dev
  fink rebuild libiconv

--
Martin


------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to