Ok, so I've checked that the file "libinintl.dylib" exists, I've de/activate gettext and found the file. But I still get the same error message running my installation.

When I ran the "lipo -info" command it returned:
    Non-fat file: /opt/local/lib/libintl.dylib is architecture: x86_64
Which I guess is ok since I've got an MacBook Pro running Snow Leopard.

About the other dependencies that failed to build: libtool automake autoconf help2man libxml2 mhash, shouldn't the installation process take care of them as well? When should they have been installed?

thanks, Ola


On 1/3/10 11:21 PM, Joshua Root wrote:
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

Reply via email to