have_header: checking for windows.h... -------------------- yes "gcc -E -I../../.ext/include/x64-mingw32 -I../.././include -I../.././ext/dl -D_FILE_OFFSET_BITS=64 -Ofast -fno-defer-pop -fno-omit-frame-pointer conftest.c -o conftest.i" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: #include /* end */ -------------------- have_func: checking for LoadLibrary()... -------------------- yes "gcc -o conftest -I../../.ext/include/x64-mingw32 -I../.././include -I../.././ext/dl -D_FILE_OFFSET_BITS=64 -Ofast -fno-defer-pop -fno-omit-frame-pointer conftest.c -L. -L../.. -L. -lx64-msvcrt-ruby191-static -lshell32 -lws2_32 -limagehlp " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: /*top*/ 7: int main() {return 0;} 8: int t() { void ((*volatile p)()); p = (void ((*)()))LoadLibrary; return 0; } /* end */ -------------------- have_func: checking for FreeLibrary()... -------------------- yes "gcc -o conftest -I../../.ext/include/x64-mingw32 -I../.././include -I../.././ext/dl -D_FILE_OFFSET_BITS=64 -Ofast -fno-defer-pop -fno-omit-frame-pointer conftest.c -L. -L../.. -L. -lx64-msvcrt-ruby191-static -lshell32 -lws2_32 -limagehlp " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: /*top*/ 7: int main() {return 0;} 8: int t() { void ((*volatile p)()); p = (void ((*)()))FreeLibrary; return 0; } /* end */ -------------------- have_func: checking for GetProcAddress()... -------------------- yes "gcc -o conftest -I../../.ext/include/x64-mingw32 -I../.././include -I../.././ext/dl -D_FILE_OFFSET_BITS=64 -Ofast -fno-defer-pop -fno-omit-frame-pointer conftest.c -L. -L../.. -L. -lx64-msvcrt-ruby191-static -lshell32 -lws2_32 -limagehlp " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: /*top*/ 7: int main() {return 0;} 8: int t() { void ((*volatile p)()); p = (void ((*)()))GetProcAddress; return 0; } /* end */ --------------------