Hello, I am using the g++ compiler & libraries which came with SuSE 6.2 (ie. egcs-2.91.66). Compilation runs ok, up to the point where it tries to link Lyx. Then this happens: ---------- make[3]: Entering directory `/usr/src/lyx-1.1.2/src' g++ -g -O2 -fno-exceptions -fno-rtti -o lyx BufferView.o Bullet.o Chktex.o DepTable.o FontInfo.o FontLoader.o ImportLaTeX.o ImportNoweb.o LaTeX.o LaTeXFeatures.o LaTeXLog.o Literate.o LyXAction.o LyXSendto.o LyXView.o PaperLayout.o ParagraphExtra.o Spacing.o TableLayout.o bmtable.o buffer.o bufferlist.o bufferparams.o bullet_forms.o bullet_forms_cb.o chset.o combox.o credits.o credits_form.o filedlg.o form1.o intl.o kbmap.o lastfiles.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.o main.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 vspace.o mathed/mathed.o insets/insets.o support/libsupport.a ../intl/libintl.a -lforms -lXpm -lSM -lICE -liberty -lc -lm -L/usr/X11R6/lib -lX11 support/libsupport.a(DebugStream.o): In function `DebugStream::DebugStream(int, Debug::type)': /usr/src/lyx-1.1.2/src/support/DebugStream.C:143: undefined reference to `streambuf::seekoff(long, ios::seek_dir, int)' /usr/src/lyx-1.1.2/src/support/DebugStream.C:143: undefined reference to `streambuf::seekpos(long, int)' support/libsupport.a(DebugStream.o): In function `DebugStream::DebugStream(int, Debug::type)': /usr/include/g++/streambuf.h:470: undefined reference to `streambuf::sys_seek(long, ios::seek_dir)' support/libsupport.a(DebugStream.o): In function `DebugStream::DebugStream(int, Debug::type)': /usr/src/lyx-1.1.2/src/support/DebugStream.C:143: undefined reference to `streambuf::seekoff(long, ios::seek_dir, int)' /usr/src/lyx-1.1.2/src/support/DebugStream.C:143: undefined reference to `streambuf::seekpos(long, int)' support/libsupport.a(DebugStream.o): In function `DebugStream::DebugStream(int, Debug::type)': /usr/include/g++/streambuf.h:470: undefined reference to `streambuf::sys_seek(long, ios::seek_dir)' support/libsupport.a(DebugStream.o): In function `DebugStream::DebugStream(int, Debug::type)': /usr/src/lyx-1.1.2/src/support/DebugStream.C:143: undefined reference to `streambuf::seekoff(long, ios::seek_dir, int)' /usr/src/lyx-1.1.2/src/support/DebugStream.C:143: undefined reference to `streambuf::seekpos(long, int)' support/libsupport.a(DebugStream.o): In function `DebugStream::DebugStream(int, Debug::type)': /usr/include/g++/streambuf.h:470: undefined reference to `streambuf::sys_seek(long, ios::seek_dir)' collect2: ld returned 1 exit status make[3]: *** [lyx] Error 1 make[3]: Leaving directory `/usr/src/lyx-1.1.2/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/lyx-1.1.2/src' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/src/lyx-1.1.2/src' make: *** [all-recursive] Error 1 ---------- Has Lyx 1.1.2 been thoroughly tested on the major Linux distros? Or am I doing something wrong? I ran the configure script, and it didn't complain. Any advice would be appreciated. Regards, David Nelson.
