From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp,comp.lang.perl.misc Subject: Re: djgpp, Win98, Perl, and serial port Date: Wed, 18 Aug 1999 14:38:25 +0300 Organization: NetVision Israel Lines: 23 Message-ID: References: <37b4a540 AT news5 DOT newsfeeds DOT com> <37b8c7c4 AT news5 DOT newsfeeds DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 934976253 25581 199.203.121.2 (18 Aug 1999 11:37:33 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 18 Aug 1999 11:37:33 GMT X-Sender: eliz AT is In-Reply-To: <37b8c7c4@news5.newsfeeds.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Mon, 16 Aug 1999, David Christensen wrote: > I'm not sure who Eli is. There are at least three sets of "serial > libraries" for DJGPP. These add-on libraries are only needed if Perl package(s) that use serial communications require functionality that the DOS COM1 driver doesn't supply (e.g., if they call ioctl etc.). Otherwise, simply treating COM1 as if it were a file is enough. > If someone were compiling a DJGPP Perl, it would make sense to try > to compile in the Win32::API module. No, Windows won't allow DOS programs issue Win32 API calls, so this is a dead end. > I haven't tried compiling Perl on > Win95 (recently - it used to be "impossible"- I'm not sure about > the current status). It is possible to compile the DJGPP version of Perl on Windows 95 for at least a year. I did that myself when I worked on the FSF CD-ROM.