delorie.com/archives/browse.cgi | search |
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 <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | ROLAND <roland_asmann AT yahoo DOT com> |
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: | <Pine.SUN.3.91.1011218094750.28857B-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |