I need to build apr on M$ w2K, tried couple of versions without any luck. If I build apr with M$VC/nmake I cannot link it with other parts of application (subversion is that one which is using apr).
So which shared memory to use in cygwin environment? On linux and Solaris everything is OK as usual. Here is error I get every time on cygwin: Checking for Shared Memory Support... checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for MAP_ANON in sys/mman.h... yes checking for mmap... no checking for munmap... no checking for shm_open... no checking for shm_unlink... no checking for /dev/zero... yes checking sys/ipc.h usability... no checking sys/ipc.h presence... no checking for sys/ipc.h... no checking sys/shm.h usability... no checking sys/shm.h presence... no checking for sys/shm.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for shmget... no checking for shmat... no checking for shmdt... no checking for shmctl... no checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking for create_area... no checking os2.h usability... no checking os2.h presence... no checking for os2.h... no /home/Administrator/subversion-r909/apr/configure:Error: decision on shared memory allocation method failed configure failed for apr -- This signature intentionally left blank
