From: Seby Carta Newsgroups: comp.lang.c,comp.os.msdos.djgpp,comp.lang.c,rec.games.programmer Subject: Re: Creating Libraries Date: Sat, 27 Sep 1997 16:26:01 +0200 Organization: Flashnet S.p.A. Lines: 21 Message-ID: <342D1779.F1C914AA@sr.flashnet.it> References: <342C27FE DOT 5F9C AT geocities DOT com> Reply-To: Seby Carta NNTP-Posting-Host: ip010.pool-21.flashnet.it 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 WiZKiD wrote: > Hi Everyone, > > I'm having problems triend to develop my own library. I have a couple > > of function and would like to group them all up and distribute this > library file in a file like "stuff.lib", and have a C program call it > up as #include "stuff.h". I know that I have to make a header-file > with the prototype for each function and all. But I don't know how to > go about compiling the functions into a library :o( > > Any help would be apreciated. Ok, thanks for reading this long > request. Have a great day. > > WiLLiE Read some makefiles ....you 'll find the mode to make a library..... Bye.