Subject: | cygwin missing madvise |
Hi Leon-
It turns out that cygwin was missing the madvise routine but
had implemented the posix_madvise. The latest cygwin DLL
has that alias in it but if you wish to build successfully with
older cygwin releases, the problem can be fixed by a
#define madvise posix_madvise
Cheers, and thanks for the 0.47 update for the sys_map fix.
--Chris
It turns out that cygwin was missing the madvise routine but
had implemented the posix_madvise. The latest cygwin DLL
has that alias in it but if you wish to build successfully with
older cygwin releases, the problem can be fixed by a
#define madvise posix_madvise
Cheers, and thanks for the 0.47 update for the sys_map fix.
--Chris