This is a gettext problem that has occured for previous
versions of lyx too. I can always get things to work with:

configure --with-included-gettext

but this is a ridiculous way of doing things on a system
that has gettext installed.

Linking:
g++ -g -O -fno-exceptions -fno-rtti -ansi -Wall -W -pedantic -o lyx BufferView
.o Bullet.o Chktex.o DepTable.o FontInfo.o FontLoader.o ImportLaTeX.o ImportNo
web.o LaTeX.o LaTeXFeatures.o LaTeXLog.o Literate.o LyXAction.o LyXSendto.o Ly
XView.o PaperLayout.o ParagraphExtra.o Spacing.o TableLayout.o bmtable.o buffe
r.o bufferlist.o bufferparams.o bullet_forms.o bullet_forms_cb.o chset.o combo
x.o credits.o credits_form.o debug.o filedlg.o form1.o intl.o kbmap.o lastfile
s.o latexoptions.o layout.o layout_forms.o lyx.o lyx_cb.o lyx_gui.o lyx_gui_misc.o
lyx_main.o lyx_sendfax.o lyx_sendfax_main.o lyx_sty.o lyxdraw.o lyxfont.o
 lyxfr0.o lyxfr1.o lyxfunc.o lyxlex.o lyxlookup.o lyxrc.o lyxserver.o lyxvc.omain.o 
menus.o minibuffer.o paragraph.o print_form.o screen.o sp_form.o spellchecker.o 
table.o tex-accent.o tex-strings.o texoptions.o texrow.o text.o text2.o
 toolbar.o trans.o trans_mgr.o undo.o vc-backend.o vspace.o mathed/.libs/lib
mathed.a insets/.libs/libinsets.a support/.libs/libsupport.a -lforms -lXpm -liberty 
-lc -lm -lX11 -ldnet_stub

Gives the following error:
Unresolved:
gettext
bindtextdomain
textdomain

gettext --version gives:
gettext - GNU gettext 0.10

but the commands bindtextdomain and textdomain are not
found. Anybody have any clues???

TIA,
Angus

Reply via email to