select() hangs forever with Cygwin 1.5.18 on WinXP

2005-10-04 Thread Vladislav Grinchenko
Hi, I am trying to use UNIX domain sockets in cygwin environment. A program in question works fine just on any other POSIX OS I can get my hands on (Linux, FreeBSD, Solaris, ...). However, running on cygwin, select() hangs forever. The program sets up 1 socket for Read mask and 2 sockets for

1.5.18-1: fixup_mmaps_after_fork: ReadProcessMemory failed

2005-09-19 Thread Vladislav Grinchenko
Hi, I have upgraded my installation fo cygwin to 1.5.18-1 and cannot run aclocal anymore (whereas same package built fine with the old version of cygwin). Here is the output: libassa bootstrap + aclocal -I macros 6 [main] perl 3064 fixup_mmaps_after_fork: WARNING: VirtualProtectEx to

automake config.h conflicts

2005-07-26 Thread Vladislav Grinchenko
Hi, I'm trying to build an application that uses automake tools under cygwin. There is a conflict between $topsrcdir/config.h generated by automake tools and a couple of confing.h files from the system include dirs: /usr/include/cygwin/config.h /usr/include/sys/config.h In the code, ifdef

Getting TrueType fonts with cygwin

2005-07-23 Thread Vladislav Grinchenko
application is multilingual. Would there be any problem with switching keyboard to different language layout? thanks, -- Vlad _ Vladislav Grinchenko http://home.comcast.net/~3rdshift/ e-mail: [EMAIL PROTECTED

Select() hangs forever

2005-04-28 Thread Vladislav Grinchenko
Hi, I encountered a strange problem porting a POSIX-compliant networking library to cygwin: A small test program creates a UNIX domain socket and listens on an incoming connections. Then, from the same process, two ASYNC connections are attempted (think of it as a loopback within a process).

Locking file in cygwin

2005-04-26 Thread Vladislav Grinchenko
Hi, I am new to cygwin (and win32 programming in general), so if the answer to my question is covered somewhere else, please point me in the right direction. While porting one of my c++ libraries to cygwin, I stumbled over this: Calling fcntl (fd, F_GETLK, ...) returns ENOSYS (function not