On 2010-1-4 06:46 , Ola Lundén wrote: > /usr/bin/gcc-4.2 -o bindtextdomain.so -fPIC -bundle bindtextdomain.c > -lintl > ld: library not found for -lintl
Is gettext installed and active? (This should happen automatically as it is a dependency of help2man). Does it provide /opt/local/lib/libintl.dylib? (It does here.) Is that library the right architecture (check with lipo -info)? - Josh _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
