DLL
Micko Roland
Roland.Micko at icn.siemens.de
Thu Aug 5 06:46:06 BST 1999
To generate shared libraries supply the compiler (gcc) with the following
flags:
-shared -fPIC -o libshared.so
To link other programs with this library enter
-L<PATH_TO_LIB> -lshared
This works for my projects.
Roland Micko
ICN CA MR EG 2
SIEMENS AG
Hofmannstr. 51
81359 München
Tel.: +4989/722-21632
Fax.: +4989/722-47420
email: roland.micko at icn.siemens.de
> -----Ursprüngliche Nachricht-----
> Von: Benjamin Meyer [SMTP:icefox at mediaone.net]
> Gesendet am: Donnerstag, 5. August 1999 06:20
> An: kdevelop at fara3.cs.uni-potsdam.de
> Betreff: Re: DLL
>
> Does anyone recomend a book out there that would teach me how to create
> shared
> libraries? I am looking for a comprehensive outline of shared libraries
> and
> how they work and how to make/use/impliment them. Thanks
>
> Benjamin Meyer
>
>
> On Mon, 02 Aug 1999, you wrote:
> > Benjamin Meyer wrote:
> > >
> > > Sorry, but that link doesn't work.
> >
> >
> http://developer.kde.org/documentation/tutorials/howto/develMiniHOWTO.html
> >
> > Sorry, I missed the 's' from tutorials.
> >
> > Rich.
More information about the KDevelop
mailing list