>>>>> "Victor" == lavrenko <[EMAIL PROTECTED]> writes:
JM> Are you installing in the place where you told configure you would
JM> install? Did you use --prefix=~/opt/PUBlyx? If you did, this
JM> should work.
Victor> Yes, I use this prefix, of course.
Pretty strange... Could you, so that we are sure we speak of the same
thing, send me (directly) the output of configure and make install?
Victor> I can debug this situation with gdb, I think. Please, tell me
Victor> where I should pleace breakpoints? In _nl_load_domain?
Well, I would place the breakpoint in the main() of LyX, since
initialization of gettext is the fisrt thing which takes place, in
fact.
Another idea would be to use the trace command to see which files are
accessed.
JMarc