Project

General

Profile

Bug #5829 » mkmf.log

mkmf log of dl - raylinn@gmail.com (ray linn), 12/31/2011 02:32 PM

 
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 <winsock2.h>
4: #include <windows.h>
5: #include <windows.h>
/* 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 <winsock2.h>
4: #include <windows.h>
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 <winsock2.h>
4: #include <windows.h>
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 <winsock2.h>
4: #include <windows.h>
5:
6: /*top*/
7: int main() {return 0;}
8: int t() { void ((*volatile p)()); p = (void ((*)()))GetProcAddress; return 0; }
/* end */

--------------------

(2-2/2)