HOW TO CREATE STATIC LIBRARY??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gcc -c source.c    
-> will produce an object file
ar -cr libYourLibName.a source.o 
you can add as many object files as you want with different options "man ar"
<this is your static library>
you might want to create an index for the library by
ranlib libYourLibName.a
an archive with an index sppeds up your linking.

-----Original Message-----
From: Vimol [mailto:mail2vimol@yahoo.com]
Sent: Friday, March 15, 2002 6:12 AM
To: redhat-devel-list@redhat.com
Cc: plug-mail@plug.org.in
Subject: HOW TO CREATE STATIC LIBRARY??


I am trying to create static library using GCC.  I could not find the option

to do this. 
HOW TO CREATE STATIC LIBRARY??

Kvimol



_______________________________________________
Redhat-devel-list mailing list
Redhat-devel-list@redhat.com
https://listman.redhat.com/mailman/listinfo/redhat-devel-list





[Index of Archives]     [Kernel Newbies]     [Red Hat General]     [Fedora]     [Red Hat Install]     [Linux Kernel Development]     [Yosemite News]

  Powered by Linux