Guest User

Untitled

a guest
Aug 21st, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1. have_func: checking for rb_thread_blocking_region()... -------------------- yes
  2.  
  3. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  4. checked program was:
  5. /* begin */
  6. 1: #include "ruby.h"
  7. 2:
  8. 3: #include <winsock2.h>
  9. 4: #include <windows.h>
  10. 5: int main(int argc, char **argv)
  11. 6: {
  12. 7: return 0;
  13. 8: }
  14. /* end */
  15.  
  16. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  17. conftest.c: In function 't':
  18. conftest.c:8:1: warning: 'rb_thread_blocking_region' is deprecated (declared at C:/Ruby200-x64/include/ruby-2.0.0/ruby/intern.h:839) [-Wdeprecated-declarations]
  19. conftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  20. checked program was:
  21. /* begin */
  22. 1: #include "ruby.h"
  23. 2:
  24. 3: #include <winsock2.h>
  25. 4: #include <windows.h>
  26. 5:
  27. 6: /*top*/
  28. 7: extern int t(void);
  29. 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; }
  30. 9: int main(int argc, char **argv)
  31. 10: {
  32. 11: if (argc > 1000000) {
  33. 12: printf("%p", &t);
  34. 13: }
  35. 14:
  36. 15: return 0;
  37. 16: }
  38. /* end */
  39.  
  40. --------------------
  41.  
  42. have_func: checking for rb_wait_for_single_fd()... -------------------- yes
  43.  
  44. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  45. conftest.c: In function 't':
  46. conftest.c:8:57: error: 'rb_wait_for_single_fd' undeclared (first use in this function)
  47. conftest.c:8:57: note: each undeclared identifier is reported only once for each function it appears in
  48. conftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  49. checked program was:
  50. /* begin */
  51. 1: #include "ruby.h"
  52. 2:
  53. 3: #include <winsock2.h>
  54. 4: #include <windows.h>
  55. 5:
  56. 6: /*top*/
  57. 7: extern int t(void);
  58. 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_wait_for_single_fd; return 0; }
  59. 9: int main(int argc, char **argv)
  60. 10: {
  61. 11: if (argc > 1000000) {
  62. 12: printf("%p", &t);
  63. 13: }
  64. 14:
  65. 15: return 0;
  66. 16: }
  67. /* end */
  68.  
  69. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  70. conftest.c: In function 't':
  71. conftest.c:8:1: warning: implicit declaration of function 'rb_wait_for_single_fd' [-Wimplicit-function-declaration]
  72. checked program was:
  73. /* begin */
  74. 1: #include "ruby.h"
  75. 2:
  76. 3: #include <winsock2.h>
  77. 4: #include <windows.h>
  78. 5:
  79. 6: /*top*/
  80. 7: extern int t(void);
  81. 8: int t(void) { rb_wait_for_single_fd(); return 0; }
  82. 9: int main(int argc, char **argv)
  83. 10: {
  84. 11: if (argc > 1000000) {
  85. 12: printf("%p", &t);
  86. 13: }
  87. 14:
  88. 15: return 0;
  89. 16: }
  90. /* end */
  91.  
  92. --------------------
  93.  
  94. have_func: checking for rb_hash_dup()... -------------------- yes
  95.  
  96. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  97. conftest.c: In function 't':
  98. conftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  99. checked program was:
  100. /* begin */
  101. 1: #include "ruby.h"
  102. 2:
  103. 3: #include <winsock2.h>
  104. 4: #include <windows.h>
  105. 5:
  106. 6: /*top*/
  107. 7: extern int t(void);
  108. 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_hash_dup; return 0; }
  109. 9: int main(int argc, char **argv)
  110. 10: {
  111. 11: if (argc > 1000000) {
  112. 12: printf("%p", &t);
  113. 13: }
  114. 14:
  115. 15: return 0;
  116. 16: }
  117. /* end */
  118.  
  119. --------------------
  120.  
  121. have_func: checking for rb_intern3()... -------------------- yes
  122.  
  123. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  124. conftest.c: In function 't':
  125. conftest.c:8:57: error: 'rb_intern3' undeclared (first use in this function)
  126. conftest.c:8:57: note: each undeclared identifier is reported only once for each function it appears in
  127. conftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  128. checked program was:
  129. /* begin */
  130. 1: #include "ruby.h"
  131. 2:
  132. 3: #include <winsock2.h>
  133. 4: #include <windows.h>
  134. 5:
  135. 6: /*top*/
  136. 7: extern int t(void);
  137. 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_intern3; return 0; }
  138. 9: int main(int argc, char **argv)
  139. 10: {
  140. 11: if (argc > 1000000) {
  141. 12: printf("%p", &t);
  142. 13: }
  143. 14:
  144. 15: return 0;
  145. 16: }
  146. /* end */
  147.  
  148. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -L. -lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  149. conftest.c: In function 't':
  150. conftest.c:8:1: warning: implicit declaration of function 'rb_intern3' [-Wimplicit-function-declaration]
  151. checked program was:
  152. /* begin */
  153. 1: #include "ruby.h"
  154. 2:
  155. 3: #include <winsock2.h>
  156. 4: #include <windows.h>
  157. 5:
  158. 6: /*top*/
  159. 7: extern int t(void);
  160. 8: int t(void) { rb_intern3(); return 0; }
  161. 9: int main(int argc, char **argv)
  162. 10: {
  163. 11: if (argc > 1000000) {
  164. 12: printf("%p", &t);
  165. 13: }
  166. 14:
  167. 15: return 0;
  168. 16: }
  169. /* end */
  170.  
  171. --------------------
  172.  
  173. have_library: checking for main() in -llibmysql... -------------------- no
  174.  
  175. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -IC:\Program -IC:\Program -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -LC:\Program -L. -lx64-msvcrt-ruby200 -llibmysql -lshell32 -lws2_32 -limagehlp -lshlwapi "
  176. conftest.c: In function 't':
  177. conftest.c:8:57: error: 'main' undeclared (first use in this function)
  178. conftest.c:8:57: note: each undeclared identifier is reported only once for each function it appears in
  179. conftest.c:8:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  180. checked program was:
  181. /* begin */
  182. 1: #include "ruby.h"
  183. 2:
  184. 3: #include <winsock2.h>
  185. 4: #include <windows.h>
  186. 5:
  187. 6: /*top*/
  188. 7: extern int t(void);
  189. 8: int t(void) { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  190. 9: int main(int argc, char **argv)
  191. 10: {
  192. 11: if (argc > 1000000) {
  193. 12: printf("%p", &t);
  194. 13: }
  195. 14:
  196. 15: return 0;
  197. 16: }
  198. /* end */
  199.  
  200. "x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/backward -IC:/Ruby200-x64/include/ruby-2.0.0 -I. -IC:\Program -IC:\Program -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/Ruby200-x64/lib -LC:\Program -L. -lx64-msvcrt-ruby200 -llibmysql -lshell32 -lws2_32 -limagehlp -lshlwapi "
  201. conftest.c: In function 't':
  202. conftest.c:8:1: warning: implicit declaration of function 'main' [-Wimplicit-function-declaration]
  203. c:/libraries/rubydevkit/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -llibmysql
  204. collect2.exe: error: ld returned 1 exit status
  205. checked program was:
  206. /* begin */
  207. 1: #include "ruby.h"
  208. 2:
  209. 3: #include <winsock2.h>
  210. 4: #include <windows.h>
  211. 5:
  212. 6: /*top*/
  213. 7: extern int t(void);
  214. 8: int t(void) { main(); return 0; }
  215. 9: int main(int argc, char **argv)
  216. 10: {
  217. 11: if (argc > 1000000) {
  218. 12: printf("%p", &t);
  219. 13: }
  220. 14:
  221. 15: return 0;
  222. 16: }
  223. /* end */
  224.  
  225. --------------------
Advertisement
Add Comment
Please, Sign In to add comment