[Bug 54563] New: adding convenience libraries to libtool libraries
Michael Lacher
mucki at gryps.org
Wed Feb 12 20:32:04 UTC 2003
------- 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=54563
Summary: adding convenience libraries to libtool libraries
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
ReportedBy: mucki at gryps.org
Version: 3.0 alpha3 (using KDE KDE 3.1)
Installed from: Compiled From Sources
Compiler: GCC 3.2.1 -O3
OS: Linux
When trying to add convenience libraries to libtool libraries the automake manager actually does nothing. you have to manually add the line
libmylib_la_LIBADD = $(top_builddir)/blah/foo/bar
to the apropriate Makefile.am
The same procedure actually works for normal (ie: non-libtool) libraries
More information about the KDevelop-devel
mailing list