On Mon, 25 Oct 1999, David Faure wrote: > > David Faure wrote: > > > > > > On Sun, Oct 24, 1999 at 11:00:58PM +0000, David Faure wrote: > > > > Here is the solution : > > > > > > > > check_PROGRAMS = linktest > > > > linktest_SOURCES = $(konqueror_SOURCES) > > > > linktest_LDADD = libkonqueror.la $(lib_LTLIBRARIES) > > > > > > > Oops, this should be rather something like > > > > > > check_PROGRAMS = linktest > > > linktest_SOURCES = $(konqueror_SOURCES) > > > linktest_LDADD = $(lib_LTLIBRARIES) > > > linktest_LDFLAGS = $(konqueror_LDFLAGS) > > > > > > But I still get > > > ./.libs/libkonqtxtview.so: undefined reference to > `KInstance::fixedFont(void) const' > > > ./.libs/libkonqtreeview.so: undefined reference to > `KInstance::dndEventDelay(void) const' > > > ./.libs/libkonqtxtview.so: undefined reference to > `KInstance::generalFont(void) const' > > > and I have no idea why. > > > > > Oops - they're left in the header. But who uses them? > konq_txtview.cc and konq_treeview.cc as you can see. > Simon ?? :) /me ducks ;) Hmm, dndEventDelay() is used for dnd support in konqtreeview and the font stuff is used in KonqTxtView to switch between fixed and normal font display. I can try for fix it in CVS right now blindly, meaning I can't compile/test it. Bye, Simon