Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- have_func: checking for mmap() in sys/mman.h... -------------------- no
- "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/msys64/mingw64/include/ruby-2.2.0/x64-mingw32 -IC:/msys64/mingw64/include/ruby-2.2.0/ruby/backward -IC:/msys64/mingw64/include/ruby-2.2.0 -I. -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -IC:/msys/x86_64/mingw64/lib/libffi-3.2.1/include -I/mingw64/include/ncurses -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -I/mingw64/include/ncurses -IC:/msys/x86_64/mingw64/lib/libffi-3.2.1/include conftest.c -L. -LC:/msys64/mingw64/lib -L. -pipe -lx64-msvcrt-ruby220 -lgmp -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi "
- checked program was:
- /* begin */
- 1: #include "ruby.h"
- 2:
- 3: #include <winsock2.h>
- 4: #include <windows.h>
- 5: int main(int argc, char **argv)
- 6: {
- 7: return 0;
- 8: }
- /* end */
- "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/msys64/mingw64/include/ruby-2.2.0/x64-mingw32 -IC:/msys64/mingw64/include/ruby-2.2.0/ruby/backward -IC:/msys64/mingw64/include/ruby-2.2.0 -I. -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -IC:/msys/x86_64/mingw64/lib/libffi-3.2.1/include -I/mingw64/include/ncurses -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -I/mingw64/include/ncurses -IC:/msys/x86_64/mingw64/lib/libffi-3.2.1/include conftest.c -L. -LC:/msys64/mingw64/lib -L. -pipe -lx64-msvcrt-ruby220 -lgmp -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi "
- conftest.c:5:22: fatal error: sys/mman.h: No such file or directory
- compilation terminated.
- checked program was:
- /* begin */
- 1: #include "ruby.h"
- 2:
- 3: #include <winsock2.h>
- 4: #include <windows.h>
- 5: #include <sys/mman.h>
- 6:
- 7: /*top*/
- 8: extern int t(void);
- 9: int main(int argc, char **argv)
- 10: {
- 11: if (argc > 1000000) {
- 12: printf("%p", &t);
- 13: }
- 14:
- 15: return 0;
- 16: }
- 17: int t(void) { void ((*volatile p)()); p = (void ((*)()))mmap; return 0; }
- /* end */
- "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/msys64/mingw64/include/ruby-2.2.0/x64-mingw32 -IC:/msys64/mingw64/include/ruby-2.2.0/ruby/backward -IC:/msys64/mingw64/include/ruby-2.2.0 -I. -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048 -IC:/msys/x86_64/mingw64/lib/libffi-3.2.1/include -I/mingw64/include/ncurses -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -I/mingw64/include/ncurses -IC:/msys/x86_64/mingw64/lib/libffi-3.2.1/include conftest.c -L. -LC:/msys64/mingw64/lib -L. -pipe -lx64-msvcrt-ruby220 -lgmp -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi "
- conftest.c:5:22: fatal error: sys/mman.h: No such file or directory
- compilation terminated.
- checked program was:
- /* begin */
- 1: #include "ruby.h"
- 2:
- 3: #include <winsock2.h>
- 4: #include <windows.h>
- 5: #include <sys/mman.h>
- 6:
- 7: /*top*/
- 8: extern int t(void);
- 9: int main(int argc, char **argv)
- 10: {
- 11: if (argc > 1000000) {
- 12: printf("%p", &t);
- 13: }
- 14:
- 15: return 0;
- 16: }
- 17: int t(void) { mmap(); return 0; }
- /* end */
- --------------------
Advertisement
Add Comment
Please, Sign In to add comment