Cannot find -lint -- temporary fix
If the local language support is not necessary or for a temporary check, the software can be configured without the nls option.
> ./configure --disable-nls
Then compile with 'make' and 'make install' as usual.
This should work for any software using the autotools (configure/make/make install) to compile.
|