On Sat, 14 Aug 1999, Benjamin S. Vera-Tudela wrote:

> Does anybody know how I can make lib<filename>.a files?
> Does anybody know how I can make lib<filename>.a files that are
> shared?

   To just make static libraries, just do
      ar rcs library-name.a file1.o file2.o ...
and then, depending on nothing important, you may have to do
      ranlib library-name.a
   If you want to make a shared library, I'd suggest you learn how to use
libtool and the other gnu tools, since they do everything for you.  But
it's not too hard to do it by hand, but still much easier with the gnu
stuff.

   Adam   

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to