> 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 ?? :) > They should be fixed to use KGlobal instead - > these settings aren't instance variant. ok -- David Faure faure@kde.org - KDE developer david@mandrakesoft.com - Mandrake david.faure@cramer.co.uk - Cramer Systems