Jean-Marc Lasgouttes wrote: > > With xforms 1.0.0, you should not be using the XPM loader. 'lyx > -version' should confirm that you are using the xforms loader,
Confirm? How? This is my output: $ lyx -version LyX 1.3.0cvs of Fri, May 3, 2002 Built on Jul 15 2002, 18:12:56 Configuration Host type: i386-unknown-freebsd4.6 Special build flags: warnings assertions C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler: g++ (2.95.3) C++ Compiler flags: -g -O -Wno-non-template-friend -W -Wall Linker flags: Frontend: xforms libXpm version: 4.11 libforms version: 1.0.0 LyX binary dir: /opt/bin LyX files dir: /opt/share/lyx Rob. PS: I have to modify *manually* my configure script after the autogen.sh, to make the -lforms check work with xforms 1.0.0; it needs a "-lXpm": LIBS="-lforms -lXpm $LIBS" Shouldn't we add that anyway? But where? configure.in? or config/*.m4 ?