[Bug 151095] dcop kdelibs 3.5.8 compile errors, missing -lqt-mt

ndeb at ece.cmu.edu ndeb at ece.cmu.edu
Fri Nov 9 18:52:25 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=151095         




------- Additional Comments From ndeb ece cmu edu  2007-11-09 18:52 -------
Similar link error in kdebase-3.5.8/kioslave/floppy on a RHEL3 system (gcc-3.2.3). Fixed by adding $(AM_LDFLAGS) after $(KDE_CXXFLAGS) in this line of the Makefile ->

kio_floppy_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(kio_floppy_la_LDFLAGS) $(LDFLAGS) -o $@


More information about the Kdelibs-bugs mailing list