Michael Barton wrote: > I'm attaching the configure.log file > > AFAICT, my gettext is fine. So I don't know why configure thinks I > don't have it. I've looked through configure and the log and cannot > figure out how it is checking for gettext. Any suggestions?
The configure script checks for gettext() with no -l switches (i.e. in libc) and with -lintl. If gettext() exists but is in some other library, configure won't find it. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
