Angus Leeming wrote: > > On Tuesday 01 October 2002 4:16 pm, Keeron �gren wrote: > > Hello Keeron, > > > g++ -O -fno-rtti -fno-exceptions -o lyx BufferView.o > [snip] > > vc-backend.o version.o vspace.o -L/usr/local/lib > > mathed/.libs/libmathed.a insets/.libs/libinsets.a > > frontends/.libs/libfrontends.a -ljpeg -lforms > > graphics/.libs/libgraphics.a support/.libs/libsupport.a > > ../sigc++/.libs/libsigc.a ../intl/libintl.a -lXpm -lSM -lICE > > -lc -lm -L/usr/X11R6/lib -lX11 > > As a wild shot, what happens if you change the order to > -lforms -ljpeg > ? > > You can do this most easily by editing > src/frontends/libfrontends.la by hand. > Another wild shot. Maybe try changing -ljpeg to -libjpeg.a Garst
