#cygwin epoll

18 messages · Page 1 of 1 (latest)

terse warrenBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

dreamy imp
#

wdym?

#

you're on windows

#

windows is not a linux system

#

you won't be able to use linux syscalls like epoll on windows

gilded compass
#

no, in cygwin

dreamy imp
#

well that error message up there would be indicative that you can't 🤷‍♂️

#

what are you trying to do?

gilded compass
#
What is it?

Cygwin is a Linux-like environment for Windows. It consists of a DLL (cygwin1.dll), which acts as an emulation layer providing substantial POSIX (Portable Operating System Interface) system call functionality, and a collection of tools, which provide a Linux look and feel. The Cygwin DLL works with all x86 and AMD64 versions of Windows NT since Windows XP SP3. The API follows the Single Unix Specification as much as possible, and then Linux practice. The major differences between Cygwin and Linux is the C library (newlib instead of glibc).

With Cygwin installed, users have access to many standard UNIX utilities. They can be used from one of the provided shells such as bash or from the Windows Command Prompt. Additionally, programmers may write Win32 console or GUI applications that make use of the standard Microsoft Win32 API and/or the Cygwin API. As a result, it is possible to easily port many significant UNIX programs without the need for extensive changes to the source code. This includes configuring and building most of the available GNU software (including the development tools included with the Cygwin distribution). ```
dreamy imp
#

so?

#

where does it say that you can use epoll?

terse warrenBOT
#

@gilded compass

Please Do Not Delete Posts!

Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. You can use !solved to close a post and mark it as solved.

gilded compass
#

!solved

terse warrenBOT
gilded compass
#

oof

dreamy imp
#

if you're on windows, use windows 🤷‍♂️

#

if you wanna use Linux, use Linux