Xref: news2.mv.net comp.os.msdos.djgpp:7299 From: Sumo Steve Newsgroups: comp.os.msdos.djgpp Subject: Re: Making LIBs Date: 13 Aug 1996 17:18:16 +0100 Organization: Department of Maths, TCD. Lines: 16 Message-ID: <4uq9s8$6ij@synge.maths.tcd.ie> References: <320E7FB3 DOT 557 AT sprynet DOT com> <3210942E DOT 264853E3 AT alcyone DOT com> Reply-To: steve AT maths DOT tcd DOT ie NNTP-Posting-Host: synge.maths.tcd.ie To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Erik Max Francis writes: >John Luebs wrote: >> How do you make static libraries with DJGPP, I have TLIB for Turbo C, >> would that work?? >No. DJGPP libraries are .a files. You have to make them with ar. or if you set your target to libstuff.a from rhide, it does that for you. btw to make a lib using ar do this > ar rucv library.a objects > ranlib library.a Steve.