Mikhail Teterin <[EMAIL PROTECTED]> writes:
| Stop.
| [...]
| >How-To-Repeat:
|
|
| >Fix:
| A dirty fix is to add the -lintl to the lyx_LDADD line
| in src/Makefile after configure. A clean fix is too
| complicated I'm afraid of the configure.in/configure
| mess.
I think the correct fix it to check if -lintl is needed when linking.
This is not always the case, i.e. linux glibc systems does not need
it.
This should be done in similar fashion to the one we use for checking
if -lc and -lm are needed on the link line.
Lgb