On Wed, 22 Dec 2004 12:41:24 -0600 (CST), Randy Kobes <[EMAIL PROTECTED]> wrote: > On Sun, 19 Dec 2004, ajalkane wrote: > > > Has anyone built APR 1.0.1 built for Win32 that does not require > > Cygwin? I tried compiling with MinGW but got no further than to error > > about shared memory allocation: > > > > checking for mmap... no > > checking for munmap... no > > checking for shm_open... no > > checking for shm_unlink... no > > checking for shmget... no > > checking for shmat... no > > checking for shmdt... no > > checking for shmctl... no > > checking for create_area... no > > checking for MAP_ANON in sys/mman.h... no > > checking for /dev/zero... yes > > ./configure:Error: decision on anonymous shared memory allocation method > > failed > > > > > > If there's a precombiled library available I'd much appreciate > > obtaining it, or some pointers how to get this compiling with MinGW. I > > did manage to compile it with cygwin but I do not want to be dependent > > on the cygwin dll. > > I've built it using VC++ 6, and could make it available, > if that'd be useful. Would you need the libs, dlls, and > header files?
Hi Randy, that would be very helpful. I guess I would need the libs, dlls and header files too since I couldn't even get past configure with MinGW.