-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some question about cygwin :
Can I use Cygwin develop socket based code?
Does Cygwin have read() and write() functions that work with file descriptors?
Can I use Pthread library in Cygwin?
Does code that compiles in Cygwin also
compile in Linux without any change or with little change?
Will…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
A year back i have developed a small script in perl for a customer and developed its .exe using pp .
we delivered .exe file along with basic cygwin(1.52) install files to run that .exe to customer.
Now we got an enhancement in the script .we lost all dev environment for cygwin .Again we installed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using cygwin libraries to run C and C++ programs on Windows.
gcc runs fine, but with g++, I get a long list of errors. I think these erros are because of linking problems with C libraries.
Can you suggest what I need to do to fix this?
beginning error lines:
In file included from testgpp…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I know this is probably a common question, but after looking around for a few hours (on this site and others), I can't find a solution.
I'm trying to set up a simple proxy. I already have a server running Windows Server 2008.
I've installed Cygwin and have OpenSSH installed. I also have sshd (the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I am aware that _beginthreadex is part of the MSCVRT functions and therefore not accessible via Cygwin/MinGW
uintptr_t _beginthreadex(
void *security,
unsigned stack_size,
unsigned ( __stdcall *start_address )( void * ),
void *arglist,
unsigned initflag,
unsigned *thrdaddr…
>>> More