Guest User

config.log

a guest
Mar 27th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.53 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. configure:538: checking for gcc
  5. configure:651: checking whether the C compiler (/opt/tcc/bin/tcc ) works
  6. configure:667: /opt/tcc/bin/tcc -o conftest conftest.c 1>&5
  7. configure:693: checking whether the C compiler (/opt/tcc/bin/tcc ) is a cross-compiler
  8. configure:698: checking whether we are using GNU C
  9. configure:707: /opt/tcc/bin/tcc -E conftest.c
  10. configure:726: checking whether /opt/tcc/bin/tcc accepts -g
  11. configure:758: checking how to run the C preprocessor
  12. configure:779: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  13. configure:838: checking for AIX
  14. configure:892: checking for a BSD compatible install
  15. configure:949: checking for getusershell in -lc
  16. configure:968: /opt/tcc/bin/tcc -o conftest -g conftest.c -lc 1>&5
  17. configure:997: checking for inet_ntoa in -lc
  18. configure:1016: /opt/tcc/bin/tcc -o conftest -g conftest.c -lc 1>&5
  19. configure:1084: checking for socket in -lsocket
  20. configure:1103: /opt/tcc/bin/tcc -o conftest -g conftest.c -lsocket 1>&5
  21. tcc: error: library 'socket' not found
  22. configure: failed program was:
  23. #line 1092 "configure"
  24. #include "confdefs.h"
  25. /* Override any gcc2 internal prototype to avoid an error. */
  26. /* We use char because int might match the return type of a gcc2
  27. builtin and then its argument prototype would still apply. */
  28. char socket();
  29.  
  30. int main() {
  31. socket()
  32. ; return 0; }
  33. configure:1128: checking for connect in -lsocket
  34. configure:1147: /opt/tcc/bin/tcc -o conftest -g conftest.c -lsocket 1>&5
  35. tcc: error: library 'socket' not found
  36. configure: failed program was:
  37. #line 1136 "configure"
  38. #include "confdefs.h"
  39. /* Override any gcc2 internal prototype to avoid an error. */
  40. /* We use char because int might match the return type of a gcc2
  41. builtin and then its argument prototype would still apply. */
  42. char connect();
  43.  
  44. int main() {
  45. connect()
  46. ; return 0; }
  47. configure:1174: checking for crypt in -lcrypt
  48. configure:1193: /opt/tcc/bin/tcc -o conftest -g conftest.c -lcrypt 1>&5
  49. configure:1223: checking for dirent.h that defines DIR
  50. configure:1236: /opt/tcc/bin/tcc -c -g conftest.c 1>&5
  51. In file included from configure:1230:
  52. In file included from /usr/include/dirent.h:233:
  53. In file included from /usr/include/bits/posix1_lim.h:157:
  54. In file included from /usr/include/bits/local_lim.h:39:
  55. /usr/include/bits/local_lim.h:39: error: include file 'linux/limits.h' not found
  56. configure: failed program was:
  57. #line 1228 "configure"
  58. #include "confdefs.h"
  59. #include <sys/types.h>
  60. #include <dirent.h>
  61. int main() {
  62. DIR *dirp = 0;
  63. ; return 0; }
  64. configure:1223: checking for sys/ndir.h that defines DIR
  65. configure:1236: /opt/tcc/bin/tcc -c -g conftest.c 1>&5
  66. In file included from configure:1230:
  67. configure:1230: error: include file 'sys/ndir.h' not found
  68. configure: failed program was:
  69. #line 1228 "configure"
  70. #include "confdefs.h"
  71. #include <sys/types.h>
  72. #include <sys/ndir.h>
  73. int main() {
  74. DIR *dirp = 0;
  75. ; return 0; }
  76. configure:1223: checking for sys/dir.h that defines DIR
  77. configure:1236: /opt/tcc/bin/tcc -c -g conftest.c 1>&5
  78. In file included from configure:1230:
  79. In file included from /usr/include/sys/dir.h:24:
  80. In file included from /usr/include/dirent.h:233:
  81. In file included from /usr/include/bits/posix1_lim.h:157:
  82. In file included from /usr/include/bits/local_lim.h:39:
  83. /usr/include/bits/local_lim.h:39: error: include file 'linux/limits.h' not found
  84. configure: failed program was:
  85. #line 1228 "configure"
  86. #include "confdefs.h"
  87. #include <sys/types.h>
  88. #include <sys/dir.h>
  89. int main() {
  90. DIR *dirp = 0;
  91. ; return 0; }
  92. configure:1223: checking for ndir.h that defines DIR
  93. configure:1236: /opt/tcc/bin/tcc -c -g conftest.c 1>&5
  94. In file included from configure:1230:
  95. configure:1230: error: include file 'ndir.h' not found
  96. configure: failed program was:
  97. #line 1228 "configure"
  98. #include "confdefs.h"
  99. #include <sys/types.h>
  100. #include <ndir.h>
  101. int main() {
  102. DIR *dirp = 0;
  103. ; return 0; }
  104. configure:1302: checking for opendir in -lx
  105. configure:1321: /opt/tcc/bin/tcc -o conftest -g conftest.c -lx -lcrypt 1>&5
  106. tcc: error: library 'x' not found
  107. configure: failed program was:
  108. #line 1310 "configure"
  109. #include "confdefs.h"
  110. /* Override any gcc2 internal prototype to avoid an error. */
  111. /* We use char because int might match the return type of a gcc2
  112. builtin and then its argument prototype would still apply. */
  113. char opendir();
  114.  
  115. int main() {
  116. opendir()
  117. ; return 0; }
  118. configure:1347: checking for paths.h
  119. configure:1357: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  120. configure:1387: checking for netinet/in.h
  121. configure:1397: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  122. In file included from configure:1393:
  123. In file included from /usr/include/netinet/in.h:25:
  124. In file included from /usr/include/sys/socket.h:40:
  125. In file included from /usr/include/bits/socket.h:381:
  126. /usr/include/bits/socket.h:381: error: include file 'asm/socket.h' not found
  127. configure: failed program was:
  128. #line 1392 "configure"
  129. #include "confdefs.h"
  130. #include <netinet/in.h>
  131. configure:1427: checking for sys/time.h
  132. configure:1437: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  133. configure:1467: checking for time.h
  134. configure:1477: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  135. configure:1507: checking for sys/types.h
  136. configure:1517: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  137. configure:1547: checking for sys/stat.h
  138. configure:1557: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  139. configure:1587: checking for sys/socket.h
  140. configure:1597: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  141. In file included from configure:1593:
  142. In file included from /usr/include/sys/socket.h:40:
  143. In file included from /usr/include/bits/socket.h:381:
  144. /usr/include/bits/socket.h:381: error: include file 'asm/socket.h' not found
  145. configure: failed program was:
  146. #line 1592 "configure"
  147. #include "confdefs.h"
  148. #include <sys/socket.h>
  149. configure:1627: checking for asm/socket.h
  150. configure:1637: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  151. In file included from configure:1633:
  152. configure:1633: error: include file 'asm/socket.h' not found
  153. configure: failed program was:
  154. #line 1632 "configure"
  155. #include "confdefs.h"
  156. #include <asm/socket.h>
  157. configure:1667: checking for wait.h
  158. configure:1677: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  159. In file included from configure:1673:
  160. In file included from /usr/include/wait.h:1:
  161. In file included from /usr/include/sys/wait.h:31:
  162. In file included from /usr/include/signal.h:339:
  163. In file included from /usr/include/bits/sigcontext.h:28:
  164. /usr/include/bits/sigcontext.h:28: error: include file 'asm/sigcontext.h' not found
  165. configure: failed program was:
  166. #line 1672 "configure"
  167. #include "confdefs.h"
  168. #include <wait.h>
  169. configure:1707: checking for sys/wait.h
  170. configure:1717: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  171. In file included from configure:1713:
  172. In file included from /usr/include/sys/wait.h:31:
  173. In file included from /usr/include/signal.h:339:
  174. In file included from /usr/include/bits/sigcontext.h:28:
  175. /usr/include/bits/sigcontext.h:28: error: include file 'asm/sigcontext.h' not found
  176. configure: failed program was:
  177. #line 1712 "configure"
  178. #include "confdefs.h"
  179. #include <sys/wait.h>
  180. configure:1747: checking for shadow.h
  181. configure:1757: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  182. configure:1787: checking for arpa/inet.h
  183. configure:1797: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  184. In file included from configure:1793:
  185. In file included from /usr/include/arpa/inet.h:23:
  186. In file included from /usr/include/netinet/in.h:25:
  187. In file included from /usr/include/sys/socket.h:40:
  188. In file included from /usr/include/bits/socket.h:381:
  189. /usr/include/bits/socket.h:381: error: include file 'asm/socket.h' not found
  190. configure: failed program was:
  191. #line 1792 "configure"
  192. #include "confdefs.h"
  193. #include <arpa/inet.h>
  194. configure:1827: checking for syslog.h
  195. configure:1837: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  196. configure:1867: checking for crypt.h
  197. configure:1877: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  198. configure:1907: checking for utmp.h
  199. configure:1917: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  200. configure:1947: checking for sys/sendfile.h
  201. configure:1957: /opt/tcc/bin/tcc -E conftest.c >/dev/null 2>conftest.out
  202. configure:1990: checking whether to enable pam
  203. configure:2059: checking whether to enable libz
  204. configure:2154: checking whether to enable debug
Add Comment
Please, Sign In to add comment