James Keenan via RT wrote:
More data:

Linux:
$ locate intl
[ excerpt ]
/usr/include/libintl.h

Darwin:

$ locate intl
[ excerpt ]
/sw/include/libintl.h
/sw/lib/libintl.1.0.1.dylib
/sw/lib/libintl.1.dylib
/sw/lib/libintl.a
/sw/lib/libintl.dylib
/sw/lib/libintl.la

I don't know much about C headers and libraries, but this appears to me
to be correlated with the non-recognition of gettext on Linux and the
recognition on Darwin.


Yes, looking in the failing compilation under the configure script, ld complains about the lack of libintl on my linux (where I do not have the intltool package installed).

On my Darwin it works alright, as I have a libintl installed (macports).

After installing intltool, libintl does not exist on the system as well.

Btw, I have gettext 0.17 on both systems.



--
Alberto Simões - Departamento de Informática - Universidade do Minho
                 Campus de Gualtar - 4710-057 Braga - Portugal

Reply via email to