Date: Thu, 7 Oct 1999 12:21:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: dodger cc: djgpp AT delorie DOT com Subject: Re: How to create a library? In-Reply-To: <37fbec82.15713264@news.linuxfr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 7 Oct 1999, dodger wrote: > I've recently created a simple parse class (C++) that I want to > distribute as a library (mainly so that I can learn how to create > libraries and distribute them). After talking to a few friends, I've > determined that what I want to do is compile my code to a .lib file > and then distribute it along with the .h header file. But since none > of them know DJGPP, they can't tell me exactly how to do that. The way to create object file libraries is described in section 8.22 of the DJGPP FAQ list.