dynamic libraries with kdevelop?

Harald Hoyer Harald.Hoyer at delix.de
Thu Jun 17 10:19:19 BST 1999


Pascal Krahmer wrote:

> IF THERE IS ANYONE KNOWING HOW TO CREATE DYNAMIC LIBRARYS WITH AUTOCONF AND
> AUTO MAKE, PLEASE MAIL ME AT pascal at beast.de SO WE CAN DO AT LEAST ONE THING
> FOR THE 0.4.1 WHAT IS INCLUDING THE LOADER TO THE SCRIPTS AND MAKEFILES.

Not so difficult with libtool (decribed very well in the libtool-info files):

configure.in:

AM_ENABLE_SHARED
AM_PROG_LIBTOOL

Makefile.am:

libtest_la_LDFLAGS = -export-dynamic -version-info 1:0:0
libtest_la_LIBADD = -lsomeotherlibs

lib_LTLIBRARIES = libtest.la

libtest_la_SOURCES = test.cc test.h

--
» Harald Hoyer ««»» mailto:hoyer at hot.spotline.de ««»» http://hot.spotline.de ««
···············································································
To the systems programmer, users and applications serve only to provide a
test load.





More information about the KDevelop mailing list