Re: error using perlchat-0.1.1
by $Bill Luebkert other posts by this author
Jul 31 2004 8:18PM messages near this date
view in the new Beta List Site
error using perlchat-0.1.1
|
Compiling C code from B::C
Vikram Dhir wrote:
> hi,
>
> I am trying to use perlchat-0.1.1. whenever i try to run the server it gives me the error,
"Your vendor has not defined Fcntl macro F_GETFL". How can I fix this? I need quick help.
That's just getting the flags for the FD. You would think
that since they opened the file, that they could already
have that info (unless possibly a shell opened it at startup).
Find out what context it's in and what it does with the
returned flags. You may be able to just ignore it or work
around it.
--
,-/- __ _ _ $Bill Luebkert Mailto:dbecoll@[...].net
(_/ / ) // // DBE Collectibles Mailto:dbe@[...].com
/ ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Vikram Dhir
$Bill Luebkert
|