From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: How can I compile libraries ? Date: 8 Nov 1996 15:53:05 GMT Organization: Cornell University Lines: 7 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <55vl11$c5@newsstand.cit.cornell.edu> References: <55vc0q$abs_001 AT tuwien DOT ac DOT at> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp read about ar in the documentation. basically, you compile each object file you want to go in the library and then archive them using ar. sinan.