On Wed, 1 Aug 2001, Bompa wrote:

> I'm using ActivePerl with Win98.  I'm trying to run an irc deamon which is
> written in perl, but I'm getting a weird error message.  The author of the irc
> deamon has not answered my inquiries.  Here's what happens:
>
>
> :\IRC\pircd>perl pircd
> Ripe and ready to the eye...
> Your vendor has not defined Fcntl macro F_GETFL, used at pircd line 317.

It's trying to do a system call is not available or fully implemented on
Windows 98.  Perl was originally developed on Unix systems and still has a
lot of Unix-like dependencies on a good portion of the system-level
interfaces.  Take a look at the perldoc on Fcntl for more information.
Windows 2000 even lacks some of these system call interfaces, and you may
need to move onto a Posix system (i.e. one of the many flavors of Unix)
to run this.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Give a woman an inch and she'll park a car in it.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to