From kdevelop Tue Jun 22 17:59:01 2004 From: "Rüdiger" Koch Date: Tue, 22 Jun 2004 17:59:01 +0000 To: kdevelop Subject: Re: creating a shared library with kdevelop Message-Id: <20040622175901.98885.qmail () web53003 ! mail ! yahoo ! com> X-MARC-Message: https://marc.info/?l=kdevelop&m=108793207220386 Hi, http://cvs.sourceforge.net/viewcvs.py/amygdala/visual/ is a KDevelop3 project that builds a shared library as a module for use with dlopen()/dlsym(). You can use this project as a template. If you want to create it from scratch, do: 1. Create a "simple KDE Application" or another Autotools based project 2. edit the Makefile.am to replace bin_PROGRAMS or noinst_PROGRAMS by lib_LTLIBRARIES. -Rudiger --- Jose Sanchez wrote: > Hi I was wondering if it is possible to create a shared library with > kdevelop, if so, how could I create it. > > thanks > > Jose > > - > to unsubscribe from this list send an email to > kdevelop-request@kdevelop.org with the following body: > unsubscribe »your-email-address« > - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«