X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C0A868E.15562A37@hotmail.nospam.com> From: Ian Rees X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: compiling with extra packages (newbie) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 Date: Sun, 02 Dec 2001 14:52:46 -0500 NNTP-Posting-Host: 63.14.244.207 X-Trace: eagle.america.net 1007324507 63.14.244.207 (Sun, 02 Dec 2001 15:21:47 EST) NNTP-Posting-Date: Sun, 02 Dec 2001 15:21:47 EST Organization: 24hoursupport.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I've been learning C/C++ with DJGPP and have gotten to the point that I want to try some more advanced (practical) programming. I would like to make a program which needs to be able to read from a serial port using the SVAsync library that is mentioned in the faq. I can "make" the test program fine, but can't figure out how to get my programs to include the library. Is there any way that I could include the library through the command like the -lalleg for allegro? Thanks! -Ian-