On 6/26/07, Frederick C. Lee <[EMAIL PROTECTED]> wrote:
/usr/bin/ld: warning /opt/local/lib/libiconv.dylib cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded) /usr/bin/ld: Undefined symbols: __libiconv_version _iconv_canonicalize _libiconv _libiconv_close _libiconv_open _libiconvctl _libiconvlist collect2: ld returned 1 exit status make[1]: *** [install] Error 1 make: *** [install] Error 2 Error: Status 1 encountered during processing. It looks like part of the reason is that I may have some PPC code vs i386 code and hence it bombed. Shall look into this. Ric.
Hmm, seen this before. Google turns up a few things. The fix: sudo port -f uninstall libiconv sudo port clean libiconv sudo port install libiconv try that and see how you get on. -- Paul Beard / www.paulbeard.org/ <[EMAIL PROTECTED]/[EMAIL PROTECTED]>
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
