>>>>> "Mikhail" == Mikhail Teterin <[EMAIL PROTECTED]> writes:
Mikhail> It appears, the configure script does check for -lint,
Mikhail> and finding it installed on the system already rightfully
Mikhail> chooses not to use the included one. Unfortunately, it then
Mikhail> does not set the INTLLIB to anything, which means lyx_LDADD
Mikhail> in src/Makefile does not mention the -lintl at all and the
Mikhail> following linker error is seen.
Mikhail> g++295 -O2 -fexpensive-optimizations -pipe -mcpu=i686
Mikhail> A dirty fix is to add the -lintl to the lyx_LDADD line
Mikhail> in src/Makefile after configure. A clean fix is too
Mikhail> complicated I'm afraid of the configure.in/configure mess.
Thanks for the report. It will be fixed in next release. A simple
workaround is to configure with --with-included-gettext.
JMarc