own library

Killer delta_x at gmx.net
Tue Aug 31 14:00:46 BST 1999


o thank you ! it is it what i want ! thanx a lot
----- Original Message -----
From: leesongchen <leesongchen at 263.net>
To: <kdevelop at fara3.cs.uni-potsdam.de>
Sent: Tuesday, August 31, 1999 4:07 AM
Subject: Re: own library


> > if i want to release a own library, what i must do ?
> > i have compiled my sourcecode
> > its only listview.h and listview.cpp
> > when i want to release the listview.o, what i must do ?
>
> under linux,you can create both static and dynamic libraries.
>
> use ar to create static library.see 'man ar',simple example:
>  ar cru libmylib.a listview.o
> use gcc to create dynamic library.see 'man gcc',simple example:
>  gcc -shared -o libmylib.so.0.1 listview.o
>
> > in advanced reneĀ“
>




More information about the KDevelop mailing list