From: Chris Frolik Newsgroups: comp.os.msdos.djgpp Subject: Creating libraries with DJGPP Date: Fri, 22 Aug 1997 15:11:27 -0500 Organization: IndyNet - Indys Internet Gateway (info AT indy DOT net) Lines: 5 Message-ID: <33FDF26F.1C37@indy.net> NNTP-Posting-Host: ip91-38.ts.indy.net 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 Precedence: bulk How do I compile my source into a library that I can link with my programs using -lmylib instead of an object file? I checked the FAQ and couldn't find anything about this. Thanks for the help, -Chris