Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
Download (2.1 KB)
Bug #5829
» mkmf.log
mkmf log of dl -
[email protected]
(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 */
--------------------
« Previous
1
2
Next »
(2-2/2)
Loading...