Help: Kaffe HelloWorld doesn't run on Cygwin32

Buick, Robert Robert.Buick at racalinst.co.uk
Wed Jul 29 11:33:26 PDT 1998


In response to 2534.htm.
BTW is there a way to subscribe to the list, so that list is
automatically emailed to subscribers?
-------------------------------snip-------------------------------------
--------
>If you could tell us for which fd that ioctl is failing, and what the
>errno is, that would be great. Also, does NT define O_ASYNC? If so,
>then there's probably no need to call FIOASYNC if the fcntl(O_ASYNC)
>succeeds.
-----------------------------------snip---------------------------------
---------
>- Godmar
fd = 0..2
errno=22. i.e. EINVAL /* Invalid argument */
O_ASYNC is not #defined in any Visaul C or Cygwin32 files, but FIOASYNC
is.
E:\Cygnus\B19\H-i386-cygwin32\i386-cygwin32\include\mywinsock.h(224):#de
fine FIOASYNC    _IOW('f', 125, u_long) /* set/clear async i/o */
E:\Cygnus\B19\H-i386-cygwin32\i386-cygwin32\include\asm\socket.h(19):#de
fine FIOASYNC    _IOW('f', 125, u_long) /* set/clear async i/o */
E:\Cygnus\B19\H-i386-cygwin32\i386-cygwin32\include\Windows32\Sockets.h(
217):#define FIOASYNC    _IOW('f', 125, u_long)
E:\Cygnus\B19\H-i386-cygwin32\src\winsup\include\mywinsock.h(224):#defin
e FIOASYNC    _IOW('f', 125, u_long) /* set/clear async i/o */
E:\Cygnus\B19\H-i386-cygwin32\src\winsup\include\asm\socket.h(19):#defin
e FIOASYNC    _IOW('f', 125, u_long) /* set/clear async i/o */
E:\Cygnus\B19\H-i386-cygwin32\src\winsup\include\Windows32\Sockets.h(217
):#define FIOASYNC    _IOW('f', 125, u_long).

Thanks for your time,

Rob Buick.




More information about the kaffe mailing list