mkmf.log 96 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192
  1. have_header: checking for ldap.h... -------------------- yes
  2. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lpthread -lrt -ldl -lcrypt -lm -lc"
  3. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  4. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  5. from conftest.c:1:
  6. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  7. <built-in>:0:0: note: this is the location of the previous definition
  8. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  9. <built-in>:0:0: note: this is the location of the previous definition
  10. checked program was:
  11. /* begin */
  12. 1: #include "ruby.h"
  13. 2:
  14. 3: int main() {return 0;}
  15. /* end */
  16. "gcc -E -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
  17. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  18. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  19. from conftest.c:1:
  20. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  21. <built-in>:0:0: note: this is the location of the previous definition
  22. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  23. <built-in>:0:0: note: this is the location of the previous definition
  24. checked program was:
  25. /* begin */
  26. 1: #include "ruby.h"
  27. 2:
  28. 3: #include <ldap.h>
  29. /* end */
  30. --------------------
  31. have_header: checking for lber.h... -------------------- yes
  32. "gcc -E -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
  33. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  34. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  35. from conftest.c:1:
  36. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  37. <built-in>:0:0: note: this is the location of the previous definition
  38. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  39. <built-in>:0:0: note: this is the location of the previous definition
  40. checked program was:
  41. /* begin */
  42. 1: #include "ruby.h"
  43. 2:
  44. 3: #include <lber.h>
  45. /* end */
  46. --------------------
  47. have_header: checking for ldap_ssl.h... -------------------- no
  48. "gcc -E -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
  49. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  50. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  51. from conftest.c:1:
  52. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  53. <built-in>:0:0: note: this is the location of the previous definition
  54. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  55. <built-in>:0:0: note: this is the location of the previous definition
  56. conftest.c:3:22: fatal error: ldap_ssl.h: No such file or directory
  57. compilation terminated.
  58. checked program was:
  59. /* begin */
  60. 1: #include "ruby.h"
  61. 2:
  62. 3: #include <ldap_ssl.h>
  63. /* end */
  64. --------------------
  65. have_header: checking for openssl/ssl.h... -------------------- yes
  66. "gcc -E -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
  67. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  68. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  69. from conftest.c:1:
  70. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  71. <built-in>:0:0: note: this is the location of the previous definition
  72. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  73. <built-in>:0:0: note: this is the location of the previous definition
  74. checked program was:
  75. /* begin */
  76. 1: #include "ruby.h"
  77. 2:
  78. 3: #include <openssl/ssl.h>
  79. /* end */
  80. --------------------
  81. have_header: checking for openssl/crypto.h... -------------------- yes
  82. "gcc -E -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -o conftest.i"
  83. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  84. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  85. from conftest.c:1:
  86. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  87. <built-in>:0:0: note: this is the location of the previous definition
  88. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  89. <built-in>:0:0: note: this is the location of the previous definition
  90. checked program was:
  91. /* begin */
  92. 1: #include "ruby.h"
  93. 2:
  94. 3: #include <openssl/crypto.h>
  95. /* end */
  96. --------------------
  97. have_library: checking for main() in -lcrypto... -------------------- yes
  98. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  99. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  100. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  101. from conftest.c:1:
  102. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  103. <built-in>:0:0: note: this is the location of the previous definition
  104. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  105. <built-in>:0:0: note: this is the location of the previous definition
  106. checked program was:
  107. /* begin */
  108. 1: #include "ruby.h"
  109. 2:
  110. 3: /*top*/
  111. 4: int main() {return 0;}
  112. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  113. /* end */
  114. --------------------
  115. have_library: checking for main() in -lssl... -------------------- yes
  116. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  117. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  118. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  119. from conftest.c:1:
  120. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  121. <built-in>:0:0: note: this is the location of the previous definition
  122. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  123. <built-in>:0:0: note: this is the location of the previous definition
  124. checked program was:
  125. /* begin */
  126. 1: #include "ruby.h"
  127. 2:
  128. 3: /*top*/
  129. 4: int main() {return 0;}
  130. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  131. /* end */
  132. --------------------
  133. have_library: checking for main() in -lnsl... -------------------- no
  134. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lnsl -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  135. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  136. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  137. from conftest.c:1:
  138. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  139. <built-in>:0:0: note: this is the location of the previous definition
  140. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  141. <built-in>:0:0: note: this is the location of the previous definition
  142. /usr/bin/ld: cannot find -lnsl
  143. collect2: ld returned 1 exit status
  144. checked program was:
  145. /* begin */
  146. 1: #include "ruby.h"
  147. 2:
  148. 3: /*top*/
  149. 4: int main() {return 0;}
  150. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  151. /* end */
  152. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lnsl -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  153. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  154. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  155. from conftest.c:1:
  156. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  157. <built-in>:0:0: note: this is the location of the previous definition
  158. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  159. <built-in>:0:0: note: this is the location of the previous definition
  160. /usr/bin/ld: cannot find -lnsl
  161. collect2: ld returned 1 exit status
  162. checked program was:
  163. /* begin */
  164. 1: #include "ruby.h"
  165. 2:
  166. 3: /*top*/
  167. 4: int main() {return 0;}
  168. 5: int t() { main(); return 0; }
  169. /* end */
  170. --------------------
  171. have_library: checking for main() in -lpthread... -------------------- yes
  172. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  173. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  174. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  175. from conftest.c:1:
  176. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  177. <built-in>:0:0: note: this is the location of the previous definition
  178. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  179. <built-in>:0:0: note: this is the location of the previous definition
  180. checked program was:
  181. /* begin */
  182. 1: #include "ruby.h"
  183. 2:
  184. 3: /*top*/
  185. 4: int main() {return 0;}
  186. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  187. /* end */
  188. --------------------
  189. have_library: checking for main() in -lresolv... -------------------- yes
  190. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  191. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  192. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  193. from conftest.c:1:
  194. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  195. <built-in>:0:0: note: this is the location of the previous definition
  196. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  197. <built-in>:0:0: note: this is the location of the previous definition
  198. checked program was:
  199. /* begin */
  200. 1: #include "ruby.h"
  201. 2:
  202. 3: /*top*/
  203. 4: int main() {return 0;}
  204. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  205. /* end */
  206. --------------------
  207. have_library: checking for main() in -llber... -------------------- no
  208. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -llber -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  209. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  210. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  211. from conftest.c:1:
  212. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  213. <built-in>:0:0: note: this is the location of the previous definition
  214. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  215. <built-in>:0:0: note: this is the location of the previous definition
  216. /usr/bin/ld: cannot find -llber
  217. collect2: ld returned 1 exit status
  218. checked program was:
  219. /* begin */
  220. 1: #include "ruby.h"
  221. 2:
  222. 3: /*top*/
  223. 4: int main() {return 0;}
  224. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  225. /* end */
  226. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -llber -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  227. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  228. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  229. from conftest.c:1:
  230. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  231. <built-in>:0:0: note: this is the location of the previous definition
  232. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  233. <built-in>:0:0: note: this is the location of the previous definition
  234. /usr/bin/ld: cannot find -llber
  235. collect2: ld returned 1 exit status
  236. checked program was:
  237. /* begin */
  238. 1: #include "ruby.h"
  239. 2:
  240. 3: /*top*/
  241. 4: int main() {return 0;}
  242. 5: int t() { main(); return 0; }
  243. /* end */
  244. --------------------
  245. have_library: checking for main() in -lldap_r... -------------------- no
  246. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lldap_r -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  247. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  248. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  249. from conftest.c:1:
  250. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  251. <built-in>:0:0: note: this is the location of the previous definition
  252. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  253. <built-in>:0:0: note: this is the location of the previous definition
  254. /usr/bin/ld: cannot find -lldap_r
  255. collect2: ld returned 1 exit status
  256. checked program was:
  257. /* begin */
  258. 1: #include "ruby.h"
  259. 2:
  260. 3: /*top*/
  261. 4: int main() {return 0;}
  262. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  263. /* end */
  264. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lldap_r -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  265. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  266. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  267. from conftest.c:1:
  268. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  269. <built-in>:0:0: note: this is the location of the previous definition
  270. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  271. <built-in>:0:0: note: this is the location of the previous definition
  272. /usr/bin/ld: cannot find -lldap_r
  273. collect2: ld returned 1 exit status
  274. checked program was:
  275. /* begin */
  276. 1: #include "ruby.h"
  277. 2:
  278. 3: /*top*/
  279. 4: int main() {return 0;}
  280. 5: int t() { main(); return 0; }
  281. /* end */
  282. --------------------
  283. have_library: checking for main() in -lldap... -------------------- no
  284. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lldap -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  285. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  286. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  287. from conftest.c:1:
  288. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  289. <built-in>:0:0: note: this is the location of the previous definition
  290. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  291. <built-in>:0:0: note: this is the location of the previous definition
  292. /usr/bin/ld: cannot find -lldap
  293. collect2: ld returned 1 exit status
  294. checked program was:
  295. /* begin */
  296. 1: #include "ruby.h"
  297. 2:
  298. 3: /*top*/
  299. 4: int main() {return 0;}
  300. 5: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
  301. /* end */
  302. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lldap -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  303. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  304. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  305. from conftest.c:1:
  306. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  307. <built-in>:0:0: note: this is the location of the previous definition
  308. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  309. <built-in>:0:0: note: this is the location of the previous definition
  310. /usr/bin/ld: cannot find -lldap
  311. collect2: ld returned 1 exit status
  312. checked program was:
  313. /* begin */
  314. 1: #include "ruby.h"
  315. 2:
  316. 3: /*top*/
  317. 4: int main() {return 0;}
  318. 5: int t() { main(); return 0; }
  319. /* end */
  320. --------------------
  321. have_func: checking for ldap_init()... -------------------- no
  322. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  323. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  324. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  325. from conftest.c:1:
  326. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  327. <built-in>:0:0: note: this is the location of the previous definition
  328. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  329. <built-in>:0:0: note: this is the location of the previous definition
  330. conftest.c: In function 't':
  331. conftest.c:5:53: error: 'ldap_init' undeclared (first use in this function)
  332. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  333. checked program was:
  334. /* begin */
  335. 1: #include "ruby.h"
  336. 2:
  337. 3: /*top*/
  338. 4: int main() {return 0;}
  339. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_init; return 0; }
  340. /* end */
  341. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  342. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  343. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  344. from conftest.c:1:
  345. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  346. <built-in>:0:0: note: this is the location of the previous definition
  347. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  348. <built-in>:0:0: note: this is the location of the previous definition
  349. conftest.c: In function 't':
  350. conftest.c:5:1: warning: implicit declaration of function 'ldap_init'
  351. /tmp/cczyGi6h.o: In function `t':
  352. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_init'
  353. collect2: ld returned 1 exit status
  354. checked program was:
  355. /* begin */
  356. 1: #include "ruby.h"
  357. 2:
  358. 3: /*top*/
  359. 4: int main() {return 0;}
  360. 5: int t() { ldap_init(); return 0; }
  361. /* end */
  362. --------------------
  363. have_func: checking for ldap_set_option()... -------------------- no
  364. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  365. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  366. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  367. from conftest.c:1:
  368. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  369. <built-in>:0:0: note: this is the location of the previous definition
  370. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  371. <built-in>:0:0: note: this is the location of the previous definition
  372. conftest.c: In function 't':
  373. conftest.c:5:53: error: 'ldap_set_option' undeclared (first use in this function)
  374. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  375. checked program was:
  376. /* begin */
  377. 1: #include "ruby.h"
  378. 2:
  379. 3: /*top*/
  380. 4: int main() {return 0;}
  381. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_set_option; return 0; }
  382. /* end */
  383. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  384. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  385. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  386. from conftest.c:1:
  387. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  388. <built-in>:0:0: note: this is the location of the previous definition
  389. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  390. <built-in>:0:0: note: this is the location of the previous definition
  391. conftest.c: In function 't':
  392. conftest.c:5:1: warning: implicit declaration of function 'ldap_set_option'
  393. /tmp/ccZARfGk.o: In function `t':
  394. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_set_option'
  395. collect2: ld returned 1 exit status
  396. checked program was:
  397. /* begin */
  398. 1: #include "ruby.h"
  399. 2:
  400. 3: /*top*/
  401. 4: int main() {return 0;}
  402. 5: int t() { ldap_set_option(); return 0; }
  403. /* end */
  404. --------------------
  405. have_func: checking for ldap_get_option()... -------------------- no
  406. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  407. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  408. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  409. from conftest.c:1:
  410. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  411. <built-in>:0:0: note: this is the location of the previous definition
  412. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  413. <built-in>:0:0: note: this is the location of the previous definition
  414. conftest.c: In function 't':
  415. conftest.c:5:53: error: 'ldap_get_option' undeclared (first use in this function)
  416. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  417. checked program was:
  418. /* begin */
  419. 1: #include "ruby.h"
  420. 2:
  421. 3: /*top*/
  422. 4: int main() {return 0;}
  423. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_get_option; return 0; }
  424. /* end */
  425. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  426. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  427. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  428. from conftest.c:1:
  429. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  430. <built-in>:0:0: note: this is the location of the previous definition
  431. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  432. <built-in>:0:0: note: this is the location of the previous definition
  433. conftest.c: In function 't':
  434. conftest.c:5:1: warning: implicit declaration of function 'ldap_get_option'
  435. /tmp/ccY8BHKt.o: In function `t':
  436. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_get_option'
  437. collect2: ld returned 1 exit status
  438. checked program was:
  439. /* begin */
  440. 1: #include "ruby.h"
  441. 2:
  442. 3: /*top*/
  443. 4: int main() {return 0;}
  444. 5: int t() { ldap_get_option(); return 0; }
  445. /* end */
  446. --------------------
  447. have_func: checking for ldap_start_tls_s()... -------------------- no
  448. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  449. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  450. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  451. from conftest.c:1:
  452. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  453. <built-in>:0:0: note: this is the location of the previous definition
  454. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  455. <built-in>:0:0: note: this is the location of the previous definition
  456. conftest.c: In function 't':
  457. conftest.c:5:53: error: 'ldap_start_tls_s' undeclared (first use in this function)
  458. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  459. checked program was:
  460. /* begin */
  461. 1: #include "ruby.h"
  462. 2:
  463. 3: /*top*/
  464. 4: int main() {return 0;}
  465. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_start_tls_s; return 0; }
  466. /* end */
  467. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  468. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  469. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  470. from conftest.c:1:
  471. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  472. <built-in>:0:0: note: this is the location of the previous definition
  473. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  474. <built-in>:0:0: note: this is the location of the previous definition
  475. conftest.c: In function 't':
  476. conftest.c:5:1: warning: implicit declaration of function 'ldap_start_tls_s'
  477. /tmp/ccvjTi9H.o: In function `t':
  478. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_start_tls_s'
  479. collect2: ld returned 1 exit status
  480. checked program was:
  481. /* begin */
  482. 1: #include "ruby.h"
  483. 2:
  484. 3: /*top*/
  485. 4: int main() {return 0;}
  486. 5: int t() { ldap_start_tls_s(); return 0; }
  487. /* end */
  488. --------------------
  489. have_func: checking for ldap_memfree()... -------------------- no
  490. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  491. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  492. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  493. from conftest.c:1:
  494. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  495. <built-in>:0:0: note: this is the location of the previous definition
  496. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  497. <built-in>:0:0: note: this is the location of the previous definition
  498. conftest.c: In function 't':
  499. conftest.c:5:53: error: 'ldap_memfree' undeclared (first use in this function)
  500. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  501. checked program was:
  502. /* begin */
  503. 1: #include "ruby.h"
  504. 2:
  505. 3: /*top*/
  506. 4: int main() {return 0;}
  507. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_memfree; return 0; }
  508. /* end */
  509. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  510. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  511. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  512. from conftest.c:1:
  513. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  514. <built-in>:0:0: note: this is the location of the previous definition
  515. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  516. <built-in>:0:0: note: this is the location of the previous definition
  517. conftest.c: In function 't':
  518. conftest.c:5:1: warning: implicit declaration of function 'ldap_memfree'
  519. /tmp/ccPVMxgR.o: In function `t':
  520. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_memfree'
  521. collect2: ld returned 1 exit status
  522. checked program was:
  523. /* begin */
  524. 1: #include "ruby.h"
  525. 2:
  526. 3: /*top*/
  527. 4: int main() {return 0;}
  528. 5: int t() { ldap_memfree(); return 0; }
  529. /* end */
  530. --------------------
  531. have_func: checking for ldap_perror()... -------------------- no
  532. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  533. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  534. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  535. from conftest.c:1:
  536. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  537. <built-in>:0:0: note: this is the location of the previous definition
  538. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  539. <built-in>:0:0: note: this is the location of the previous definition
  540. conftest.c: In function 't':
  541. conftest.c:5:53: error: 'ldap_perror' undeclared (first use in this function)
  542. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  543. checked program was:
  544. /* begin */
  545. 1: #include "ruby.h"
  546. 2:
  547. 3: /*top*/
  548. 4: int main() {return 0;}
  549. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_perror; return 0; }
  550. /* end */
  551. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  552. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  553. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  554. from conftest.c:1:
  555. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  556. <built-in>:0:0: note: this is the location of the previous definition
  557. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  558. <built-in>:0:0: note: this is the location of the previous definition
  559. conftest.c: In function 't':
  560. conftest.c:5:1: warning: implicit declaration of function 'ldap_perror'
  561. /tmp/ccDKXqa3.o: In function `t':
  562. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_perror'
  563. collect2: ld returned 1 exit status
  564. checked program was:
  565. /* begin */
  566. 1: #include "ruby.h"
  567. 2:
  568. 3: /*top*/
  569. 4: int main() {return 0;}
  570. 5: int t() { ldap_perror(); return 0; }
  571. /* end */
  572. --------------------
  573. have_func: checking for ldap_sort_entries()... -------------------- no
  574. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  575. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  576. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  577. from conftest.c:1:
  578. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  579. <built-in>:0:0: note: this is the location of the previous definition
  580. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  581. <built-in>:0:0: note: this is the location of the previous definition
  582. conftest.c: In function 't':
  583. conftest.c:5:53: error: 'ldap_sort_entries' undeclared (first use in this function)
  584. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  585. checked program was:
  586. /* begin */
  587. 1: #include "ruby.h"
  588. 2:
  589. 3: /*top*/
  590. 4: int main() {return 0;}
  591. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_sort_entries; return 0; }
  592. /* end */
  593. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  594. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  595. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  596. from conftest.c:1:
  597. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  598. <built-in>:0:0: note: this is the location of the previous definition
  599. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  600. <built-in>:0:0: note: this is the location of the previous definition
  601. conftest.c: In function 't':
  602. conftest.c:5:1: warning: implicit declaration of function 'ldap_sort_entries'
  603. /tmp/ccq7L8vh.o: In function `t':
  604. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_sort_entries'
  605. collect2: ld returned 1 exit status
  606. checked program was:
  607. /* begin */
  608. 1: #include "ruby.h"
  609. 2:
  610. 3: /*top*/
  611. 4: int main() {return 0;}
  612. 5: int t() { ldap_sort_entries(); return 0; }
  613. /* end */
  614. --------------------
  615. have_func: checking for ldapssl_init()... -------------------- no
  616. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  617. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  618. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  619. from conftest.c:1:
  620. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  621. <built-in>:0:0: note: this is the location of the previous definition
  622. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  623. <built-in>:0:0: note: this is the location of the previous definition
  624. conftest.c: In function 't':
  625. conftest.c:5:53: error: 'ldapssl_init' undeclared (first use in this function)
  626. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  627. checked program was:
  628. /* begin */
  629. 1: #include "ruby.h"
  630. 2:
  631. 3: /*top*/
  632. 4: int main() {return 0;}
  633. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldapssl_init; return 0; }
  634. /* end */
  635. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  636. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  637. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  638. from conftest.c:1:
  639. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  640. <built-in>:0:0: note: this is the location of the previous definition
  641. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  642. <built-in>:0:0: note: this is the location of the previous definition
  643. conftest.c: In function 't':
  644. conftest.c:5:1: warning: implicit declaration of function 'ldapssl_init'
  645. /tmp/cc50P3Bq.o: In function `t':
  646. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldapssl_init'
  647. collect2: ld returned 1 exit status
  648. checked program was:
  649. /* begin */
  650. 1: #include "ruby.h"
  651. 2:
  652. 3: /*top*/
  653. 4: int main() {return 0;}
  654. 5: int t() { ldapssl_init(); return 0; }
  655. /* end */
  656. --------------------
  657. have_func: checking for ldap_sslinit()... -------------------- no
  658. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  659. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  660. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  661. from conftest.c:1:
  662. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  663. <built-in>:0:0: note: this is the location of the previous definition
  664. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  665. <built-in>:0:0: note: this is the location of the previous definition
  666. conftest.c: In function 't':
  667. conftest.c:5:53: error: 'ldap_sslinit' undeclared (first use in this function)
  668. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  669. checked program was:
  670. /* begin */
  671. 1: #include "ruby.h"
  672. 2:
  673. 3: /*top*/
  674. 4: int main() {return 0;}
  675. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_sslinit; return 0; }
  676. /* end */
  677. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  678. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  679. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  680. from conftest.c:1:
  681. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  682. <built-in>:0:0: note: this is the location of the previous definition
  683. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  684. <built-in>:0:0: note: this is the location of the previous definition
  685. conftest.c: In function 't':
  686. conftest.c:5:1: warning: implicit declaration of function 'ldap_sslinit'
  687. /tmp/cc1tcAEs.o: In function `t':
  688. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_sslinit'
  689. collect2: ld returned 1 exit status
  690. checked program was:
  691. /* begin */
  692. 1: #include "ruby.h"
  693. 2:
  694. 3: /*top*/
  695. 4: int main() {return 0;}
  696. 5: int t() { ldap_sslinit(); return 0; }
  697. /* end */
  698. --------------------
  699. have_func: checking for ldap_sasl_bind_s()... -------------------- no
  700. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  701. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  702. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  703. from conftest.c:1:
  704. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  705. <built-in>:0:0: note: this is the location of the previous definition
  706. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  707. <built-in>:0:0: note: this is the location of the previous definition
  708. conftest.c: In function 't':
  709. conftest.c:5:53: error: 'ldap_sasl_bind_s' undeclared (first use in this function)
  710. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  711. checked program was:
  712. /* begin */
  713. 1: #include "ruby.h"
  714. 2:
  715. 3: /*top*/
  716. 4: int main() {return 0;}
  717. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_sasl_bind_s; return 0; }
  718. /* end */
  719. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  720. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  721. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  722. from conftest.c:1:
  723. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  724. <built-in>:0:0: note: this is the location of the previous definition
  725. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  726. <built-in>:0:0: note: this is the location of the previous definition
  727. conftest.c: In function 't':
  728. conftest.c:5:1: warning: implicit declaration of function 'ldap_sasl_bind_s'
  729. /tmp/ccIHLVZG.o: In function `t':
  730. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_sasl_bind_s'
  731. collect2: ld returned 1 exit status
  732. checked program was:
  733. /* begin */
  734. 1: #include "ruby.h"
  735. 2:
  736. 3: /*top*/
  737. 4: int main() {return 0;}
  738. 5: int t() { ldap_sasl_bind_s(); return 0; }
  739. /* end */
  740. --------------------
  741. have_func: checking for ldap_compare_s()... -------------------- no
  742. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  743. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  744. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  745. from conftest.c:1:
  746. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  747. <built-in>:0:0: note: this is the location of the previous definition
  748. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  749. <built-in>:0:0: note: this is the location of the previous definition
  750. conftest.c: In function 't':
  751. conftest.c:5:53: error: 'ldap_compare_s' undeclared (first use in this function)
  752. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  753. checked program was:
  754. /* begin */
  755. 1: #include "ruby.h"
  756. 2:
  757. 3: /*top*/
  758. 4: int main() {return 0;}
  759. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_compare_s; return 0; }
  760. /* end */
  761. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  762. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  763. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  764. from conftest.c:1:
  765. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  766. <built-in>:0:0: note: this is the location of the previous definition
  767. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  768. <built-in>:0:0: note: this is the location of the previous definition
  769. conftest.c: In function 't':
  770. conftest.c:5:1: warning: implicit declaration of function 'ldap_compare_s'
  771. /tmp/ccUe1xDQ.o: In function `t':
  772. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_compare_s'
  773. collect2: ld returned 1 exit status
  774. checked program was:
  775. /* begin */
  776. 1: #include "ruby.h"
  777. 2:
  778. 3: /*top*/
  779. 4: int main() {return 0;}
  780. 5: int t() { ldap_compare_s(); return 0; }
  781. /* end */
  782. --------------------
  783. have_func: checking for ldap_add_ext_s()... -------------------- no
  784. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  785. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  786. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  787. from conftest.c:1:
  788. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  789. <built-in>:0:0: note: this is the location of the previous definition
  790. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  791. <built-in>:0:0: note: this is the location of the previous definition
  792. conftest.c: In function 't':
  793. conftest.c:5:53: error: 'ldap_add_ext_s' undeclared (first use in this function)
  794. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  795. checked program was:
  796. /* begin */
  797. 1: #include "ruby.h"
  798. 2:
  799. 3: /*top*/
  800. 4: int main() {return 0;}
  801. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_add_ext_s; return 0; }
  802. /* end */
  803. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  804. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  805. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  806. from conftest.c:1:
  807. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  808. <built-in>:0:0: note: this is the location of the previous definition
  809. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  810. <built-in>:0:0: note: this is the location of the previous definition
  811. conftest.c: In function 't':
  812. conftest.c:5:1: warning: implicit declaration of function 'ldap_add_ext_s'
  813. /tmp/ccG0uqq4.o: In function `t':
  814. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_add_ext_s'
  815. collect2: ld returned 1 exit status
  816. checked program was:
  817. /* begin */
  818. 1: #include "ruby.h"
  819. 2:
  820. 3: /*top*/
  821. 4: int main() {return 0;}
  822. 5: int t() { ldap_add_ext_s(); return 0; }
  823. /* end */
  824. --------------------
  825. have_func: checking for ldap_compare_ext_s()... -------------------- no
  826. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  827. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  828. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  829. from conftest.c:1:
  830. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  831. <built-in>:0:0: note: this is the location of the previous definition
  832. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  833. <built-in>:0:0: note: this is the location of the previous definition
  834. conftest.c: In function 't':
  835. conftest.c:5:53: error: 'ldap_compare_ext_s' undeclared (first use in this function)
  836. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  837. checked program was:
  838. /* begin */
  839. 1: #include "ruby.h"
  840. 2:
  841. 3: /*top*/
  842. 4: int main() {return 0;}
  843. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_compare_ext_s; return 0; }
  844. /* end */
  845. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  846. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  847. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  848. from conftest.c:1:
  849. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  850. <built-in>:0:0: note: this is the location of the previous definition
  851. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  852. <built-in>:0:0: note: this is the location of the previous definition
  853. conftest.c: In function 't':
  854. conftest.c:5:1: warning: implicit declaration of function 'ldap_compare_ext_s'
  855. /tmp/cckVkksg.o: In function `t':
  856. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_compare_ext_s'
  857. collect2: ld returned 1 exit status
  858. checked program was:
  859. /* begin */
  860. 1: #include "ruby.h"
  861. 2:
  862. 3: /*top*/
  863. 4: int main() {return 0;}
  864. 5: int t() { ldap_compare_ext_s(); return 0; }
  865. /* end */
  866. --------------------
  867. have_func: checking for ldap_delete_ext_s()... -------------------- no
  868. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  869. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  870. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  871. from conftest.c:1:
  872. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  873. <built-in>:0:0: note: this is the location of the previous definition
  874. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  875. <built-in>:0:0: note: this is the location of the previous definition
  876. conftest.c: In function 't':
  877. conftest.c:5:53: error: 'ldap_delete_ext_s' undeclared (first use in this function)
  878. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  879. checked program was:
  880. /* begin */
  881. 1: #include "ruby.h"
  882. 2:
  883. 3: /*top*/
  884. 4: int main() {return 0;}
  885. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_delete_ext_s; return 0; }
  886. /* end */
  887. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  888. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  889. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  890. from conftest.c:1:
  891. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  892. <built-in>:0:0: note: this is the location of the previous definition
  893. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  894. <built-in>:0:0: note: this is the location of the previous definition
  895. conftest.c: In function 't':
  896. conftest.c:5:1: warning: implicit declaration of function 'ldap_delete_ext_s'
  897. /tmp/ccpiZQwp.o: In function `t':
  898. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_delete_ext_s'
  899. collect2: ld returned 1 exit status
  900. checked program was:
  901. /* begin */
  902. 1: #include "ruby.h"
  903. 2:
  904. 3: /*top*/
  905. 4: int main() {return 0;}
  906. 5: int t() { ldap_delete_ext_s(); return 0; }
  907. /* end */
  908. --------------------
  909. have_func: checking for ldap_modify_ext_s()... -------------------- no
  910. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  911. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  912. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  913. from conftest.c:1:
  914. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  915. <built-in>:0:0: note: this is the location of the previous definition
  916. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  917. <built-in>:0:0: note: this is the location of the previous definition
  918. conftest.c: In function 't':
  919. conftest.c:5:53: error: 'ldap_modify_ext_s' undeclared (first use in this function)
  920. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  921. checked program was:
  922. /* begin */
  923. 1: #include "ruby.h"
  924. 2:
  925. 3: /*top*/
  926. 4: int main() {return 0;}
  927. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_modify_ext_s; return 0; }
  928. /* end */
  929. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  930. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  931. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  932. from conftest.c:1:
  933. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  934. <built-in>:0:0: note: this is the location of the previous definition
  935. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  936. <built-in>:0:0: note: this is the location of the previous definition
  937. conftest.c: In function 't':
  938. conftest.c:5:1: warning: implicit declaration of function 'ldap_modify_ext_s'
  939. /tmp/ccKSlZ7r.o: In function `t':
  940. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_modify_ext_s'
  941. collect2: ld returned 1 exit status
  942. checked program was:
  943. /* begin */
  944. 1: #include "ruby.h"
  945. 2:
  946. 3: /*top*/
  947. 4: int main() {return 0;}
  948. 5: int t() { ldap_modify_ext_s(); return 0; }
  949. /* end */
  950. --------------------
  951. have_func: checking for ldap_search_ext_s()... -------------------- no
  952. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  953. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  954. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  955. from conftest.c:1:
  956. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  957. <built-in>:0:0: note: this is the location of the previous definition
  958. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  959. <built-in>:0:0: note: this is the location of the previous definition
  960. conftest.c: In function 't':
  961. conftest.c:5:53: error: 'ldap_search_ext_s' undeclared (first use in this function)
  962. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  963. checked program was:
  964. /* begin */
  965. 1: #include "ruby.h"
  966. 2:
  967. 3: /*top*/
  968. 4: int main() {return 0;}
  969. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_search_ext_s; return 0; }
  970. /* end */
  971. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  972. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  973. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  974. from conftest.c:1:
  975. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  976. <built-in>:0:0: note: this is the location of the previous definition
  977. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  978. <built-in>:0:0: note: this is the location of the previous definition
  979. conftest.c: In function 't':
  980. conftest.c:5:1: warning: implicit declaration of function 'ldap_search_ext_s'
  981. /tmp/ccqWVYUF.o: In function `t':
  982. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_search_ext_s'
  983. collect2: ld returned 1 exit status
  984. checked program was:
  985. /* begin */
  986. 1: #include "ruby.h"
  987. 2:
  988. 3: /*top*/
  989. 4: int main() {return 0;}
  990. 5: int t() { ldap_search_ext_s(); return 0; }
  991. /* end */
  992. --------------------
  993. have_func: checking for ldap_unbind_ext_s()... -------------------- no
  994. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  995. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  996. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  997. from conftest.c:1:
  998. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  999. <built-in>:0:0: note: this is the location of the previous definition
  1000. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  1001. <built-in>:0:0: note: this is the location of the previous definition
  1002. conftest.c: In function 't':
  1003. conftest.c:5:53: error: 'ldap_unbind_ext_s' undeclared (first use in this function)
  1004. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  1005. checked program was:
  1006. /* begin */
  1007. 1: #include "ruby.h"
  1008. 2:
  1009. 3: /*top*/
  1010. 4: int main() {return 0;}
  1011. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_unbind_ext_s; return 0; }
  1012. /* end */
  1013. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  1014. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  1015. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  1016. from conftest.c:1:
  1017. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  1018. <built-in>:0:0: note: this is the location of the previous definition
  1019. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  1020. <built-in>:0:0: note: this is the location of the previous definition
  1021. conftest.c: In function 't':
  1022. conftest.c:5:1: warning: implicit declaration of function 'ldap_unbind_ext_s'
  1023. /tmp/ccxzROBP.o: In function `t':
  1024. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_unbind_ext_s'
  1025. collect2: ld returned 1 exit status
  1026. checked program was:
  1027. /* begin */
  1028. 1: #include "ruby.h"
  1029. 2:
  1030. 3: /*top*/
  1031. 4: int main() {return 0;}
  1032. 5: int t() { ldap_unbind_ext_s(); return 0; }
  1033. /* end */
  1034. --------------------
  1035. have_func: checking for ldap_sasl_interactive_bind_s()... -------------------- no
  1036. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  1037. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  1038. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  1039. from conftest.c:1:
  1040. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  1041. <built-in>:0:0: note: this is the location of the previous definition
  1042. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  1043. <built-in>:0:0: note: this is the location of the previous definition
  1044. conftest.c: In function 't':
  1045. conftest.c:5:53: error: 'ldap_sasl_interactive_bind_s' undeclared (first use in this function)
  1046. conftest.c:5:53: note: each undeclared identifier is reported only once for each function it appears in
  1047. checked program was:
  1048. /* begin */
  1049. 1: #include "ruby.h"
  1050. 2:
  1051. 3: /*top*/
  1052. 4: int main() {return 0;}
  1053. 5: int t() { void ((*volatile p)()); p = (void ((*)()))ldap_sasl_interactive_bind_s; return 0; }
  1054. /* end */
  1055. "gcc -o conftest -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/x86_64-linux -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/backward -I/home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1 -I/home/wbx/openadk/build_pcengines-alix1c_i586_eglibc/w-ruby-ldap-0.9.8-1/ruby-ldap-0.9.8 -I/home/wbx/openadk/target_i586_eglibc/usr/include -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -L/home/wbx/openadk/host_i586_eglibc/lib -Wl,-R/home/wbx/openadk/host_i586_eglibc/lib -L. -rdynamic -Wl,-export-dynamic -lresolv -lpthread -lssl -lcrypto -Wl,-R -Wl,/home/wbx/openadk/host_i586_eglibc/lib -L/home/wbx/openadk/host_i586_eglibc/lib -lruby-static -lresolv -lpthread -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc"
  1056. In file included from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby/ruby.h:58:0,
  1057. from /home/wbx/openadk/host_i586_eglibc/include/ruby-1.9.1/ruby.h:32,
  1058. from conftest.c:1:
  1059. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:153:0: warning: "__INT64_C" redefined
  1060. <built-in>:0:0: note: this is the location of the previous definition
  1061. /home/wbx/openadk/target_i586_eglibc/usr/include/stdint.h:154:0: warning: "__UINT64_C" redefined
  1062. <built-in>:0:0: note: this is the location of the previous definition
  1063. conftest.c: In function 't':
  1064. conftest.c:5:1: warning: implicit declaration of function 'ldap_sasl_interactive_bind_s'
  1065. /tmp/ccaSddl3.o: In function `t':
  1066. /home/wbx/openadk/package/ruby-ldap/conftest.c:5: undefined reference to `ldap_sasl_interactive_bind_s'
  1067. collect2: ld returned 1 exit status
  1068. checked program was:
  1069. /* begin */
  1070. 1: #include "ruby.h"
  1071. 2:
  1072. 3: /*top*/
  1073. 4: int main() {return 0;}
  1074. 5: int t() { ldap_sasl_interactive_bind_s(); return 0; }
  1075. /* end */
  1076. --------------------