[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: writing shared libraries !
Hi
This is all you do....
$ man ld #Look for -shared and -soname option
$man gcc/g++ #look for -c option
Or get a tarball of some package and try to hack makefiles.
I think there was a posting regarding this on LIP. Dig the archives....
Also 'man dlopen' to help you.
Bye
Shridhar
Rudraashish wrote:
> Hi ,
> I am interested in knowing about "writing
> shared libraries " and how to use them in C code and
> if i have a shared library then how to change a
> default trigger handler( defined in shared library)
> with my code.