Remember use Reply All so the list gets your replies and not just me. Run 'port installed gettext'. If it's not installed you should certainly install it, though you shouldn't be able to get to the point of building one of its dependents without it.
If it is installed, check 'port contents gettext' for that dylib. If it's listed but not actually present in the filesystem, something must have deleted it after the port was installed. You can try to get it back with 'port deactivate gettext' followed by 'port activate gettext'. - Josh On 2010-1-4 08:39 , Ola Lundén wrote: > Thanks for quick reply. > > gettext is not installed, at least I didn't see > "/opt/local/lib/libintl.dylib". Should I install gettext? > It's the second time I install mamp through macport, first time was also > on a newly installed mac nut then I didn't get these problems. > > cheers, > /Ola > > On 1/3/10 10:09 PM, Joshua Root wrote: >> 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
