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

channelzero channelzero at web.de
Sun Dec 16 23:44:16 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 channelzero web de  2007-12-16 23:44 -------
I think the problem is a change in Makefile.in from version 3.5.7 to 3.5.8
the corresponding line is:

 dcop/dcopidl/Makefile.in
-       $(CXXLINK) $(dcopidl_LDFLAGS) $(dcopidl_OBJECTS) $(dcopidl_LDADD) $(LIBS)
+       $(dcopidl_LINK) $(dcopidl_OBJECTS) $(dcopidl_LDADD) $(LIBS)


 dcop/dcopidl2cpp/Makefile.in
-       $(CXXLINK) $(dcopidl2cpp_LDFLAGS) $(dcopidl2cpp_OBJECTS) $(dcopidl2cpp_LDADD) $(LIBS)
+       $(dcopidl2cpp_LINK) $(dcopidl2cpp_OBJECTS) $(dcopidl2cpp_LDADD) $(LIBS)

This breaks linking if the libs are not in standard paths. Reverting these changes and the build worked again.


More information about the Kdelibs-bugs mailing list