On Sat, 14 Aug 1999, Benjamin S. Vera-Tudela wrote:
> Does anybody know how I can make lib<filename>.a files?
man ar
> Does anybody know how I can make lib<filename>.a files that are
> shared?
You want to make a "shared object" file: lib<filename>.so.
Um...I think that you can use ld to create a shared library.
man ld
There are several books about C programming on a Linux platform. You
might find _Linux_Application_Programming_ or _Beginning_Linux_Programming_
useful. I've heard good things about both.
---Tom
-------------------------------------------
Tom Bryan
Applied Research Laboratories
University of Texas at Austin
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]