[Bug 72699] New: "library not found" errors are not shown while using "short compiler output"
Sylvain Joyeux
sylvain.joyeux at m4x.org
Thu Jan 15 16:44:02 UTC 2004
------- 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=72699
Summary: "library not found" errors are not shown while using
"short compiler output"
Product: kdevelop
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: outputviews
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: sylvain.joyeux at m4x.org
Version: unknown (using KDE 3.1.5)
Installed from: (testing/unstable)
Compiler: gcc version 3.3.3 20031229 (prerelease) (Debian)
OS: Linux (i686) release 2.4.23-ck1
While using short and very short compiler output, the linker error
messages saying that a library is not found are filtered out.
This output
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o kio_apt.la.closure kio_apt_la_closure.lo -avoid-version -module -L/usr/X11R6/lib -L/usr/lib -avoid-version -module -no-undefined -R /usr/lib -R /usr/X11R6/lib aptcache.lo apt.lo regexps.lo dpkg.lo packagemanager.lo rpm.lo ../src/parsers/libparsers.la -lkio
*/usr/bin/ld: cannot find -lXt
*collect2: ld returned 1 exit status
*make[3]: *** [kio_apt.la.closure] Error 1
*make[3]: Target `all-am' not remade because of errors.
*make[2]: *** [all-recursive] Error 1
*make[2]: Target `all' not remade because of errors.
*make[1]: *** [all-recursive] Error 1
*make: *** [all] Error 2
is displayed as
linking kio_apt.la.closure (libtool)
**** Exited with status: 2 ***
More information about the KDevelop-devel
mailing list