From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling a library Date: Mon, 26 Mar 2001 22:07:52 +0100 Lines: 14 Message-ID: References: NNTP-Posting-Host: modem-29.fermium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news5.svr.pol.co.uk 985640831 25077 62.136.69.157 (26 Mar 2001 21:07:11 GMT) NNTP-Posting-Date: 26 Mar 2001 21:07:11 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 "Levoy" wrote: > Hi, > > It's the first time i create a library. > In created in c read_db.c and read_db.h. > I would like to know how i can compile > to make this a library (with a makefile or > manualy) The DJGPP User's Guide has a section on this, scroll down to "Larger Projects". http://www.delorie.com/djgpp/doc/ug/