From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: How to build a library ? Date: Wed, 29 Nov 2000 10:31:25 +0000 Organization: Customer of Energis Squared Lines: 18 Message-ID: <8cm92tk35993iqq50oiv0dn1poikubod2t@4ax.com> References: <3a26c6b5 DOT 24934858 AT netnews DOT hinet DOT net> NNTP-Posting-Host: modem-161.connecticut.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg4.svr.pol.co.uk 975493881 5278 62.137.58.161 (29 Nov 2000 10:31:21 GMT) NNTP-Posting-Date: 29 Nov 2000 10:31:21 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com chyn0610 AT ms49 DOT url DOT com DOT tw (Lin) wrote: > I am still a new user to DJGPP ! So you may be interested in the DJGPP User Manual: http://www.delorie.com/djgpp/doc/ug/ > Which command can I use it to build a library, and what is the detail The command you want is 'ar'. > Is there any example or documents about this ? There's a brief section in the manual: http://www.delorie.com/djgpp/doc/ug/larger/archives.html and for detailed usage type `info ar' to see the online docs you should have already installed.