X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 18 Dec 2001 09:48:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: ROLAND cc: djgpp AT delorie DOT com, news AT jgreen4 DOT fsnet DOT co DOT uk Subject: Re: Serial Communicaton In-Reply-To: <20011217152257.97199.qmail@web9105.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 Dec 2001, ROLAND wrote: > > Using a library is probably the easiest way. It > > really depends how much > > functionality you need and how much you want to > > modify your code. > > How can I use an external library? In a nutshell, you put the library file, usually named `libSOMETHING.a', into the DJGPP `lib' subdirectory, and then append "-lSOMETHING' to the link command line. For more details, see section 8.22 of the DJGPP FAQ list.