> >>>>> "Mikhail" == Mikhail Teterin <[EMAIL PROTECTED]> writes:
>
> Mikhail> It appears, the configure script does check for -lint, and
> Mikhail> finding it installed on the system already rightfully chooses
> Mikhail> not to use the included one. Unfortunately, it then does not
> Mikhail> set the INTLLIB to anything, which means lyx_LDADD in
> Mikhail> 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 A
> Mikhail> dirty fix is to add the -lintl to the lyx_LDADD line in
> Mikhail> src/Makefile after configure. A clean fix is too complicated
> Mikhail> 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.
Yikes! If every app does that, only harddrive manufacturers
will prosper. If you'd like my opinion, stop repackaging the
``included-gettext'' altogether, and simply insist on its presense --
just like xforms, ispell, etc.
-mi