From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: Build a Library? Date: Wed, 02 Feb 2000 08:16:44 -0600 Organization: CRL Network Services Lines: 13 Message-ID: <38983C4C.F7B1FBC9@a.crl.com> References: <2zVl4.12724$MN DOT 44005 AT news2 DOT jacksonville DOT net> NNTP-Posting-Host: a116002.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.12-20 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "John B. Coarsey,PE" wrote: > > Is it possible to actually build a library with djgpp? I searched through > the man pages and found several references to using libraries but not > creating one. If it is possible could someone post a code snippit for the > command to compile one. Thanks. The command to create a DJGPP library is 'ar' (archiver). The library created is not compatible with any other DOS compiler though. -- Weiqi Gao weiqigao AT a DOT crl DOT com