Guest User

Untitled

a guest
Nov 21st, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.00 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. It was created by Valgrind configure 3.7.0, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr/local/Cellar/valgrind/3.7.0 --mandir=/usr/local/Cellar/valgrind/3.7.0/share/man --enable-only64bit --build=amd64-darwin
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = notekemper45.informatik.tu-muenchen.de
  14. uname -m = x86_64
  15. uname -r = 11.4.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 119 tasks, 627 threads, 8 processors
  34. Load average: 4.94, Mach factor: 3.15
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/bin
  40. PATH: /usr/bin
  41. PATH: /bin
  42. PATH: /usr/sbin
  43. PATH: /sbin
  44. PATH: /usr/local/bin
  45. PATH: /usr/X11/bin
  46. PATH: /usr/local/mysql/bin
  47. PATH: /usr/local/Library/Contributions/cmds
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:2510: checking for a BSD-compatible install
  55. configure:2578: result: /usr/bin/install -c
  56. configure:2589: checking whether build environment is sane
  57. configure:2639: result: yes
  58. configure:2780: checking for a thread-safe mkdir -p
  59. configure:2819: result: ./install-sh -c -d
  60. configure:2832: checking for gawk
  61. configure:2862: result: no
  62. configure:2832: checking for mawk
  63. configure:2862: result: no
  64. configure:2832: checking for nawk
  65. configure:2862: result: no
  66. configure:2832: checking for awk
  67. configure:2848: found /usr/bin/awk
  68. configure:2859: result: awk
  69. configure:2870: checking whether make sets $(MAKE)
  70. configure:2892: result: yes
  71. configure:2974: checking whether to enable maintainer-specific portions of Makefiles
  72. configure:2983: result: no
  73. configure:3002: checking whether ln -s works
  74. configure:3006: result: yes
  75. configure:3061: checking for gcc
  76. configure:3088: result: /usr/bin/clang
  77. configure:3317: checking for C compiler version
  78. configure:3326: /usr/bin/clang --version >&5
  79. Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
  80. Target: x86_64-apple-darwin11.4.0
  81. Thread model: posix
  82. configure:3337: $? = 0
  83. configure:3326: /usr/bin/clang -v >&5
  84. Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
  85. Target: x86_64-apple-darwin11.4.0
  86. Thread model: posix
  87. configure:3337: $? = 0
  88. configure:3326: /usr/bin/clang -V >&5
  89. clang: error: argument to '-V' is missing (expected 1 value)
  90. clang: error: no input files
  91. configure:3337: $? = 1
  92. configure:3326: /usr/bin/clang -qversion >&5
  93. clang: error: no input files
  94. configure:3337: $? = 1
  95. configure:3357: checking whether the C compiler works
  96. configure:3379: /usr/bin/clang -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  97. configure:3383: $? = 0
  98. configure:3432: result: yes
  99. configure:3435: checking for C compiler default output file name
  100. configure:3437: result: a.out
  101. configure:3443: checking for suffix of executables
  102. configure:3450: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  103. configure:3454: $? = 0
  104. configure:3476: result:
  105. configure:3498: checking whether we are cross compiling
  106. configure:3506: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  107. configure:3510: $? = 0
  108. configure:3517: ./conftest
  109. configure:3521: $? = 0
  110. configure:3536: result: no
  111. configure:3541: checking for suffix of object files
  112. configure:3563: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  113. configure:3567: $? = 0
  114. configure:3588: result: o
  115. configure:3592: checking whether we are using the GNU C compiler
  116. configure:3611: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  117. configure:3611: $? = 0
  118. configure:3620: result: yes
  119. configure:3629: checking whether /usr/bin/clang accepts -g
  120. configure:3649: /usr/bin/clang -c -g -isystem /usr/local/include conftest.c >&5
  121. configure:3649: $? = 0
  122. configure:3690: result: yes
  123. configure:3707: checking for /usr/bin/clang option to accept ISO C89
  124. configure:3771: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  125. configure:3771: $? = 0
  126. configure:3784: result: none needed
  127. configure:3815: checking for style of include used by make
  128. configure:3843: result: GNU
  129. configure:3868: checking dependency style of /usr/bin/clang
  130. configure:3978: result: gcc3
  131. configure:3994: checking whether /usr/bin/clang and cc understand -c and -o together
  132. configure:4025: /usr/bin/clang -c conftest.c -o conftest2.o >&5
  133. configure:4029: $? = 0
  134. configure:4035: /usr/bin/clang -c conftest.c -o conftest2.o >&5
  135. configure:4039: $? = 0
  136. configure:4050: cc -c conftest.c >&5
  137. configure:4054: $? = 0
  138. configure:4062: cc -c conftest.c -o conftest2.o >&5
  139. configure:4066: $? = 0
  140. configure:4072: cc -c conftest.c -o conftest2.o >&5
  141. configure:4076: $? = 0
  142. configure:4094: result: yes
  143. configure:4124: checking how to run the C preprocessor
  144. configure:4155: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  145. configure:4155: $? = 0
  146. configure:4169: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  147. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  148. #include <ac_nonexistent.h>
  149. ^
  150. 1 error generated.
  151. configure:4169: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h */
  154. | #define PACKAGE_NAME "Valgrind"
  155. | #define PACKAGE_TARNAME "valgrind"
  156. | #define PACKAGE_VERSION "3.7.0"
  157. | #define PACKAGE_STRING "Valgrind 3.7.0"
  158. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  159. | #define PACKAGE_URL ""
  160. | #define PACKAGE "valgrind"
  161. | #define VERSION "3.7.0"
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:4194: result: /usr/bin/clang -E
  165. configure:4214: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  166. configure:4214: $? = 0
  167. configure:4228: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  168. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  169. #include <ac_nonexistent.h>
  170. ^
  171. 1 error generated.
  172. configure:4228: $? = 1
  173. configure: failed program was:
  174. | /* confdefs.h */
  175. | #define PACKAGE_NAME "Valgrind"
  176. | #define PACKAGE_TARNAME "valgrind"
  177. | #define PACKAGE_VERSION "3.7.0"
  178. | #define PACKAGE_STRING "Valgrind 3.7.0"
  179. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  180. | #define PACKAGE_URL ""
  181. | #define PACKAGE "valgrind"
  182. | #define VERSION "3.7.0"
  183. | /* end confdefs.h. */
  184. | #include <ac_nonexistent.h>
  185. configure:4368: checking for C++ compiler version
  186. configure:4377: /usr/bin/clang++ --version >&5
  187. Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
  188. Target: x86_64-apple-darwin11.4.0
  189. Thread model: posix
  190. configure:4388: $? = 0
  191. configure:4377: /usr/bin/clang++ -v >&5
  192. Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
  193. Target: x86_64-apple-darwin11.4.0
  194. Thread model: posix
  195. configure:4388: $? = 0
  196. configure:4377: /usr/bin/clang++ -V >&5
  197. clang: error: argument to '-V' is missing (expected 1 value)
  198. clang: error: no input files
  199. configure:4388: $? = 1
  200. configure:4377: /usr/bin/clang++ -qversion >&5
  201. clang: error: no input files
  202. configure:4388: $? = 1
  203. configure:4392: checking whether we are using the GNU C++ compiler
  204. configure:4411: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.cpp >&5
  205. configure:4411: $? = 0
  206. configure:4420: result: yes
  207. configure:4429: checking whether /usr/bin/clang++ accepts -g
  208. configure:4449: /usr/bin/clang++ -c -g -isystem /usr/local/include conftest.cpp >&5
  209. configure:4449: $? = 0
  210. configure:4490: result: yes
  211. configure:4515: checking dependency style of /usr/bin/clang++
  212. configure:4625: result: gcc3
  213. configure:4696: checking for ranlib
  214. configure:4712: found /usr/bin/ranlib
  215. configure:4723: result: ranlib
  216. configure:4748: checking for a sed that does not truncate output
  217. configure:4812: result: /usr/bin/sed
  218. configure:4825: checking for /usr/bin/clang
  219. configure:4858: result: no
  220. configure:4825: checking for ar
  221. configure:4843: found /usr/bin/ar
  222. configure:4855: result: /usr/bin/ar
  223. configure:4878: checking for perl
  224. configure:4896: found /usr/bin/perl
  225. configure:4908: result: /usr/bin/perl
  226. configure:4920: checking for gdb
  227. configure:4938: found /usr/bin/gdb
  228. configure:4951: result: /usr/bin/gdb
  229. configure:4975: checking dependency style of /usr/bin/clang
  230. configure:5083: result: gcc3
  231. configure:5102: checking for diff -u
  232. configure:5110: result: yes
  233. configure:5122: checking for a supported version of gcc
  234. configure:5145: result: ok (3.1)
  235. configure:5175: checking build system type
  236. configure:5189: result: x86_64-pc-darwin
  237. configure:5209: checking host system type
  238. configure:5222: result: x86_64-pc-darwin
  239. configure:5243: checking for a supported CPU
  240. configure:5258: result: ok (x86_64)
  241. configure:5306: checking for a 64-bit only build
  242. configure:5319: result: yes
  243. configure:5323: checking for a 32-bit only build
  244. configure:5336: result: no
  245. configure:5349: checking for a supported OS
  246. configure:5394: result: ok (darwin)
  247. configure:5407: checking for the kernel version
  248. configure:5447: result: Darwin 11.x (11.4.0) / Mac OS X 10.7 Lion
  249. configure:5555: checking for a supported CPU/OS combination
  250. configure:5684: result: ok (amd64-darwin)
  251. configure:5904: checking for use as an inner Valgrind
  252. configure:5917: result: no
  253. configure:5956: checking for grep that handles long lines and -e
  254. configure:6014: result: /usr/bin/grep
  255. configure:6019: checking for egrep
  256. configure:6081: result: /usr/bin/grep -E
  257. configure:6086: checking for ANSI C header files
  258. configure:6106: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  259. configure:6106: $? = 0
  260. configure:6179: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  261. configure:6179: $? = 0
  262. configure:6179: ./conftest
  263. configure:6179: $? = 0
  264. configure:6190: result: yes
  265. configure:6203: checking for sys/types.h
  266. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  267. configure:6203: $? = 0
  268. configure:6203: result: yes
  269. configure:6203: checking for sys/stat.h
  270. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  271. configure:6203: $? = 0
  272. configure:6203: result: yes
  273. configure:6203: checking for stdlib.h
  274. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  275. configure:6203: $? = 0
  276. configure:6203: result: yes
  277. configure:6203: checking for string.h
  278. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  279. configure:6203: $? = 0
  280. configure:6203: result: yes
  281. configure:6203: checking for memory.h
  282. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  283. configure:6203: $? = 0
  284. configure:6203: result: yes
  285. configure:6203: checking for strings.h
  286. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  287. configure:6203: $? = 0
  288. configure:6203: result: yes
  289. configure:6203: checking for inttypes.h
  290. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  291. configure:6203: $? = 0
  292. configure:6203: result: yes
  293. configure:6203: checking for stdint.h
  294. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  295. configure:6203: $? = 0
  296. configure:6203: result: yes
  297. configure:6203: checking for unistd.h
  298. configure:6203: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  299. configure:6203: $? = 0
  300. configure:6203: result: yes
  301. configure:6216: checking features.h usability
  302. configure:6216: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  303. conftest.c:60:10: fatal error: 'features.h' file not found
  304. #include <features.h>
  305. ^
  306. 1 error generated.
  307. configure:6216: $? = 1
  308. configure: failed program was:
  309. | /* confdefs.h */
  310. | #define PACKAGE_NAME "Valgrind"
  311. | #define PACKAGE_TARNAME "valgrind"
  312. | #define PACKAGE_VERSION "3.7.0"
  313. | #define PACKAGE_STRING "Valgrind 3.7.0"
  314. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  315. | #define PACKAGE_URL ""
  316. | #define PACKAGE "valgrind"
  317. | #define VERSION "3.7.0"
  318. | #define GDB_PATH "/usr/bin/gdb"
  319. | #define DARWIN_10_5 100500
  320. | #define DARWIN_10_6 100600
  321. | #define DARWIN_10_7 100700
  322. | #define DARWIN_VERS DARWIN_10_7
  323. | #define VG_TMPDIR "/tmp"
  324. | #define STDC_HEADERS 1
  325. | #define HAVE_SYS_TYPES_H 1
  326. | #define HAVE_SYS_STAT_H 1
  327. | #define HAVE_STDLIB_H 1
  328. | #define HAVE_STRING_H 1
  329. | #define HAVE_MEMORY_H 1
  330. | #define HAVE_STRINGS_H 1
  331. | #define HAVE_INTTYPES_H 1
  332. | #define HAVE_STDINT_H 1
  333. | #define HAVE_UNISTD_H 1
  334. | /* end confdefs.h. */
  335. | #include <stdio.h>
  336. | #ifdef HAVE_SYS_TYPES_H
  337. | # include <sys/types.h>
  338. | #endif
  339. | #ifdef HAVE_SYS_STAT_H
  340. | # include <sys/stat.h>
  341. | #endif
  342. | #ifdef STDC_HEADERS
  343. | # include <stdlib.h>
  344. | # include <stddef.h>
  345. | #else
  346. | # ifdef HAVE_STDLIB_H
  347. | # include <stdlib.h>
  348. | # endif
  349. | #endif
  350. | #ifdef HAVE_STRING_H
  351. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  352. | # include <memory.h>
  353. | # endif
  354. | # include <string.h>
  355. | #endif
  356. | #ifdef HAVE_STRINGS_H
  357. | # include <strings.h>
  358. | #endif
  359. | #ifdef HAVE_INTTYPES_H
  360. | # include <inttypes.h>
  361. | #endif
  362. | #ifdef HAVE_STDINT_H
  363. | # include <stdint.h>
  364. | #endif
  365. | #ifdef HAVE_UNISTD_H
  366. | # include <unistd.h>
  367. | #endif
  368. | #include <features.h>
  369. configure:6216: result: no
  370. configure:6216: checking features.h presence
  371. configure:6216: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  372. conftest.c:27:10: fatal error: 'features.h' file not found
  373. #include <features.h>
  374. ^
  375. 1 error generated.
  376. configure:6216: $? = 1
  377. configure: failed program was:
  378. | /* confdefs.h */
  379. | #define PACKAGE_NAME "Valgrind"
  380. | #define PACKAGE_TARNAME "valgrind"
  381. | #define PACKAGE_VERSION "3.7.0"
  382. | #define PACKAGE_STRING "Valgrind 3.7.0"
  383. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  384. | #define PACKAGE_URL ""
  385. | #define PACKAGE "valgrind"
  386. | #define VERSION "3.7.0"
  387. | #define GDB_PATH "/usr/bin/gdb"
  388. | #define DARWIN_10_5 100500
  389. | #define DARWIN_10_6 100600
  390. | #define DARWIN_10_7 100700
  391. | #define DARWIN_VERS DARWIN_10_7
  392. | #define VG_TMPDIR "/tmp"
  393. | #define STDC_HEADERS 1
  394. | #define HAVE_SYS_TYPES_H 1
  395. | #define HAVE_SYS_STAT_H 1
  396. | #define HAVE_STDLIB_H 1
  397. | #define HAVE_STRING_H 1
  398. | #define HAVE_MEMORY_H 1
  399. | #define HAVE_STRINGS_H 1
  400. | #define HAVE_INTTYPES_H 1
  401. | #define HAVE_STDINT_H 1
  402. | #define HAVE_UNISTD_H 1
  403. | /* end confdefs.h. */
  404. | #include <features.h>
  405. configure:6216: result: no
  406. configure:6216: checking for features.h
  407. configure:6216: result: no
  408. configure:6268: checking the GLIBC_VERSION version
  409. configure:6406: result: Darwin
  410. configure:6518: checking for CLOCK_MONOTONIC
  411. configure:6538: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  412. conftest.c:36:17: error: use of undeclared identifier 'CLOCK_MONOTONIC'
  413. clock_gettime(CLOCK_MONOTONIC, &t);
  414. ^
  415. 1 error generated.
  416. configure:6538: $? = 1
  417. configure: failed program was:
  418. | /* confdefs.h */
  419. | #define PACKAGE_NAME "Valgrind"
  420. | #define PACKAGE_TARNAME "valgrind"
  421. | #define PACKAGE_VERSION "3.7.0"
  422. | #define PACKAGE_STRING "Valgrind 3.7.0"
  423. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  424. | #define PACKAGE_URL ""
  425. | #define PACKAGE "valgrind"
  426. | #define VERSION "3.7.0"
  427. | #define GDB_PATH "/usr/bin/gdb"
  428. | #define DARWIN_10_5 100500
  429. | #define DARWIN_10_6 100600
  430. | #define DARWIN_10_7 100700
  431. | #define DARWIN_VERS DARWIN_10_7
  432. | #define VG_TMPDIR "/tmp"
  433. | #define STDC_HEADERS 1
  434. | #define HAVE_SYS_TYPES_H 1
  435. | #define HAVE_SYS_STAT_H 1
  436. | #define HAVE_STDLIB_H 1
  437. | #define HAVE_STRING_H 1
  438. | #define HAVE_MEMORY_H 1
  439. | #define HAVE_STRINGS_H 1
  440. | #define HAVE_INTTYPES_H 1
  441. | #define HAVE_STDINT_H 1
  442. | #define HAVE_UNISTD_H 1
  443. | #define DARWIN_LIBC 1
  444. | /* end confdefs.h. */
  445. |
  446. | #include <time.h>
  447. |
  448. | int
  449. | main ()
  450. | {
  451. |
  452. | struct timespec t;
  453. | clock_gettime(CLOCK_MONOTONIC, &t);
  454. | return 0;
  455. |
  456. | ;
  457. | return 0;
  458. | }
  459. configure:6548: result: no
  460. configure:6557: checking for pthread_rwlock_t
  461. configure:6576: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  462. configure:6576: $? = 0
  463. configure:6578: result: yes
  464. configure:6595: checking for PTHREAD_MUTEX_ADAPTIVE_NP
  465. configure:6614: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  466. conftest.c:37:11: error: use of undeclared identifier 'PTHREAD_MUTEX_ADAPTIVE_NP'
  467. return (PTHREAD_MUTEX_ADAPTIVE_NP);
  468. ^
  469. 1 error generated.
  470. configure:6614: $? = 1
  471. configure: failed program was:
  472. | /* confdefs.h */
  473. | #define PACKAGE_NAME "Valgrind"
  474. | #define PACKAGE_TARNAME "valgrind"
  475. | #define PACKAGE_VERSION "3.7.0"
  476. | #define PACKAGE_STRING "Valgrind 3.7.0"
  477. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  478. | #define PACKAGE_URL ""
  479. | #define PACKAGE "valgrind"
  480. | #define VERSION "3.7.0"
  481. | #define GDB_PATH "/usr/bin/gdb"
  482. | #define DARWIN_10_5 100500
  483. | #define DARWIN_10_6 100600
  484. | #define DARWIN_10_7 100700
  485. | #define DARWIN_VERS DARWIN_10_7
  486. | #define VG_TMPDIR "/tmp"
  487. | #define STDC_HEADERS 1
  488. | #define HAVE_SYS_TYPES_H 1
  489. | #define HAVE_SYS_STAT_H 1
  490. | #define HAVE_STDLIB_H 1
  491. | #define HAVE_STRING_H 1
  492. | #define HAVE_MEMORY_H 1
  493. | #define HAVE_STRINGS_H 1
  494. | #define HAVE_INTTYPES_H 1
  495. | #define HAVE_STDINT_H 1
  496. | #define HAVE_UNISTD_H 1
  497. | #define DARWIN_LIBC 1
  498. | #define HAVE_PTHREAD_RWLOCK_T 1
  499. | /* end confdefs.h. */
  500. |
  501. | #define _GNU_SOURCE
  502. | #include <pthread.h>
  503. |
  504. | int
  505. | main ()
  506. | {
  507. |
  508. | return (PTHREAD_MUTEX_ADAPTIVE_NP);
  509. |
  510. | ;
  511. | return 0;
  512. | }
  513. configure:6624: result: no
  514. configure:6633: checking for PTHREAD_MUTEX_ERRORCHECK_NP
  515. configure:6652: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  516. conftest.c:37:11: error: use of undeclared identifier 'PTHREAD_MUTEX_ERRORCHECK_NP'
  517. return (PTHREAD_MUTEX_ERRORCHECK_NP);
  518. ^
  519. 1 error generated.
  520. configure:6652: $? = 1
  521. configure: failed program was:
  522. | /* confdefs.h */
  523. | #define PACKAGE_NAME "Valgrind"
  524. | #define PACKAGE_TARNAME "valgrind"
  525. | #define PACKAGE_VERSION "3.7.0"
  526. | #define PACKAGE_STRING "Valgrind 3.7.0"
  527. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  528. | #define PACKAGE_URL ""
  529. | #define PACKAGE "valgrind"
  530. | #define VERSION "3.7.0"
  531. | #define GDB_PATH "/usr/bin/gdb"
  532. | #define DARWIN_10_5 100500
  533. | #define DARWIN_10_6 100600
  534. | #define DARWIN_10_7 100700
  535. | #define DARWIN_VERS DARWIN_10_7
  536. | #define VG_TMPDIR "/tmp"
  537. | #define STDC_HEADERS 1
  538. | #define HAVE_SYS_TYPES_H 1
  539. | #define HAVE_SYS_STAT_H 1
  540. | #define HAVE_STDLIB_H 1
  541. | #define HAVE_STRING_H 1
  542. | #define HAVE_MEMORY_H 1
  543. | #define HAVE_STRINGS_H 1
  544. | #define HAVE_INTTYPES_H 1
  545. | #define HAVE_STDINT_H 1
  546. | #define HAVE_UNISTD_H 1
  547. | #define DARWIN_LIBC 1
  548. | #define HAVE_PTHREAD_RWLOCK_T 1
  549. | /* end confdefs.h. */
  550. |
  551. | #define _GNU_SOURCE
  552. | #include <pthread.h>
  553. |
  554. | int
  555. | main ()
  556. | {
  557. |
  558. | return (PTHREAD_MUTEX_ERRORCHECK_NP);
  559. |
  560. | ;
  561. | return 0;
  562. | }
  563. configure:6662: result: no
  564. configure:6671: checking for PTHREAD_MUTEX_RECURSIVE_NP
  565. configure:6690: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  566. conftest.c:37:11: error: use of undeclared identifier 'PTHREAD_MUTEX_RECURSIVE_NP'
  567. return (PTHREAD_MUTEX_RECURSIVE_NP);
  568. ^
  569. 1 error generated.
  570. configure:6690: $? = 1
  571. configure: failed program was:
  572. | /* confdefs.h */
  573. | #define PACKAGE_NAME "Valgrind"
  574. | #define PACKAGE_TARNAME "valgrind"
  575. | #define PACKAGE_VERSION "3.7.0"
  576. | #define PACKAGE_STRING "Valgrind 3.7.0"
  577. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  578. | #define PACKAGE_URL ""
  579. | #define PACKAGE "valgrind"
  580. | #define VERSION "3.7.0"
  581. | #define GDB_PATH "/usr/bin/gdb"
  582. | #define DARWIN_10_5 100500
  583. | #define DARWIN_10_6 100600
  584. | #define DARWIN_10_7 100700
  585. | #define DARWIN_VERS DARWIN_10_7
  586. | #define VG_TMPDIR "/tmp"
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_SYS_TYPES_H 1
  589. | #define HAVE_SYS_STAT_H 1
  590. | #define HAVE_STDLIB_H 1
  591. | #define HAVE_STRING_H 1
  592. | #define HAVE_MEMORY_H 1
  593. | #define HAVE_STRINGS_H 1
  594. | #define HAVE_INTTYPES_H 1
  595. | #define HAVE_STDINT_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define DARWIN_LIBC 1
  598. | #define HAVE_PTHREAD_RWLOCK_T 1
  599. | /* end confdefs.h. */
  600. |
  601. | #define _GNU_SOURCE
  602. | #include <pthread.h>
  603. |
  604. | int
  605. | main ()
  606. | {
  607. |
  608. | return (PTHREAD_MUTEX_RECURSIVE_NP);
  609. |
  610. | ;
  611. | return 0;
  612. | }
  613. configure:6700: result: no
  614. configure:6709: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
  615. configure:6729: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  616. conftest.c:37:23: error: use of undeclared identifier 'PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
  617. pthread_mutex_t m = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
  618. ^
  619. 1 error generated.
  620. configure:6729: $? = 1
  621. configure: failed program was:
  622. | /* confdefs.h */
  623. | #define PACKAGE_NAME "Valgrind"
  624. | #define PACKAGE_TARNAME "valgrind"
  625. | #define PACKAGE_VERSION "3.7.0"
  626. | #define PACKAGE_STRING "Valgrind 3.7.0"
  627. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  628. | #define PACKAGE_URL ""
  629. | #define PACKAGE "valgrind"
  630. | #define VERSION "3.7.0"
  631. | #define GDB_PATH "/usr/bin/gdb"
  632. | #define DARWIN_10_5 100500
  633. | #define DARWIN_10_6 100600
  634. | #define DARWIN_10_7 100700
  635. | #define DARWIN_VERS DARWIN_10_7
  636. | #define VG_TMPDIR "/tmp"
  637. | #define STDC_HEADERS 1
  638. | #define HAVE_SYS_TYPES_H 1
  639. | #define HAVE_SYS_STAT_H 1
  640. | #define HAVE_STDLIB_H 1
  641. | #define HAVE_STRING_H 1
  642. | #define HAVE_MEMORY_H 1
  643. | #define HAVE_STRINGS_H 1
  644. | #define HAVE_INTTYPES_H 1
  645. | #define HAVE_STDINT_H 1
  646. | #define HAVE_UNISTD_H 1
  647. | #define DARWIN_LIBC 1
  648. | #define HAVE_PTHREAD_RWLOCK_T 1
  649. | /* end confdefs.h. */
  650. |
  651. | #define _GNU_SOURCE
  652. | #include <pthread.h>
  653. |
  654. | int
  655. | main ()
  656. | {
  657. |
  658. | pthread_mutex_t m = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
  659. | return 0;
  660. |
  661. | ;
  662. | return 0;
  663. | }
  664. configure:6739: result: no
  665. configure:6748: checking for pthread_mutex_t.__m_kind
  666. configure:6748: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  667. conftest.c:35:13: error: no member named '__m_kind' in 'struct _opaque_pthread_mutex_t'
  668. if (ac_aggr.__m_kind)
  669. ~~~~~~~ ^
  670. 1 error generated.
  671. configure:6748: $? = 1
  672. configure: failed program was:
  673. | /* confdefs.h */
  674. | #define PACKAGE_NAME "Valgrind"
  675. | #define PACKAGE_TARNAME "valgrind"
  676. | #define PACKAGE_VERSION "3.7.0"
  677. | #define PACKAGE_STRING "Valgrind 3.7.0"
  678. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  679. | #define PACKAGE_URL ""
  680. | #define PACKAGE "valgrind"
  681. | #define VERSION "3.7.0"
  682. | #define GDB_PATH "/usr/bin/gdb"
  683. | #define DARWIN_10_5 100500
  684. | #define DARWIN_10_6 100600
  685. | #define DARWIN_10_7 100700
  686. | #define DARWIN_VERS DARWIN_10_7
  687. | #define VG_TMPDIR "/tmp"
  688. | #define STDC_HEADERS 1
  689. | #define HAVE_SYS_TYPES_H 1
  690. | #define HAVE_SYS_STAT_H 1
  691. | #define HAVE_STDLIB_H 1
  692. | #define HAVE_STRING_H 1
  693. | #define HAVE_MEMORY_H 1
  694. | #define HAVE_STRINGS_H 1
  695. | #define HAVE_INTTYPES_H 1
  696. | #define HAVE_STDINT_H 1
  697. | #define HAVE_UNISTD_H 1
  698. | #define DARWIN_LIBC 1
  699. | #define HAVE_PTHREAD_RWLOCK_T 1
  700. | /* end confdefs.h. */
  701. | #include <pthread.h>
  702. |
  703. | int
  704. | main ()
  705. | {
  706. | static pthread_mutex_t ac_aggr;
  707. | if (ac_aggr.__m_kind)
  708. | return 0;
  709. | ;
  710. | return 0;
  711. | }
  712. configure:6748: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  713. conftest.c:35:20: error: no member named '__m_kind' in 'struct _opaque_pthread_mutex_t'
  714. if (sizeof ac_aggr.__m_kind)
  715. ~~~~~~~ ^
  716. 1 error generated.
  717. configure:6748: $? = 1
  718. configure: failed program was:
  719. | /* confdefs.h */
  720. | #define PACKAGE_NAME "Valgrind"
  721. | #define PACKAGE_TARNAME "valgrind"
  722. | #define PACKAGE_VERSION "3.7.0"
  723. | #define PACKAGE_STRING "Valgrind 3.7.0"
  724. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  725. | #define PACKAGE_URL ""
  726. | #define PACKAGE "valgrind"
  727. | #define VERSION "3.7.0"
  728. | #define GDB_PATH "/usr/bin/gdb"
  729. | #define DARWIN_10_5 100500
  730. | #define DARWIN_10_6 100600
  731. | #define DARWIN_10_7 100700
  732. | #define DARWIN_VERS DARWIN_10_7
  733. | #define VG_TMPDIR "/tmp"
  734. | #define STDC_HEADERS 1
  735. | #define HAVE_SYS_TYPES_H 1
  736. | #define HAVE_SYS_STAT_H 1
  737. | #define HAVE_STDLIB_H 1
  738. | #define HAVE_STRING_H 1
  739. | #define HAVE_MEMORY_H 1
  740. | #define HAVE_STRINGS_H 1
  741. | #define HAVE_INTTYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | #define DARWIN_LIBC 1
  745. | #define HAVE_PTHREAD_RWLOCK_T 1
  746. | /* end confdefs.h. */
  747. | #include <pthread.h>
  748. |
  749. | int
  750. | main ()
  751. | {
  752. | static pthread_mutex_t ac_aggr;
  753. | if (sizeof ac_aggr.__m_kind)
  754. | return 0;
  755. | ;
  756. | return 0;
  757. | }
  758. configure:6748: result: no
  759. configure:6761: checking for pthread_mutex_t.__data.__kind
  760. configure:6761: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  761. conftest.c:35:13: error: no member named '__data' in 'struct _opaque_pthread_mutex_t'
  762. if (ac_aggr.__data.__kind)
  763. ~~~~~~~ ^
  764. 1 error generated.
  765. configure:6761: $? = 1
  766. configure: failed program was:
  767. | /* confdefs.h */
  768. | #define PACKAGE_NAME "Valgrind"
  769. | #define PACKAGE_TARNAME "valgrind"
  770. | #define PACKAGE_VERSION "3.7.0"
  771. | #define PACKAGE_STRING "Valgrind 3.7.0"
  772. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  773. | #define PACKAGE_URL ""
  774. | #define PACKAGE "valgrind"
  775. | #define VERSION "3.7.0"
  776. | #define GDB_PATH "/usr/bin/gdb"
  777. | #define DARWIN_10_5 100500
  778. | #define DARWIN_10_6 100600
  779. | #define DARWIN_10_7 100700
  780. | #define DARWIN_VERS DARWIN_10_7
  781. | #define VG_TMPDIR "/tmp"
  782. | #define STDC_HEADERS 1
  783. | #define HAVE_SYS_TYPES_H 1
  784. | #define HAVE_SYS_STAT_H 1
  785. | #define HAVE_STDLIB_H 1
  786. | #define HAVE_STRING_H 1
  787. | #define HAVE_MEMORY_H 1
  788. | #define HAVE_STRINGS_H 1
  789. | #define HAVE_INTTYPES_H 1
  790. | #define HAVE_STDINT_H 1
  791. | #define HAVE_UNISTD_H 1
  792. | #define DARWIN_LIBC 1
  793. | #define HAVE_PTHREAD_RWLOCK_T 1
  794. | /* end confdefs.h. */
  795. | #include <pthread.h>
  796. |
  797. | int
  798. | main ()
  799. | {
  800. | static pthread_mutex_t ac_aggr;
  801. | if (ac_aggr.__data.__kind)
  802. | return 0;
  803. | ;
  804. | return 0;
  805. | }
  806. configure:6761: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5
  807. conftest.c:35:20: error: no member named '__data' in 'struct _opaque_pthread_mutex_t'
  808. if (sizeof ac_aggr.__data.__kind)
  809. ~~~~~~~ ^
  810. 1 error generated.
  811. configure:6761: $? = 1
  812. configure: failed program was:
  813. | /* confdefs.h */
  814. | #define PACKAGE_NAME "Valgrind"
  815. | #define PACKAGE_TARNAME "valgrind"
  816. | #define PACKAGE_VERSION "3.7.0"
  817. | #define PACKAGE_STRING "Valgrind 3.7.0"
  818. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  819. | #define PACKAGE_URL ""
  820. | #define PACKAGE "valgrind"
  821. | #define VERSION "3.7.0"
  822. | #define GDB_PATH "/usr/bin/gdb"
  823. | #define DARWIN_10_5 100500
  824. | #define DARWIN_10_6 100600
  825. | #define DARWIN_10_7 100700
  826. | #define DARWIN_VERS DARWIN_10_7
  827. | #define VG_TMPDIR "/tmp"
  828. | #define STDC_HEADERS 1
  829. | #define HAVE_SYS_TYPES_H 1
  830. | #define HAVE_SYS_STAT_H 1
  831. | #define HAVE_STDLIB_H 1
  832. | #define HAVE_STRING_H 1
  833. | #define HAVE_MEMORY_H 1
  834. | #define HAVE_STRINGS_H 1
  835. | #define HAVE_INTTYPES_H 1
  836. | #define HAVE_STDINT_H 1
  837. | #define HAVE_UNISTD_H 1
  838. | #define DARWIN_LIBC 1
  839. | #define HAVE_PTHREAD_RWLOCK_T 1
  840. | /* end confdefs.h. */
  841. | #include <pthread.h>
  842. |
  843. | int
  844. | main ()
  845. | {
  846. | static pthread_mutex_t ac_aggr;
  847. | if (sizeof ac_aggr.__data.__kind)
  848. | return 0;
  849. | ;
  850. | return 0;
  851. | }
  852. configure:6761: result: no
  853. configure:6775: checking for Altivec
  854. configure:6796: /usr/bin/clang -c -maltivec -isystem /usr/local/include conftest.c >&5
  855. clang: warning: argument unused during compilation: '-maltivec'
  856. In file included from conftest.c:30:
  857. /usr/bin/../lib/clang/3.1/include/altivec.h:27:2: error: #error "AltiVec support not enabled"
  858. #error "AltiVec support not enabled"
  859. ^
  860. /usr/bin/../lib/clang/3.1/include/altivec.h:39:8: error: unknown type name 'vector'
  861. static vector signed char __ATTRS_o_ai
  862. ^
  863. /usr/bin/../lib/clang/3.1/include/altivec.h:39:15: error: expected identifier or '('
  864. static vector signed char __ATTRS_o_ai
  865. ^
  866. /usr/bin/../lib/clang/3.1/include/altivec.h:42:8: error: unknown type name 'vector'
  867. static vector unsigned char __ATTRS_o_ai
  868. ^
  869. /usr/bin/../lib/clang/3.1/include/altivec.h:42:15: error: expected identifier or '('
  870. static vector unsigned char __ATTRS_o_ai
  871. ^
  872. /usr/bin/../lib/clang/3.1/include/altivec.h:47:8: error: unknown type name 'vector'
  873. static vector bool char __ATTRS_o_ai
  874. ^
  875. /usr/bin/../lib/clang/3.1/include/altivec.h:47:19: error: expected ';' after top level declarator
  876. static vector bool char __ATTRS_o_ai
  877. ^
  878. ;
  879. /usr/bin/../lib/clang/3.1/include/altivec.h:48:10: error: unknown type name 'vector'
  880. vec_perm(vector bool char a, vector bool char b, vector unsigned char c);
  881. ^
  882. /usr/bin/../lib/clang/3.1/include/altivec.h:48:22: error: expected ')'
  883. vec_perm(vector bool char a, vector bool char b, vector unsigned char c);
  884. ^
  885. /usr/bin/../lib/clang/3.1/include/altivec.h:48:9: note: to match this '('
  886. vec_perm(vector bool char a, vector bool char b, vector unsigned char c);
  887. ^
  888. /usr/bin/../lib/clang/3.1/include/altivec.h:50:8: error: unknown type name 'vector'
  889. static vector short __ATTRS_o_ai
  890. ^
  891. /usr/bin/../lib/clang/3.1/include/altivec.h:50:15: error: expected identifier or '('
  892. static vector short __ATTRS_o_ai
  893. ^
  894. /usr/bin/../lib/clang/3.1/include/altivec.h:53:8: error: unknown type name 'vector'
  895. static vector unsigned short __ATTRS_o_ai
  896. ^
  897. /usr/bin/../lib/clang/3.1/include/altivec.h:53:15: error: expected identifier or '('
  898. static vector unsigned short __ATTRS_o_ai
  899. ^
  900. /usr/bin/../lib/clang/3.1/include/altivec.h:58:8: error: unknown type name 'vector'
  901. static vector bool short __ATTRS_o_ai
  902. ^
  903. /usr/bin/../lib/clang/3.1/include/altivec.h:58:19: error: expected ';' after top level declarator
  904. static vector bool short __ATTRS_o_ai
  905. ^
  906. ;
  907. /usr/bin/../lib/clang/3.1/include/altivec.h:59:10: error: unknown type name 'vector'
  908. vec_perm(vector bool short a, vector bool short b, vector unsigned char c);
  909. ^
  910. /usr/bin/../lib/clang/3.1/include/altivec.h:59:22: error: expected ')'
  911. vec_perm(vector bool short a, vector bool short b, vector unsigned char c);
  912. ^
  913. /usr/bin/../lib/clang/3.1/include/altivec.h:59:9: note: to match this '('
  914. vec_perm(vector bool short a, vector bool short b, vector unsigned char c);
  915. ^
  916. /usr/bin/../lib/clang/3.1/include/altivec.h:61:8: error: unknown type name 'vector'
  917. static vector pixel __ATTRS_o_ai
  918. ^
  919. /usr/bin/../lib/clang/3.1/include/altivec.h:61:21: error: 'overloadable' attribute can only be applied to a function
  920. static vector pixel __ATTRS_o_ai
  921. ^
  922. /usr/bin/../lib/clang/3.1/include/altivec.h:37:37: note: expanded from macro '__ATTRS_o_ai'
  923. #define __ATTRS_o_ai __attribute__((__overloadable__, __always_inline__))
  924. ^
  925. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  926. 20 errors generated.
  927. configure:6796: $? = 1
  928. configure: failed program was:
  929. | /* confdefs.h */
  930. | #define PACKAGE_NAME "Valgrind"
  931. | #define PACKAGE_TARNAME "valgrind"
  932. | #define PACKAGE_VERSION "3.7.0"
  933. | #define PACKAGE_STRING "Valgrind 3.7.0"
  934. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  935. | #define PACKAGE_URL ""
  936. | #define PACKAGE "valgrind"
  937. | #define VERSION "3.7.0"
  938. | #define GDB_PATH "/usr/bin/gdb"
  939. | #define DARWIN_10_5 100500
  940. | #define DARWIN_10_6 100600
  941. | #define DARWIN_10_7 100700
  942. | #define DARWIN_VERS DARWIN_10_7
  943. | #define VG_TMPDIR "/tmp"
  944. | #define STDC_HEADERS 1
  945. | #define HAVE_SYS_TYPES_H 1
  946. | #define HAVE_SYS_STAT_H 1
  947. | #define HAVE_STDLIB_H 1
  948. | #define HAVE_STRING_H 1
  949. | #define HAVE_MEMORY_H 1
  950. | #define HAVE_STRINGS_H 1
  951. | #define HAVE_INTTYPES_H 1
  952. | #define HAVE_STDINT_H 1
  953. | #define HAVE_UNISTD_H 1
  954. | #define DARWIN_LIBC 1
  955. | #define HAVE_PTHREAD_RWLOCK_T 1
  956. | /* end confdefs.h. */
  957. |
  958. | #include <altivec.h>
  959. |
  960. | int
  961. | main ()
  962. | {
  963. |
  964. | vector unsigned int v;
  965. |
  966. | ;
  967. | return 0;
  968. | }
  969. configure:6808: result: no
  970. configure:6833: checking for VSX
  971. configure:6855: /usr/bin/clang -c -mvsx -isystem /usr/local/include conftest.c >&5
  972. clang: warning: argument unused during compilation: '-mvsx'
  973. In file included from conftest.c:30:
  974. /usr/bin/../lib/clang/3.1/include/altivec.h:27:2: error: #error "AltiVec support not enabled"
  975. #error "AltiVec support not enabled"
  976. ^
  977. /usr/bin/../lib/clang/3.1/include/altivec.h:39:8: error: unknown type name 'vector'
  978. static vector signed char __ATTRS_o_ai
  979. ^
  980. /usr/bin/../lib/clang/3.1/include/altivec.h:39:15: error: expected identifier or '('
  981. static vector signed char __ATTRS_o_ai
  982. ^
  983. /usr/bin/../lib/clang/3.1/include/altivec.h:42:8: error: unknown type name 'vector'
  984. static vector unsigned char __ATTRS_o_ai
  985. ^
  986. /usr/bin/../lib/clang/3.1/include/altivec.h:42:15: error: expected identifier or '('
  987. static vector unsigned char __ATTRS_o_ai
  988. ^
  989. /usr/bin/../lib/clang/3.1/include/altivec.h:47:8: error: unknown type name 'vector'
  990. static vector bool char __ATTRS_o_ai
  991. ^
  992. /usr/bin/../lib/clang/3.1/include/altivec.h:47:19: error: expected ';' after top level declarator
  993. static vector bool char __ATTRS_o_ai
  994. ^
  995. ;
  996. /usr/bin/../lib/clang/3.1/include/altivec.h:48:10: error: unknown type name 'vector'
  997. vec_perm(vector bool char a, vector bool char b, vector unsigned char c);
  998. ^
  999. /usr/bin/../lib/clang/3.1/include/altivec.h:48:22: error: expected ')'
  1000. vec_perm(vector bool char a, vector bool char b, vector unsigned char c);
  1001. ^
  1002. /usr/bin/../lib/clang/3.1/include/altivec.h:48:9: note: to match this '('
  1003. vec_perm(vector bool char a, vector bool char b, vector unsigned char c);
  1004. ^
  1005. /usr/bin/../lib/clang/3.1/include/altivec.h:50:8: error: unknown type name 'vector'
  1006. static vector short __ATTRS_o_ai
  1007. ^
  1008. /usr/bin/../lib/clang/3.1/include/altivec.h:50:15: error: expected identifier or '('
  1009. static vector short __ATTRS_o_ai
  1010. ^
  1011. /usr/bin/../lib/clang/3.1/include/altivec.h:53:8: error: unknown type name 'vector'
  1012. static vector unsigned short __ATTRS_o_ai
  1013. ^
  1014. /usr/bin/../lib/clang/3.1/include/altivec.h:53:15: error: expected identifier or '('
  1015. static vector unsigned short __ATTRS_o_ai
  1016. ^
  1017. /usr/bin/../lib/clang/3.1/include/altivec.h:58:8: error: unknown type name 'vector'
  1018. static vector bool short __ATTRS_o_ai
  1019. ^
  1020. /usr/bin/../lib/clang/3.1/include/altivec.h:58:19: error: expected ';' after top level declarator
  1021. static vector bool short __ATTRS_o_ai
  1022. ^
  1023. ;
  1024. /usr/bin/../lib/clang/3.1/include/altivec.h:59:10: error: unknown type name 'vector'
  1025. vec_perm(vector bool short a, vector bool short b, vector unsigned char c);
  1026. ^
  1027. /usr/bin/../lib/clang/3.1/include/altivec.h:59:22: error: expected ')'
  1028. vec_perm(vector bool short a, vector bool short b, vector unsigned char c);
  1029. ^
  1030. /usr/bin/../lib/clang/3.1/include/altivec.h:59:9: note: to match this '('
  1031. vec_perm(vector bool short a, vector bool short b, vector unsigned char c);
  1032. ^
  1033. /usr/bin/../lib/clang/3.1/include/altivec.h:61:8: error: unknown type name 'vector'
  1034. static vector pixel __ATTRS_o_ai
  1035. ^
  1036. /usr/bin/../lib/clang/3.1/include/altivec.h:61:21: error: 'overloadable' attribute can only be applied to a function
  1037. static vector pixel __ATTRS_o_ai
  1038. ^
  1039. /usr/bin/../lib/clang/3.1/include/altivec.h:37:37: note: expanded from macro '__ATTRS_o_ai'
  1040. #define __ATTRS_o_ai __attribute__((__overloadable__, __always_inline__))
  1041. ^
  1042. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1043. 20 errors generated.
  1044. configure:6855: $? = 1
  1045. configure: failed program was:
  1046. | /* confdefs.h */
  1047. | #define PACKAGE_NAME "Valgrind"
  1048. | #define PACKAGE_TARNAME "valgrind"
  1049. | #define PACKAGE_VERSION "3.7.0"
  1050. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1051. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1052. | #define PACKAGE_URL ""
  1053. | #define PACKAGE "valgrind"
  1054. | #define VERSION "3.7.0"
  1055. | #define GDB_PATH "/usr/bin/gdb"
  1056. | #define DARWIN_10_5 100500
  1057. | #define DARWIN_10_6 100600
  1058. | #define DARWIN_10_7 100700
  1059. | #define DARWIN_VERS DARWIN_10_7
  1060. | #define VG_TMPDIR "/tmp"
  1061. | #define STDC_HEADERS 1
  1062. | #define HAVE_SYS_TYPES_H 1
  1063. | #define HAVE_SYS_STAT_H 1
  1064. | #define HAVE_STDLIB_H 1
  1065. | #define HAVE_STRING_H 1
  1066. | #define HAVE_MEMORY_H 1
  1067. | #define HAVE_STRINGS_H 1
  1068. | #define HAVE_INTTYPES_H 1
  1069. | #define HAVE_STDINT_H 1
  1070. | #define HAVE_UNISTD_H 1
  1071. | #define DARWIN_LIBC 1
  1072. | #define HAVE_PTHREAD_RWLOCK_T 1
  1073. | /* end confdefs.h. */
  1074. |
  1075. | #include <altivec.h>
  1076. |
  1077. | int
  1078. | main ()
  1079. | {
  1080. |
  1081. | vector unsigned int v;
  1082. | __asm__ __volatile__("xsmaddadp 32, 32, 33" ::: "memory","cc");
  1083. |
  1084. | ;
  1085. | return 0;
  1086. | }
  1087. configure:6864: result: no
  1088. configure:6882: checking for pthread_create@GLIBC2.0()
  1089. configure:6913: /usr/bin/clang -o conftest -lpthread -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  1090. <inline asm>:1:1: error: ignoring directive for now
  1091. .symver pthread_create_glibc_2_0, pthread_create@GLIBC_2.0
  1092. ^
  1093. 1 error generated.
  1094. configure:6913: $? = 1
  1095. configure: failed program was:
  1096. | /* confdefs.h */
  1097. | #define PACKAGE_NAME "Valgrind"
  1098. | #define PACKAGE_TARNAME "valgrind"
  1099. | #define PACKAGE_VERSION "3.7.0"
  1100. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1101. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1102. | #define PACKAGE_URL ""
  1103. | #define PACKAGE "valgrind"
  1104. | #define VERSION "3.7.0"
  1105. | #define GDB_PATH "/usr/bin/gdb"
  1106. | #define DARWIN_10_5 100500
  1107. | #define DARWIN_10_6 100600
  1108. | #define DARWIN_10_7 100700
  1109. | #define DARWIN_VERS DARWIN_10_7
  1110. | #define VG_TMPDIR "/tmp"
  1111. | #define STDC_HEADERS 1
  1112. | #define HAVE_SYS_TYPES_H 1
  1113. | #define HAVE_SYS_STAT_H 1
  1114. | #define HAVE_STDLIB_H 1
  1115. | #define HAVE_STRING_H 1
  1116. | #define HAVE_MEMORY_H 1
  1117. | #define HAVE_STRINGS_H 1
  1118. | #define HAVE_INTTYPES_H 1
  1119. | #define HAVE_STDINT_H 1
  1120. | #define HAVE_UNISTD_H 1
  1121. | #define DARWIN_LIBC 1
  1122. | #define HAVE_PTHREAD_RWLOCK_T 1
  1123. | /* end confdefs.h. */
  1124. |
  1125. | extern int pthread_create_glibc_2_0(void*, const void*,
  1126. | void *(*)(void*), void*);
  1127. | __asm__(".symver pthread_create_glibc_2_0, pthread_create@GLIBC_2.0");
  1128. |
  1129. | int
  1130. | main ()
  1131. | {
  1132. |
  1133. | #ifdef __powerpc__
  1134. | /*
  1135. | * Apparently on PowerPC linking this program succeeds and generates an
  1136. | * executable with the undefined symbol pthread_create@GLIBC_2.0.
  1137. | */
  1138. | #error This test does not work properly on PowerPC.
  1139. | #else
  1140. | pthread_create_glibc_2_0(0, 0, 0, 0);
  1141. | #endif
  1142. | return 0;
  1143. |
  1144. | ;
  1145. | return 0;
  1146. | }
  1147. configure:6925: result: no
  1148. configure:6944: checking for eventfd()
  1149. configure:6967: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  1150. conftest.c:30:10: fatal error: 'sys/eventfd.h' file not found
  1151. #include <sys/eventfd.h>
  1152. ^
  1153. 1 error generated.
  1154. configure:6967: $? = 1
  1155. configure: failed program was:
  1156. | /* confdefs.h */
  1157. | #define PACKAGE_NAME "Valgrind"
  1158. | #define PACKAGE_TARNAME "valgrind"
  1159. | #define PACKAGE_VERSION "3.7.0"
  1160. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1161. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1162. | #define PACKAGE_URL ""
  1163. | #define PACKAGE "valgrind"
  1164. | #define VERSION "3.7.0"
  1165. | #define GDB_PATH "/usr/bin/gdb"
  1166. | #define DARWIN_10_5 100500
  1167. | #define DARWIN_10_6 100600
  1168. | #define DARWIN_10_7 100700
  1169. | #define DARWIN_VERS DARWIN_10_7
  1170. | #define VG_TMPDIR "/tmp"
  1171. | #define STDC_HEADERS 1
  1172. | #define HAVE_SYS_TYPES_H 1
  1173. | #define HAVE_SYS_STAT_H 1
  1174. | #define HAVE_STDLIB_H 1
  1175. | #define HAVE_STRING_H 1
  1176. | #define HAVE_MEMORY_H 1
  1177. | #define HAVE_STRINGS_H 1
  1178. | #define HAVE_INTTYPES_H 1
  1179. | #define HAVE_STDINT_H 1
  1180. | #define HAVE_UNISTD_H 1
  1181. | #define DARWIN_LIBC 1
  1182. | #define HAVE_PTHREAD_RWLOCK_T 1
  1183. | /* end confdefs.h. */
  1184. |
  1185. | #include <sys/eventfd.h>
  1186. |
  1187. | int
  1188. | main ()
  1189. | {
  1190. |
  1191. | eventfd_t ev;
  1192. | int fd;
  1193. |
  1194. | fd = eventfd(5, 0);
  1195. | eventfd_read(fd, &ev);
  1196. | return 0;
  1197. |
  1198. | ;
  1199. | return 0;
  1200. | }
  1201. configure:6980: result: no
  1202. configure:6993: checking if gcc accepts -m32
  1203. configure:7012: /usr/bin/clang -c -m32 -isystem /usr/local/include conftest.c >&5
  1204. configure:7012: $? = 0
  1205. configure:7015: result: yes
  1206. configure:7032: checking if gcc accepts -m64
  1207. configure:7051: /usr/bin/clang -c -m64 -isystem /usr/local/include conftest.c >&5
  1208. configure:7051: $? = 0
  1209. configure:7054: result: yes
  1210. configure:7071: checking if gcc accepts -mmmx
  1211. configure:7090: /usr/bin/clang -c -mmmx -isystem /usr/local/include conftest.c >&5
  1212. configure:7090: $? = 0
  1213. configure:7093: result: yes
  1214. configure:7110: checking if gcc accepts -msse
  1215. configure:7129: /usr/bin/clang -c -msse -isystem /usr/local/include conftest.c >&5
  1216. configure:7129: $? = 0
  1217. configure:7132: result: yes
  1218. configure:7149: checking if gcc accepts -mpreferred-stack-boundary
  1219. configure:7168: /usr/bin/clang -c -mpreferred-stack-boundary=2 -isystem /usr/local/include conftest.c >&5
  1220. clang: warning: argument unused during compilation: '-mpreferred-stack-boundary=2'
  1221. configure:7168: $? = 0
  1222. configure:7171: result: yes
  1223. configure:7188: checking if gcc accepts -Wno-pointer-sign
  1224. configure:7207: /usr/bin/clang -c -Wno-pointer-sign -isystem /usr/local/include conftest.c >&5
  1225. configure:7207: $? = 0
  1226. configure:7210: result: yes
  1227. configure:7230: checking if gcc accepts -Wno-empty-body
  1228. configure:7249: /usr/bin/clang -c -Wno-empty-body -isystem /usr/local/include conftest.c >&5
  1229. configure:7249: $? = 0
  1230. configure:7253: result: yes
  1231. configure:7269: checking if gcc accepts -Wno-format-zero-length
  1232. configure:7288: /usr/bin/clang -c -Wno-format-zero-length -isystem /usr/local/include conftest.c >&5
  1233. configure:7288: $? = 0
  1234. configure:7292: result: yes
  1235. configure:7308: checking if gcc accepts -Wno-nonnull
  1236. configure:7327: /usr/bin/clang -c -Wno-nonnull -isystem /usr/local/include conftest.c >&5
  1237. configure:7327: $? = 0
  1238. configure:7331: result: yes
  1239. configure:7347: checking if gcc accepts -Wno-overflow
  1240. configure:7366: /usr/bin/clang -c -Wno-overflow -isystem /usr/local/include conftest.c >&5
  1241. configure:7366: $? = 0
  1242. configure:7370: result: yes
  1243. configure:7386: checking if gcc accepts -Wno-uninitialized
  1244. configure:7405: /usr/bin/clang -c -Wno-uninitialized -isystem /usr/local/include conftest.c >&5
  1245. configure:7405: $? = 0
  1246. configure:7409: result: yes
  1247. configure:7425: checking if gcc accepts -Wextra or -W
  1248. configure:7444: /usr/bin/clang -c -Wextra -isystem /usr/local/include conftest.c >&5
  1249. configure:7444: $? = 0
  1250. configure:7448: result: -Wextra
  1251. configure:7489: checking if gcc accepts -fno-stack-protector
  1252. configure:7508: /usr/bin/clang -c -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1253. configure:7508: $? = 0
  1254. configure:7512: result: yes
  1255. configure:7535: checking if gcc accepts --param inline-unit-growth
  1256. configure:7554: /usr/bin/clang -c --param inline-unit-growth=900 -isystem /usr/local/include conftest.c >&5
  1257. clang: warning: argument unused during compilation: '--param inline-unit-growth=900'
  1258. configure:7554: $? = 0
  1259. configure:7558: result: yes
  1260. configure:7578: checking if the linker accepts -Wl,--build-id=none
  1261. configure:7595: /usr/bin/clang -o conftest -Wl,--build-id=none -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  1262. ld: unknown option: --build-id=none
  1263. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1264. configure:7595: $? = 1
  1265. configure: failed program was:
  1266. | /* confdefs.h */
  1267. | #define PACKAGE_NAME "Valgrind"
  1268. | #define PACKAGE_TARNAME "valgrind"
  1269. | #define PACKAGE_VERSION "3.7.0"
  1270. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1271. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1272. | #define PACKAGE_URL ""
  1273. | #define PACKAGE "valgrind"
  1274. | #define VERSION "3.7.0"
  1275. | #define GDB_PATH "/usr/bin/gdb"
  1276. | #define DARWIN_10_5 100500
  1277. | #define DARWIN_10_6 100600
  1278. | #define DARWIN_10_7 100700
  1279. | #define DARWIN_VERS DARWIN_10_7
  1280. | #define VG_TMPDIR "/tmp"
  1281. | #define STDC_HEADERS 1
  1282. | #define HAVE_SYS_TYPES_H 1
  1283. | #define HAVE_SYS_STAT_H 1
  1284. | #define HAVE_STDLIB_H 1
  1285. | #define HAVE_STRING_H 1
  1286. | #define HAVE_MEMORY_H 1
  1287. | #define HAVE_STRINGS_H 1
  1288. | #define HAVE_INTTYPES_H 1
  1289. | #define HAVE_STDINT_H 1
  1290. | #define HAVE_UNISTD_H 1
  1291. | #define DARWIN_LIBC 1
  1292. | #define HAVE_PTHREAD_RWLOCK_T 1
  1293. | /* end confdefs.h. */
  1294. |
  1295. | int
  1296. | main ()
  1297. | {
  1298. | return 0;
  1299. | ;
  1300. | return 0;
  1301. | }
  1302. configure:7606: result: no
  1303. configure:7616: checking if ppc32/64 as supports mtocrf/mfocrf
  1304. configure:7633: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1305. conftest.c:34:22: error: invalid instruction mnemonic 'mtocrf'
  1306. __asm__ __volatile__("mtocrf 4,0");
  1307. ^
  1308. <inline asm>:1:2: note: instantiated into assembly here
  1309. mtocrf 4,0
  1310. ^~~~~~
  1311. conftest.c:35:22: error: invalid instruction mnemonic 'mfocrf'
  1312. __asm__ __volatile__("mfocrf 0,4");
  1313. ^
  1314. <inline asm>:1:2: note: instantiated into assembly here
  1315. mfocrf 0,4
  1316. ^~~~~~
  1317. 2 errors generated.
  1318. configure:7633: $? = 1
  1319. configure: failed program was:
  1320. | /* confdefs.h */
  1321. | #define PACKAGE_NAME "Valgrind"
  1322. | #define PACKAGE_TARNAME "valgrind"
  1323. | #define PACKAGE_VERSION "3.7.0"
  1324. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1325. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1326. | #define PACKAGE_URL ""
  1327. | #define PACKAGE "valgrind"
  1328. | #define VERSION "3.7.0"
  1329. | #define GDB_PATH "/usr/bin/gdb"
  1330. | #define DARWIN_10_5 100500
  1331. | #define DARWIN_10_6 100600
  1332. | #define DARWIN_10_7 100700
  1333. | #define DARWIN_VERS DARWIN_10_7
  1334. | #define VG_TMPDIR "/tmp"
  1335. | #define STDC_HEADERS 1
  1336. | #define HAVE_SYS_TYPES_H 1
  1337. | #define HAVE_SYS_STAT_H 1
  1338. | #define HAVE_STDLIB_H 1
  1339. | #define HAVE_STRING_H 1
  1340. | #define HAVE_MEMORY_H 1
  1341. | #define HAVE_STRINGS_H 1
  1342. | #define HAVE_INTTYPES_H 1
  1343. | #define HAVE_STDINT_H 1
  1344. | #define HAVE_UNISTD_H 1
  1345. | #define DARWIN_LIBC 1
  1346. | #define HAVE_PTHREAD_RWLOCK_T 1
  1347. | /* end confdefs.h. */
  1348. |
  1349. | int
  1350. | main ()
  1351. | {
  1352. |
  1353. | __asm__ __volatile__("mtocrf 4,0");
  1354. | __asm__ __volatile__("mfocrf 0,4");
  1355. |
  1356. | ;
  1357. | return 0;
  1358. | }
  1359. configure:7642: result: no
  1360. configure:7659: checking if x86/amd64 assembler speaks SSE3
  1361. configure:7677: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1362. conftest.c:35:27: error: invalid instruction mnemonic 'fisttpq'
  1363. __asm__ __volatile__("fisttpq (%0)" : :"r"(&x) ); }
  1364. ^
  1365. <inline asm>:1:2: note: instantiated into assembly here
  1366. fisttpq (%rax)
  1367. ^~~~~~~
  1368. 1 error generated.
  1369. configure:7677: $? = 1
  1370. configure: failed program was:
  1371. | /* confdefs.h */
  1372. | #define PACKAGE_NAME "Valgrind"
  1373. | #define PACKAGE_TARNAME "valgrind"
  1374. | #define PACKAGE_VERSION "3.7.0"
  1375. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1376. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1377. | #define PACKAGE_URL ""
  1378. | #define PACKAGE "valgrind"
  1379. | #define VERSION "3.7.0"
  1380. | #define GDB_PATH "/usr/bin/gdb"
  1381. | #define DARWIN_10_5 100500
  1382. | #define DARWIN_10_6 100600
  1383. | #define DARWIN_10_7 100700
  1384. | #define DARWIN_VERS DARWIN_10_7
  1385. | #define VG_TMPDIR "/tmp"
  1386. | #define STDC_HEADERS 1
  1387. | #define HAVE_SYS_TYPES_H 1
  1388. | #define HAVE_SYS_STAT_H 1
  1389. | #define HAVE_STDLIB_H 1
  1390. | #define HAVE_STRING_H 1
  1391. | #define HAVE_MEMORY_H 1
  1392. | #define HAVE_STRINGS_H 1
  1393. | #define HAVE_INTTYPES_H 1
  1394. | #define HAVE_STDINT_H 1
  1395. | #define HAVE_UNISTD_H 1
  1396. | #define DARWIN_LIBC 1
  1397. | #define HAVE_PTHREAD_RWLOCK_T 1
  1398. | /* end confdefs.h. */
  1399. |
  1400. | int
  1401. | main ()
  1402. | {
  1403. |
  1404. | do { long long int x;
  1405. | __asm__ __volatile__("fisttpq (%0)" : :"r"(&x) ); }
  1406. | while (0)
  1407. |
  1408. | ;
  1409. | return 0;
  1410. | }
  1411. configure:7686: result: no
  1412. configure:7705: checking if x86/amd64 assembler speaks SSSE3
  1413. configure:7724: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1414. configure:7724: $? = 0
  1415. configure:7727: result: yes
  1416. configure:7752: checking if x86/amd64 assembler supports 'pclmulqdq'
  1417. configure:7770: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1418. configure:7770: $? = 0
  1419. configure:7773: result: yes
  1420. configure:7798: checking if x86/amd64 assembler supports 'lzcnt'
  1421. configure:7816: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1422. configure:7816: $? = 0
  1423. configure:7819: result: yes
  1424. configure:7844: checking if x86/amd64 assembler speaks SSE4.2
  1425. configure:7863: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1426. configure:7863: $? = 0
  1427. configure:7866: result: yes
  1428. configure:7903: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  1429. configure:7903: $? = 0
  1430. configure:7914: checking for TLS support
  1431. configure:7937: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  1432. configure:7937: $? = 0
  1433. configure:7937: ./conftest
  1434. configure:7937: $? = 0
  1435. configure:7949: result: yes
  1436. configure:7963: checking for ANSI C header files
  1437. configure:8067: result: yes
  1438. configure:8092: checking asm/unistd.h usability
  1439. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1440. conftest.c:64:10: fatal error: 'asm/unistd.h' file not found
  1441. #include <asm/unistd.h>
  1442. ^
  1443. 1 error generated.
  1444. configure:8092: $? = 1
  1445. configure: failed program was:
  1446. | /* confdefs.h */
  1447. | #define PACKAGE_NAME "Valgrind"
  1448. | #define PACKAGE_TARNAME "valgrind"
  1449. | #define PACKAGE_VERSION "3.7.0"
  1450. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1451. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1452. | #define PACKAGE_URL ""
  1453. | #define PACKAGE "valgrind"
  1454. | #define VERSION "3.7.0"
  1455. | #define GDB_PATH "/usr/bin/gdb"
  1456. | #define DARWIN_10_5 100500
  1457. | #define DARWIN_10_6 100600
  1458. | #define DARWIN_10_7 100700
  1459. | #define DARWIN_VERS DARWIN_10_7
  1460. | #define VG_TMPDIR "/tmp"
  1461. | #define STDC_HEADERS 1
  1462. | #define HAVE_SYS_TYPES_H 1
  1463. | #define HAVE_SYS_STAT_H 1
  1464. | #define HAVE_STDLIB_H 1
  1465. | #define HAVE_STRING_H 1
  1466. | #define HAVE_MEMORY_H 1
  1467. | #define HAVE_STRINGS_H 1
  1468. | #define HAVE_INTTYPES_H 1
  1469. | #define HAVE_STDINT_H 1
  1470. | #define HAVE_UNISTD_H 1
  1471. | #define DARWIN_LIBC 1
  1472. | #define HAVE_PTHREAD_RWLOCK_T 1
  1473. | #define HAVE_TLS 1
  1474. | #define STDC_HEADERS 1
  1475. | /* end confdefs.h. */
  1476. | #include <stdio.h>
  1477. | #ifdef HAVE_SYS_TYPES_H
  1478. | # include <sys/types.h>
  1479. | #endif
  1480. | #ifdef HAVE_SYS_STAT_H
  1481. | # include <sys/stat.h>
  1482. | #endif
  1483. | #ifdef STDC_HEADERS
  1484. | # include <stdlib.h>
  1485. | # include <stddef.h>
  1486. | #else
  1487. | # ifdef HAVE_STDLIB_H
  1488. | # include <stdlib.h>
  1489. | # endif
  1490. | #endif
  1491. | #ifdef HAVE_STRING_H
  1492. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1493. | # include <memory.h>
  1494. | # endif
  1495. | # include <string.h>
  1496. | #endif
  1497. | #ifdef HAVE_STRINGS_H
  1498. | # include <strings.h>
  1499. | #endif
  1500. | #ifdef HAVE_INTTYPES_H
  1501. | # include <inttypes.h>
  1502. | #endif
  1503. | #ifdef HAVE_STDINT_H
  1504. | # include <stdint.h>
  1505. | #endif
  1506. | #ifdef HAVE_UNISTD_H
  1507. | # include <unistd.h>
  1508. | #endif
  1509. | #include <asm/unistd.h>
  1510. configure:8092: result: no
  1511. configure:8092: checking asm/unistd.h presence
  1512. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  1513. conftest.c:31:10: fatal error: 'asm/unistd.h' file not found
  1514. #include <asm/unistd.h>
  1515. ^
  1516. 1 error generated.
  1517. configure:8092: $? = 1
  1518. configure: failed program was:
  1519. | /* confdefs.h */
  1520. | #define PACKAGE_NAME "Valgrind"
  1521. | #define PACKAGE_TARNAME "valgrind"
  1522. | #define PACKAGE_VERSION "3.7.0"
  1523. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1524. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1525. | #define PACKAGE_URL ""
  1526. | #define PACKAGE "valgrind"
  1527. | #define VERSION "3.7.0"
  1528. | #define GDB_PATH "/usr/bin/gdb"
  1529. | #define DARWIN_10_5 100500
  1530. | #define DARWIN_10_6 100600
  1531. | #define DARWIN_10_7 100700
  1532. | #define DARWIN_VERS DARWIN_10_7
  1533. | #define VG_TMPDIR "/tmp"
  1534. | #define STDC_HEADERS 1
  1535. | #define HAVE_SYS_TYPES_H 1
  1536. | #define HAVE_SYS_STAT_H 1
  1537. | #define HAVE_STDLIB_H 1
  1538. | #define HAVE_STRING_H 1
  1539. | #define HAVE_MEMORY_H 1
  1540. | #define HAVE_STRINGS_H 1
  1541. | #define HAVE_INTTYPES_H 1
  1542. | #define HAVE_STDINT_H 1
  1543. | #define HAVE_UNISTD_H 1
  1544. | #define DARWIN_LIBC 1
  1545. | #define HAVE_PTHREAD_RWLOCK_T 1
  1546. | #define HAVE_TLS 1
  1547. | #define STDC_HEADERS 1
  1548. | /* end confdefs.h. */
  1549. | #include <asm/unistd.h>
  1550. configure:8092: result: no
  1551. configure:8092: checking for asm/unistd.h
  1552. configure:8092: result: no
  1553. configure:8092: checking endian.h usability
  1554. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1555. conftest.c:64:10: fatal error: 'endian.h' file not found
  1556. #include <endian.h>
  1557. ^
  1558. 1 error generated.
  1559. configure:8092: $? = 1
  1560. configure: failed program was:
  1561. | /* confdefs.h */
  1562. | #define PACKAGE_NAME "Valgrind"
  1563. | #define PACKAGE_TARNAME "valgrind"
  1564. | #define PACKAGE_VERSION "3.7.0"
  1565. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1566. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1567. | #define PACKAGE_URL ""
  1568. | #define PACKAGE "valgrind"
  1569. | #define VERSION "3.7.0"
  1570. | #define GDB_PATH "/usr/bin/gdb"
  1571. | #define DARWIN_10_5 100500
  1572. | #define DARWIN_10_6 100600
  1573. | #define DARWIN_10_7 100700
  1574. | #define DARWIN_VERS DARWIN_10_7
  1575. | #define VG_TMPDIR "/tmp"
  1576. | #define STDC_HEADERS 1
  1577. | #define HAVE_SYS_TYPES_H 1
  1578. | #define HAVE_SYS_STAT_H 1
  1579. | #define HAVE_STDLIB_H 1
  1580. | #define HAVE_STRING_H 1
  1581. | #define HAVE_MEMORY_H 1
  1582. | #define HAVE_STRINGS_H 1
  1583. | #define HAVE_INTTYPES_H 1
  1584. | #define HAVE_STDINT_H 1
  1585. | #define HAVE_UNISTD_H 1
  1586. | #define DARWIN_LIBC 1
  1587. | #define HAVE_PTHREAD_RWLOCK_T 1
  1588. | #define HAVE_TLS 1
  1589. | #define STDC_HEADERS 1
  1590. | /* end confdefs.h. */
  1591. | #include <stdio.h>
  1592. | #ifdef HAVE_SYS_TYPES_H
  1593. | # include <sys/types.h>
  1594. | #endif
  1595. | #ifdef HAVE_SYS_STAT_H
  1596. | # include <sys/stat.h>
  1597. | #endif
  1598. | #ifdef STDC_HEADERS
  1599. | # include <stdlib.h>
  1600. | # include <stddef.h>
  1601. | #else
  1602. | # ifdef HAVE_STDLIB_H
  1603. | # include <stdlib.h>
  1604. | # endif
  1605. | #endif
  1606. | #ifdef HAVE_STRING_H
  1607. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1608. | # include <memory.h>
  1609. | # endif
  1610. | # include <string.h>
  1611. | #endif
  1612. | #ifdef HAVE_STRINGS_H
  1613. | # include <strings.h>
  1614. | #endif
  1615. | #ifdef HAVE_INTTYPES_H
  1616. | # include <inttypes.h>
  1617. | #endif
  1618. | #ifdef HAVE_STDINT_H
  1619. | # include <stdint.h>
  1620. | #endif
  1621. | #ifdef HAVE_UNISTD_H
  1622. | # include <unistd.h>
  1623. | #endif
  1624. | #include <endian.h>
  1625. configure:8092: result: no
  1626. configure:8092: checking endian.h presence
  1627. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  1628. conftest.c:31:10: fatal error: 'endian.h' file not found
  1629. #include <endian.h>
  1630. ^
  1631. 1 error generated.
  1632. configure:8092: $? = 1
  1633. configure: failed program was:
  1634. | /* confdefs.h */
  1635. | #define PACKAGE_NAME "Valgrind"
  1636. | #define PACKAGE_TARNAME "valgrind"
  1637. | #define PACKAGE_VERSION "3.7.0"
  1638. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1639. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1640. | #define PACKAGE_URL ""
  1641. | #define PACKAGE "valgrind"
  1642. | #define VERSION "3.7.0"
  1643. | #define GDB_PATH "/usr/bin/gdb"
  1644. | #define DARWIN_10_5 100500
  1645. | #define DARWIN_10_6 100600
  1646. | #define DARWIN_10_7 100700
  1647. | #define DARWIN_VERS DARWIN_10_7
  1648. | #define VG_TMPDIR "/tmp"
  1649. | #define STDC_HEADERS 1
  1650. | #define HAVE_SYS_TYPES_H 1
  1651. | #define HAVE_SYS_STAT_H 1
  1652. | #define HAVE_STDLIB_H 1
  1653. | #define HAVE_STRING_H 1
  1654. | #define HAVE_MEMORY_H 1
  1655. | #define HAVE_STRINGS_H 1
  1656. | #define HAVE_INTTYPES_H 1
  1657. | #define HAVE_STDINT_H 1
  1658. | #define HAVE_UNISTD_H 1
  1659. | #define DARWIN_LIBC 1
  1660. | #define HAVE_PTHREAD_RWLOCK_T 1
  1661. | #define HAVE_TLS 1
  1662. | #define STDC_HEADERS 1
  1663. | /* end confdefs.h. */
  1664. | #include <endian.h>
  1665. configure:8092: result: no
  1666. configure:8092: checking for endian.h
  1667. configure:8092: result: no
  1668. configure:8092: checking mqueue.h usability
  1669. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1670. conftest.c:64:10: fatal error: 'mqueue.h' file not found
  1671. #include <mqueue.h>
  1672. ^
  1673. 1 error generated.
  1674. configure:8092: $? = 1
  1675. configure: failed program was:
  1676. | /* confdefs.h */
  1677. | #define PACKAGE_NAME "Valgrind"
  1678. | #define PACKAGE_TARNAME "valgrind"
  1679. | #define PACKAGE_VERSION "3.7.0"
  1680. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1681. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1682. | #define PACKAGE_URL ""
  1683. | #define PACKAGE "valgrind"
  1684. | #define VERSION "3.7.0"
  1685. | #define GDB_PATH "/usr/bin/gdb"
  1686. | #define DARWIN_10_5 100500
  1687. | #define DARWIN_10_6 100600
  1688. | #define DARWIN_10_7 100700
  1689. | #define DARWIN_VERS DARWIN_10_7
  1690. | #define VG_TMPDIR "/tmp"
  1691. | #define STDC_HEADERS 1
  1692. | #define HAVE_SYS_TYPES_H 1
  1693. | #define HAVE_SYS_STAT_H 1
  1694. | #define HAVE_STDLIB_H 1
  1695. | #define HAVE_STRING_H 1
  1696. | #define HAVE_MEMORY_H 1
  1697. | #define HAVE_STRINGS_H 1
  1698. | #define HAVE_INTTYPES_H 1
  1699. | #define HAVE_STDINT_H 1
  1700. | #define HAVE_UNISTD_H 1
  1701. | #define DARWIN_LIBC 1
  1702. | #define HAVE_PTHREAD_RWLOCK_T 1
  1703. | #define HAVE_TLS 1
  1704. | #define STDC_HEADERS 1
  1705. | /* end confdefs.h. */
  1706. | #include <stdio.h>
  1707. | #ifdef HAVE_SYS_TYPES_H
  1708. | # include <sys/types.h>
  1709. | #endif
  1710. | #ifdef HAVE_SYS_STAT_H
  1711. | # include <sys/stat.h>
  1712. | #endif
  1713. | #ifdef STDC_HEADERS
  1714. | # include <stdlib.h>
  1715. | # include <stddef.h>
  1716. | #else
  1717. | # ifdef HAVE_STDLIB_H
  1718. | # include <stdlib.h>
  1719. | # endif
  1720. | #endif
  1721. | #ifdef HAVE_STRING_H
  1722. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1723. | # include <memory.h>
  1724. | # endif
  1725. | # include <string.h>
  1726. | #endif
  1727. | #ifdef HAVE_STRINGS_H
  1728. | # include <strings.h>
  1729. | #endif
  1730. | #ifdef HAVE_INTTYPES_H
  1731. | # include <inttypes.h>
  1732. | #endif
  1733. | #ifdef HAVE_STDINT_H
  1734. | # include <stdint.h>
  1735. | #endif
  1736. | #ifdef HAVE_UNISTD_H
  1737. | # include <unistd.h>
  1738. | #endif
  1739. | #include <mqueue.h>
  1740. configure:8092: result: no
  1741. configure:8092: checking mqueue.h presence
  1742. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  1743. conftest.c:31:10: fatal error: 'mqueue.h' file not found
  1744. #include <mqueue.h>
  1745. ^
  1746. 1 error generated.
  1747. configure:8092: $? = 1
  1748. configure: failed program was:
  1749. | /* confdefs.h */
  1750. | #define PACKAGE_NAME "Valgrind"
  1751. | #define PACKAGE_TARNAME "valgrind"
  1752. | #define PACKAGE_VERSION "3.7.0"
  1753. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1754. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1755. | #define PACKAGE_URL ""
  1756. | #define PACKAGE "valgrind"
  1757. | #define VERSION "3.7.0"
  1758. | #define GDB_PATH "/usr/bin/gdb"
  1759. | #define DARWIN_10_5 100500
  1760. | #define DARWIN_10_6 100600
  1761. | #define DARWIN_10_7 100700
  1762. | #define DARWIN_VERS DARWIN_10_7
  1763. | #define VG_TMPDIR "/tmp"
  1764. | #define STDC_HEADERS 1
  1765. | #define HAVE_SYS_TYPES_H 1
  1766. | #define HAVE_SYS_STAT_H 1
  1767. | #define HAVE_STDLIB_H 1
  1768. | #define HAVE_STRING_H 1
  1769. | #define HAVE_MEMORY_H 1
  1770. | #define HAVE_STRINGS_H 1
  1771. | #define HAVE_INTTYPES_H 1
  1772. | #define HAVE_STDINT_H 1
  1773. | #define HAVE_UNISTD_H 1
  1774. | #define DARWIN_LIBC 1
  1775. | #define HAVE_PTHREAD_RWLOCK_T 1
  1776. | #define HAVE_TLS 1
  1777. | #define STDC_HEADERS 1
  1778. | /* end confdefs.h. */
  1779. | #include <mqueue.h>
  1780. configure:8092: result: no
  1781. configure:8092: checking for mqueue.h
  1782. configure:8092: result: no
  1783. configure:8092: checking sys/endian.h usability
  1784. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1785. conftest.c:64:10: fatal error: 'sys/endian.h' file not found
  1786. #include <sys/endian.h>
  1787. ^
  1788. 1 error generated.
  1789. configure:8092: $? = 1
  1790. configure: failed program was:
  1791. | /* confdefs.h */
  1792. | #define PACKAGE_NAME "Valgrind"
  1793. | #define PACKAGE_TARNAME "valgrind"
  1794. | #define PACKAGE_VERSION "3.7.0"
  1795. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1796. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1797. | #define PACKAGE_URL ""
  1798. | #define PACKAGE "valgrind"
  1799. | #define VERSION "3.7.0"
  1800. | #define GDB_PATH "/usr/bin/gdb"
  1801. | #define DARWIN_10_5 100500
  1802. | #define DARWIN_10_6 100600
  1803. | #define DARWIN_10_7 100700
  1804. | #define DARWIN_VERS DARWIN_10_7
  1805. | #define VG_TMPDIR "/tmp"
  1806. | #define STDC_HEADERS 1
  1807. | #define HAVE_SYS_TYPES_H 1
  1808. | #define HAVE_SYS_STAT_H 1
  1809. | #define HAVE_STDLIB_H 1
  1810. | #define HAVE_STRING_H 1
  1811. | #define HAVE_MEMORY_H 1
  1812. | #define HAVE_STRINGS_H 1
  1813. | #define HAVE_INTTYPES_H 1
  1814. | #define HAVE_STDINT_H 1
  1815. | #define HAVE_UNISTD_H 1
  1816. | #define DARWIN_LIBC 1
  1817. | #define HAVE_PTHREAD_RWLOCK_T 1
  1818. | #define HAVE_TLS 1
  1819. | #define STDC_HEADERS 1
  1820. | /* end confdefs.h. */
  1821. | #include <stdio.h>
  1822. | #ifdef HAVE_SYS_TYPES_H
  1823. | # include <sys/types.h>
  1824. | #endif
  1825. | #ifdef HAVE_SYS_STAT_H
  1826. | # include <sys/stat.h>
  1827. | #endif
  1828. | #ifdef STDC_HEADERS
  1829. | # include <stdlib.h>
  1830. | # include <stddef.h>
  1831. | #else
  1832. | # ifdef HAVE_STDLIB_H
  1833. | # include <stdlib.h>
  1834. | # endif
  1835. | #endif
  1836. | #ifdef HAVE_STRING_H
  1837. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1838. | # include <memory.h>
  1839. | # endif
  1840. | # include <string.h>
  1841. | #endif
  1842. | #ifdef HAVE_STRINGS_H
  1843. | # include <strings.h>
  1844. | #endif
  1845. | #ifdef HAVE_INTTYPES_H
  1846. | # include <inttypes.h>
  1847. | #endif
  1848. | #ifdef HAVE_STDINT_H
  1849. | # include <stdint.h>
  1850. | #endif
  1851. | #ifdef HAVE_UNISTD_H
  1852. | # include <unistd.h>
  1853. | #endif
  1854. | #include <sys/endian.h>
  1855. configure:8092: result: no
  1856. configure:8092: checking sys/endian.h presence
  1857. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  1858. conftest.c:31:10: fatal error: 'sys/endian.h' file not found
  1859. #include <sys/endian.h>
  1860. ^
  1861. 1 error generated.
  1862. configure:8092: $? = 1
  1863. configure: failed program was:
  1864. | /* confdefs.h */
  1865. | #define PACKAGE_NAME "Valgrind"
  1866. | #define PACKAGE_TARNAME "valgrind"
  1867. | #define PACKAGE_VERSION "3.7.0"
  1868. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1869. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1870. | #define PACKAGE_URL ""
  1871. | #define PACKAGE "valgrind"
  1872. | #define VERSION "3.7.0"
  1873. | #define GDB_PATH "/usr/bin/gdb"
  1874. | #define DARWIN_10_5 100500
  1875. | #define DARWIN_10_6 100600
  1876. | #define DARWIN_10_7 100700
  1877. | #define DARWIN_VERS DARWIN_10_7
  1878. | #define VG_TMPDIR "/tmp"
  1879. | #define STDC_HEADERS 1
  1880. | #define HAVE_SYS_TYPES_H 1
  1881. | #define HAVE_SYS_STAT_H 1
  1882. | #define HAVE_STDLIB_H 1
  1883. | #define HAVE_STRING_H 1
  1884. | #define HAVE_MEMORY_H 1
  1885. | #define HAVE_STRINGS_H 1
  1886. | #define HAVE_INTTYPES_H 1
  1887. | #define HAVE_STDINT_H 1
  1888. | #define HAVE_UNISTD_H 1
  1889. | #define DARWIN_LIBC 1
  1890. | #define HAVE_PTHREAD_RWLOCK_T 1
  1891. | #define HAVE_TLS 1
  1892. | #define STDC_HEADERS 1
  1893. | /* end confdefs.h. */
  1894. | #include <sys/endian.h>
  1895. configure:8092: result: no
  1896. configure:8092: checking for sys/endian.h
  1897. configure:8092: result: no
  1898. configure:8092: checking sys/epoll.h usability
  1899. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  1900. conftest.c:64:10: fatal error: 'sys/epoll.h' file not found
  1901. #include <sys/epoll.h>
  1902. ^
  1903. 1 error generated.
  1904. configure:8092: $? = 1
  1905. configure: failed program was:
  1906. | /* confdefs.h */
  1907. | #define PACKAGE_NAME "Valgrind"
  1908. | #define PACKAGE_TARNAME "valgrind"
  1909. | #define PACKAGE_VERSION "3.7.0"
  1910. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1911. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1912. | #define PACKAGE_URL ""
  1913. | #define PACKAGE "valgrind"
  1914. | #define VERSION "3.7.0"
  1915. | #define GDB_PATH "/usr/bin/gdb"
  1916. | #define DARWIN_10_5 100500
  1917. | #define DARWIN_10_6 100600
  1918. | #define DARWIN_10_7 100700
  1919. | #define DARWIN_VERS DARWIN_10_7
  1920. | #define VG_TMPDIR "/tmp"
  1921. | #define STDC_HEADERS 1
  1922. | #define HAVE_SYS_TYPES_H 1
  1923. | #define HAVE_SYS_STAT_H 1
  1924. | #define HAVE_STDLIB_H 1
  1925. | #define HAVE_STRING_H 1
  1926. | #define HAVE_MEMORY_H 1
  1927. | #define HAVE_STRINGS_H 1
  1928. | #define HAVE_INTTYPES_H 1
  1929. | #define HAVE_STDINT_H 1
  1930. | #define HAVE_UNISTD_H 1
  1931. | #define DARWIN_LIBC 1
  1932. | #define HAVE_PTHREAD_RWLOCK_T 1
  1933. | #define HAVE_TLS 1
  1934. | #define STDC_HEADERS 1
  1935. | /* end confdefs.h. */
  1936. | #include <stdio.h>
  1937. | #ifdef HAVE_SYS_TYPES_H
  1938. | # include <sys/types.h>
  1939. | #endif
  1940. | #ifdef HAVE_SYS_STAT_H
  1941. | # include <sys/stat.h>
  1942. | #endif
  1943. | #ifdef STDC_HEADERS
  1944. | # include <stdlib.h>
  1945. | # include <stddef.h>
  1946. | #else
  1947. | # ifdef HAVE_STDLIB_H
  1948. | # include <stdlib.h>
  1949. | # endif
  1950. | #endif
  1951. | #ifdef HAVE_STRING_H
  1952. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1953. | # include <memory.h>
  1954. | # endif
  1955. | # include <string.h>
  1956. | #endif
  1957. | #ifdef HAVE_STRINGS_H
  1958. | # include <strings.h>
  1959. | #endif
  1960. | #ifdef HAVE_INTTYPES_H
  1961. | # include <inttypes.h>
  1962. | #endif
  1963. | #ifdef HAVE_STDINT_H
  1964. | # include <stdint.h>
  1965. | #endif
  1966. | #ifdef HAVE_UNISTD_H
  1967. | # include <unistd.h>
  1968. | #endif
  1969. | #include <sys/epoll.h>
  1970. configure:8092: result: no
  1971. configure:8092: checking sys/epoll.h presence
  1972. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  1973. conftest.c:31:10: fatal error: 'sys/epoll.h' file not found
  1974. #include <sys/epoll.h>
  1975. ^
  1976. 1 error generated.
  1977. configure:8092: $? = 1
  1978. configure: failed program was:
  1979. | /* confdefs.h */
  1980. | #define PACKAGE_NAME "Valgrind"
  1981. | #define PACKAGE_TARNAME "valgrind"
  1982. | #define PACKAGE_VERSION "3.7.0"
  1983. | #define PACKAGE_STRING "Valgrind 3.7.0"
  1984. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  1985. | #define PACKAGE_URL ""
  1986. | #define PACKAGE "valgrind"
  1987. | #define VERSION "3.7.0"
  1988. | #define GDB_PATH "/usr/bin/gdb"
  1989. | #define DARWIN_10_5 100500
  1990. | #define DARWIN_10_6 100600
  1991. | #define DARWIN_10_7 100700
  1992. | #define DARWIN_VERS DARWIN_10_7
  1993. | #define VG_TMPDIR "/tmp"
  1994. | #define STDC_HEADERS 1
  1995. | #define HAVE_SYS_TYPES_H 1
  1996. | #define HAVE_SYS_STAT_H 1
  1997. | #define HAVE_STDLIB_H 1
  1998. | #define HAVE_STRING_H 1
  1999. | #define HAVE_MEMORY_H 1
  2000. | #define HAVE_STRINGS_H 1
  2001. | #define HAVE_INTTYPES_H 1
  2002. | #define HAVE_STDINT_H 1
  2003. | #define HAVE_UNISTD_H 1
  2004. | #define DARWIN_LIBC 1
  2005. | #define HAVE_PTHREAD_RWLOCK_T 1
  2006. | #define HAVE_TLS 1
  2007. | #define STDC_HEADERS 1
  2008. | /* end confdefs.h. */
  2009. | #include <sys/epoll.h>
  2010. configure:8092: result: no
  2011. configure:8092: checking for sys/epoll.h
  2012. configure:8092: result: no
  2013. configure:8092: checking sys/eventfd.h usability
  2014. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2015. conftest.c:64:10: fatal error: 'sys/eventfd.h' file not found
  2016. #include <sys/eventfd.h>
  2017. ^
  2018. 1 error generated.
  2019. configure:8092: $? = 1
  2020. configure: failed program was:
  2021. | /* confdefs.h */
  2022. | #define PACKAGE_NAME "Valgrind"
  2023. | #define PACKAGE_TARNAME "valgrind"
  2024. | #define PACKAGE_VERSION "3.7.0"
  2025. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2026. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2027. | #define PACKAGE_URL ""
  2028. | #define PACKAGE "valgrind"
  2029. | #define VERSION "3.7.0"
  2030. | #define GDB_PATH "/usr/bin/gdb"
  2031. | #define DARWIN_10_5 100500
  2032. | #define DARWIN_10_6 100600
  2033. | #define DARWIN_10_7 100700
  2034. | #define DARWIN_VERS DARWIN_10_7
  2035. | #define VG_TMPDIR "/tmp"
  2036. | #define STDC_HEADERS 1
  2037. | #define HAVE_SYS_TYPES_H 1
  2038. | #define HAVE_SYS_STAT_H 1
  2039. | #define HAVE_STDLIB_H 1
  2040. | #define HAVE_STRING_H 1
  2041. | #define HAVE_MEMORY_H 1
  2042. | #define HAVE_STRINGS_H 1
  2043. | #define HAVE_INTTYPES_H 1
  2044. | #define HAVE_STDINT_H 1
  2045. | #define HAVE_UNISTD_H 1
  2046. | #define DARWIN_LIBC 1
  2047. | #define HAVE_PTHREAD_RWLOCK_T 1
  2048. | #define HAVE_TLS 1
  2049. | #define STDC_HEADERS 1
  2050. | /* end confdefs.h. */
  2051. | #include <stdio.h>
  2052. | #ifdef HAVE_SYS_TYPES_H
  2053. | # include <sys/types.h>
  2054. | #endif
  2055. | #ifdef HAVE_SYS_STAT_H
  2056. | # include <sys/stat.h>
  2057. | #endif
  2058. | #ifdef STDC_HEADERS
  2059. | # include <stdlib.h>
  2060. | # include <stddef.h>
  2061. | #else
  2062. | # ifdef HAVE_STDLIB_H
  2063. | # include <stdlib.h>
  2064. | # endif
  2065. | #endif
  2066. | #ifdef HAVE_STRING_H
  2067. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2068. | # include <memory.h>
  2069. | # endif
  2070. | # include <string.h>
  2071. | #endif
  2072. | #ifdef HAVE_STRINGS_H
  2073. | # include <strings.h>
  2074. | #endif
  2075. | #ifdef HAVE_INTTYPES_H
  2076. | # include <inttypes.h>
  2077. | #endif
  2078. | #ifdef HAVE_STDINT_H
  2079. | # include <stdint.h>
  2080. | #endif
  2081. | #ifdef HAVE_UNISTD_H
  2082. | # include <unistd.h>
  2083. | #endif
  2084. | #include <sys/eventfd.h>
  2085. configure:8092: result: no
  2086. configure:8092: checking sys/eventfd.h presence
  2087. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2088. conftest.c:31:10: fatal error: 'sys/eventfd.h' file not found
  2089. #include <sys/eventfd.h>
  2090. ^
  2091. 1 error generated.
  2092. configure:8092: $? = 1
  2093. configure: failed program was:
  2094. | /* confdefs.h */
  2095. | #define PACKAGE_NAME "Valgrind"
  2096. | #define PACKAGE_TARNAME "valgrind"
  2097. | #define PACKAGE_VERSION "3.7.0"
  2098. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2099. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2100. | #define PACKAGE_URL ""
  2101. | #define PACKAGE "valgrind"
  2102. | #define VERSION "3.7.0"
  2103. | #define GDB_PATH "/usr/bin/gdb"
  2104. | #define DARWIN_10_5 100500
  2105. | #define DARWIN_10_6 100600
  2106. | #define DARWIN_10_7 100700
  2107. | #define DARWIN_VERS DARWIN_10_7
  2108. | #define VG_TMPDIR "/tmp"
  2109. | #define STDC_HEADERS 1
  2110. | #define HAVE_SYS_TYPES_H 1
  2111. | #define HAVE_SYS_STAT_H 1
  2112. | #define HAVE_STDLIB_H 1
  2113. | #define HAVE_STRING_H 1
  2114. | #define HAVE_MEMORY_H 1
  2115. | #define HAVE_STRINGS_H 1
  2116. | #define HAVE_INTTYPES_H 1
  2117. | #define HAVE_STDINT_H 1
  2118. | #define HAVE_UNISTD_H 1
  2119. | #define DARWIN_LIBC 1
  2120. | #define HAVE_PTHREAD_RWLOCK_T 1
  2121. | #define HAVE_TLS 1
  2122. | #define STDC_HEADERS 1
  2123. | /* end confdefs.h. */
  2124. | #include <sys/eventfd.h>
  2125. configure:8092: result: no
  2126. configure:8092: checking for sys/eventfd.h
  2127. configure:8092: result: no
  2128. configure:8092: checking sys/klog.h usability
  2129. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2130. conftest.c:64:10: fatal error: 'sys/klog.h' file not found
  2131. #include <sys/klog.h>
  2132. ^
  2133. 1 error generated.
  2134. configure:8092: $? = 1
  2135. configure: failed program was:
  2136. | /* confdefs.h */
  2137. | #define PACKAGE_NAME "Valgrind"
  2138. | #define PACKAGE_TARNAME "valgrind"
  2139. | #define PACKAGE_VERSION "3.7.0"
  2140. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2141. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2142. | #define PACKAGE_URL ""
  2143. | #define PACKAGE "valgrind"
  2144. | #define VERSION "3.7.0"
  2145. | #define GDB_PATH "/usr/bin/gdb"
  2146. | #define DARWIN_10_5 100500
  2147. | #define DARWIN_10_6 100600
  2148. | #define DARWIN_10_7 100700
  2149. | #define DARWIN_VERS DARWIN_10_7
  2150. | #define VG_TMPDIR "/tmp"
  2151. | #define STDC_HEADERS 1
  2152. | #define HAVE_SYS_TYPES_H 1
  2153. | #define HAVE_SYS_STAT_H 1
  2154. | #define HAVE_STDLIB_H 1
  2155. | #define HAVE_STRING_H 1
  2156. | #define HAVE_MEMORY_H 1
  2157. | #define HAVE_STRINGS_H 1
  2158. | #define HAVE_INTTYPES_H 1
  2159. | #define HAVE_STDINT_H 1
  2160. | #define HAVE_UNISTD_H 1
  2161. | #define DARWIN_LIBC 1
  2162. | #define HAVE_PTHREAD_RWLOCK_T 1
  2163. | #define HAVE_TLS 1
  2164. | #define STDC_HEADERS 1
  2165. | /* end confdefs.h. */
  2166. | #include <stdio.h>
  2167. | #ifdef HAVE_SYS_TYPES_H
  2168. | # include <sys/types.h>
  2169. | #endif
  2170. | #ifdef HAVE_SYS_STAT_H
  2171. | # include <sys/stat.h>
  2172. | #endif
  2173. | #ifdef STDC_HEADERS
  2174. | # include <stdlib.h>
  2175. | # include <stddef.h>
  2176. | #else
  2177. | # ifdef HAVE_STDLIB_H
  2178. | # include <stdlib.h>
  2179. | # endif
  2180. | #endif
  2181. | #ifdef HAVE_STRING_H
  2182. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2183. | # include <memory.h>
  2184. | # endif
  2185. | # include <string.h>
  2186. | #endif
  2187. | #ifdef HAVE_STRINGS_H
  2188. | # include <strings.h>
  2189. | #endif
  2190. | #ifdef HAVE_INTTYPES_H
  2191. | # include <inttypes.h>
  2192. | #endif
  2193. | #ifdef HAVE_STDINT_H
  2194. | # include <stdint.h>
  2195. | #endif
  2196. | #ifdef HAVE_UNISTD_H
  2197. | # include <unistd.h>
  2198. | #endif
  2199. | #include <sys/klog.h>
  2200. configure:8092: result: no
  2201. configure:8092: checking sys/klog.h presence
  2202. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2203. conftest.c:31:10: fatal error: 'sys/klog.h' file not found
  2204. #include <sys/klog.h>
  2205. ^
  2206. 1 error generated.
  2207. configure:8092: $? = 1
  2208. configure: failed program was:
  2209. | /* confdefs.h */
  2210. | #define PACKAGE_NAME "Valgrind"
  2211. | #define PACKAGE_TARNAME "valgrind"
  2212. | #define PACKAGE_VERSION "3.7.0"
  2213. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2214. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2215. | #define PACKAGE_URL ""
  2216. | #define PACKAGE "valgrind"
  2217. | #define VERSION "3.7.0"
  2218. | #define GDB_PATH "/usr/bin/gdb"
  2219. | #define DARWIN_10_5 100500
  2220. | #define DARWIN_10_6 100600
  2221. | #define DARWIN_10_7 100700
  2222. | #define DARWIN_VERS DARWIN_10_7
  2223. | #define VG_TMPDIR "/tmp"
  2224. | #define STDC_HEADERS 1
  2225. | #define HAVE_SYS_TYPES_H 1
  2226. | #define HAVE_SYS_STAT_H 1
  2227. | #define HAVE_STDLIB_H 1
  2228. | #define HAVE_STRING_H 1
  2229. | #define HAVE_MEMORY_H 1
  2230. | #define HAVE_STRINGS_H 1
  2231. | #define HAVE_INTTYPES_H 1
  2232. | #define HAVE_STDINT_H 1
  2233. | #define HAVE_UNISTD_H 1
  2234. | #define DARWIN_LIBC 1
  2235. | #define HAVE_PTHREAD_RWLOCK_T 1
  2236. | #define HAVE_TLS 1
  2237. | #define STDC_HEADERS 1
  2238. | /* end confdefs.h. */
  2239. | #include <sys/klog.h>
  2240. configure:8092: result: no
  2241. configure:8092: checking for sys/klog.h
  2242. configure:8092: result: no
  2243. configure:8092: checking sys/poll.h usability
  2244. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2245. configure:8092: $? = 0
  2246. configure:8092: result: yes
  2247. configure:8092: checking sys/poll.h presence
  2248. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2249. configure:8092: $? = 0
  2250. configure:8092: result: yes
  2251. configure:8092: checking for sys/poll.h
  2252. configure:8092: result: yes
  2253. configure:8092: checking sys/signal.h usability
  2254. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2255. configure:8092: $? = 0
  2256. configure:8092: result: yes
  2257. configure:8092: checking sys/signal.h presence
  2258. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2259. configure:8092: $? = 0
  2260. configure:8092: result: yes
  2261. configure:8092: checking for sys/signal.h
  2262. configure:8092: result: yes
  2263. configure:8092: checking sys/signalfd.h usability
  2264. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2265. conftest.c:66:10: fatal error: 'sys/signalfd.h' file not found
  2266. #include <sys/signalfd.h>
  2267. ^
  2268. 1 error generated.
  2269. configure:8092: $? = 1
  2270. configure: failed program was:
  2271. | /* confdefs.h */
  2272. | #define PACKAGE_NAME "Valgrind"
  2273. | #define PACKAGE_TARNAME "valgrind"
  2274. | #define PACKAGE_VERSION "3.7.0"
  2275. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2276. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2277. | #define PACKAGE_URL ""
  2278. | #define PACKAGE "valgrind"
  2279. | #define VERSION "3.7.0"
  2280. | #define GDB_PATH "/usr/bin/gdb"
  2281. | #define DARWIN_10_5 100500
  2282. | #define DARWIN_10_6 100600
  2283. | #define DARWIN_10_7 100700
  2284. | #define DARWIN_VERS DARWIN_10_7
  2285. | #define VG_TMPDIR "/tmp"
  2286. | #define STDC_HEADERS 1
  2287. | #define HAVE_SYS_TYPES_H 1
  2288. | #define HAVE_SYS_STAT_H 1
  2289. | #define HAVE_STDLIB_H 1
  2290. | #define HAVE_STRING_H 1
  2291. | #define HAVE_MEMORY_H 1
  2292. | #define HAVE_STRINGS_H 1
  2293. | #define HAVE_INTTYPES_H 1
  2294. | #define HAVE_STDINT_H 1
  2295. | #define HAVE_UNISTD_H 1
  2296. | #define DARWIN_LIBC 1
  2297. | #define HAVE_PTHREAD_RWLOCK_T 1
  2298. | #define HAVE_TLS 1
  2299. | #define STDC_HEADERS 1
  2300. | #define HAVE_SYS_POLL_H 1
  2301. | #define HAVE_SYS_SIGNAL_H 1
  2302. | /* end confdefs.h. */
  2303. | #include <stdio.h>
  2304. | #ifdef HAVE_SYS_TYPES_H
  2305. | # include <sys/types.h>
  2306. | #endif
  2307. | #ifdef HAVE_SYS_STAT_H
  2308. | # include <sys/stat.h>
  2309. | #endif
  2310. | #ifdef STDC_HEADERS
  2311. | # include <stdlib.h>
  2312. | # include <stddef.h>
  2313. | #else
  2314. | # ifdef HAVE_STDLIB_H
  2315. | # include <stdlib.h>
  2316. | # endif
  2317. | #endif
  2318. | #ifdef HAVE_STRING_H
  2319. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2320. | # include <memory.h>
  2321. | # endif
  2322. | # include <string.h>
  2323. | #endif
  2324. | #ifdef HAVE_STRINGS_H
  2325. | # include <strings.h>
  2326. | #endif
  2327. | #ifdef HAVE_INTTYPES_H
  2328. | # include <inttypes.h>
  2329. | #endif
  2330. | #ifdef HAVE_STDINT_H
  2331. | # include <stdint.h>
  2332. | #endif
  2333. | #ifdef HAVE_UNISTD_H
  2334. | # include <unistd.h>
  2335. | #endif
  2336. | #include <sys/signalfd.h>
  2337. configure:8092: result: no
  2338. configure:8092: checking sys/signalfd.h presence
  2339. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2340. conftest.c:33:10: fatal error: 'sys/signalfd.h' file not found
  2341. #include <sys/signalfd.h>
  2342. ^
  2343. 1 error generated.
  2344. configure:8092: $? = 1
  2345. configure: failed program was:
  2346. | /* confdefs.h */
  2347. | #define PACKAGE_NAME "Valgrind"
  2348. | #define PACKAGE_TARNAME "valgrind"
  2349. | #define PACKAGE_VERSION "3.7.0"
  2350. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2351. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2352. | #define PACKAGE_URL ""
  2353. | #define PACKAGE "valgrind"
  2354. | #define VERSION "3.7.0"
  2355. | #define GDB_PATH "/usr/bin/gdb"
  2356. | #define DARWIN_10_5 100500
  2357. | #define DARWIN_10_6 100600
  2358. | #define DARWIN_10_7 100700
  2359. | #define DARWIN_VERS DARWIN_10_7
  2360. | #define VG_TMPDIR "/tmp"
  2361. | #define STDC_HEADERS 1
  2362. | #define HAVE_SYS_TYPES_H 1
  2363. | #define HAVE_SYS_STAT_H 1
  2364. | #define HAVE_STDLIB_H 1
  2365. | #define HAVE_STRING_H 1
  2366. | #define HAVE_MEMORY_H 1
  2367. | #define HAVE_STRINGS_H 1
  2368. | #define HAVE_INTTYPES_H 1
  2369. | #define HAVE_STDINT_H 1
  2370. | #define HAVE_UNISTD_H 1
  2371. | #define DARWIN_LIBC 1
  2372. | #define HAVE_PTHREAD_RWLOCK_T 1
  2373. | #define HAVE_TLS 1
  2374. | #define STDC_HEADERS 1
  2375. | #define HAVE_SYS_POLL_H 1
  2376. | #define HAVE_SYS_SIGNAL_H 1
  2377. | /* end confdefs.h. */
  2378. | #include <sys/signalfd.h>
  2379. configure:8092: result: no
  2380. configure:8092: checking for sys/signalfd.h
  2381. configure:8092: result: no
  2382. configure:8092: checking sys/syscall.h usability
  2383. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2384. configure:8092: $? = 0
  2385. configure:8092: result: yes
  2386. configure:8092: checking sys/syscall.h presence
  2387. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2388. configure:8092: $? = 0
  2389. configure:8092: result: yes
  2390. configure:8092: checking for sys/syscall.h
  2391. configure:8092: result: yes
  2392. configure:8092: checking sys/time.h usability
  2393. configure:8092: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2394. configure:8092: $? = 0
  2395. configure:8092: result: yes
  2396. configure:8092: checking sys/time.h presence
  2397. configure:8092: /usr/bin/clang -E -isystem /usr/local/include conftest.c
  2398. configure:8092: $? = 0
  2399. configure:8092: result: yes
  2400. configure:8092: checking for sys/time.h
  2401. configure:8092: result: yes
  2402. configure:8092: checking for sys/types.h
  2403. configure:8092: result: yes
  2404. configure:8105: checking if <linux/futex.h> is usable
  2405. configure:8123: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2406. conftest.c:37:10: fatal error: 'linux/futex.h' file not found
  2407. #include <linux/futex.h>
  2408. ^
  2409. 1 error generated.
  2410. configure:8123: $? = 1
  2411. configure: failed program was:
  2412. | /* confdefs.h */
  2413. | #define PACKAGE_NAME "Valgrind"
  2414. | #define PACKAGE_TARNAME "valgrind"
  2415. | #define PACKAGE_VERSION "3.7.0"
  2416. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2417. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2418. | #define PACKAGE_URL ""
  2419. | #define PACKAGE "valgrind"
  2420. | #define VERSION "3.7.0"
  2421. | #define GDB_PATH "/usr/bin/gdb"
  2422. | #define DARWIN_10_5 100500
  2423. | #define DARWIN_10_6 100600
  2424. | #define DARWIN_10_7 100700
  2425. | #define DARWIN_VERS DARWIN_10_7
  2426. | #define VG_TMPDIR "/tmp"
  2427. | #define STDC_HEADERS 1
  2428. | #define HAVE_SYS_TYPES_H 1
  2429. | #define HAVE_SYS_STAT_H 1
  2430. | #define HAVE_STDLIB_H 1
  2431. | #define HAVE_STRING_H 1
  2432. | #define HAVE_MEMORY_H 1
  2433. | #define HAVE_STRINGS_H 1
  2434. | #define HAVE_INTTYPES_H 1
  2435. | #define HAVE_STDINT_H 1
  2436. | #define HAVE_UNISTD_H 1
  2437. | #define DARWIN_LIBC 1
  2438. | #define HAVE_PTHREAD_RWLOCK_T 1
  2439. | #define HAVE_TLS 1
  2440. | #define STDC_HEADERS 1
  2441. | #define HAVE_SYS_POLL_H 1
  2442. | #define HAVE_SYS_SIGNAL_H 1
  2443. | #define HAVE_SYS_SYSCALL_H 1
  2444. | #define HAVE_SYS_TIME_H 1
  2445. | #define HAVE_SYS_TYPES_H 1
  2446. | /* end confdefs.h. */
  2447. |
  2448. | #include <linux/futex.h>
  2449. |
  2450. | int
  2451. | main ()
  2452. | {
  2453. |
  2454. | return FUTEX_WAIT;
  2455. |
  2456. | ;
  2457. | return 0;
  2458. | }
  2459. configure:8133: result: no
  2460. configure:8142: checking for uid_t in sys/types.h
  2461. configure:8161: result: yes
  2462. configure:8172: checking for off_t
  2463. configure:8172: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2464. configure:8172: $? = 0
  2465. configure:8172: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2466. conftest.c:72:20: error: expected expression
  2467. if (sizeof ((off_t)))
  2468. ^
  2469. 1 error generated.
  2470. configure:8172: $? = 1
  2471. configure: failed program was:
  2472. | /* confdefs.h */
  2473. | #define PACKAGE_NAME "Valgrind"
  2474. | #define PACKAGE_TARNAME "valgrind"
  2475. | #define PACKAGE_VERSION "3.7.0"
  2476. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2477. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2478. | #define PACKAGE_URL ""
  2479. | #define PACKAGE "valgrind"
  2480. | #define VERSION "3.7.0"
  2481. | #define GDB_PATH "/usr/bin/gdb"
  2482. | #define DARWIN_10_5 100500
  2483. | #define DARWIN_10_6 100600
  2484. | #define DARWIN_10_7 100700
  2485. | #define DARWIN_VERS DARWIN_10_7
  2486. | #define VG_TMPDIR "/tmp"
  2487. | #define STDC_HEADERS 1
  2488. | #define HAVE_SYS_TYPES_H 1
  2489. | #define HAVE_SYS_STAT_H 1
  2490. | #define HAVE_STDLIB_H 1
  2491. | #define HAVE_STRING_H 1
  2492. | #define HAVE_MEMORY_H 1
  2493. | #define HAVE_STRINGS_H 1
  2494. | #define HAVE_INTTYPES_H 1
  2495. | #define HAVE_STDINT_H 1
  2496. | #define HAVE_UNISTD_H 1
  2497. | #define DARWIN_LIBC 1
  2498. | #define HAVE_PTHREAD_RWLOCK_T 1
  2499. | #define HAVE_TLS 1
  2500. | #define STDC_HEADERS 1
  2501. | #define HAVE_SYS_POLL_H 1
  2502. | #define HAVE_SYS_SIGNAL_H 1
  2503. | #define HAVE_SYS_SYSCALL_H 1
  2504. | #define HAVE_SYS_TIME_H 1
  2505. | #define HAVE_SYS_TYPES_H 1
  2506. | /* end confdefs.h. */
  2507. | #include <stdio.h>
  2508. | #ifdef HAVE_SYS_TYPES_H
  2509. | # include <sys/types.h>
  2510. | #endif
  2511. | #ifdef HAVE_SYS_STAT_H
  2512. | # include <sys/stat.h>
  2513. | #endif
  2514. | #ifdef STDC_HEADERS
  2515. | # include <stdlib.h>
  2516. | # include <stddef.h>
  2517. | #else
  2518. | # ifdef HAVE_STDLIB_H
  2519. | # include <stdlib.h>
  2520. | # endif
  2521. | #endif
  2522. | #ifdef HAVE_STRING_H
  2523. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2524. | # include <memory.h>
  2525. | # endif
  2526. | # include <string.h>
  2527. | #endif
  2528. | #ifdef HAVE_STRINGS_H
  2529. | # include <strings.h>
  2530. | #endif
  2531. | #ifdef HAVE_INTTYPES_H
  2532. | # include <inttypes.h>
  2533. | #endif
  2534. | #ifdef HAVE_STDINT_H
  2535. | # include <stdint.h>
  2536. | #endif
  2537. | #ifdef HAVE_UNISTD_H
  2538. | # include <unistd.h>
  2539. | #endif
  2540. | int
  2541. | main ()
  2542. | {
  2543. | if (sizeof ((off_t)))
  2544. | return 0;
  2545. | ;
  2546. | return 0;
  2547. | }
  2548. configure:8172: result: yes
  2549. configure:8183: checking for size_t
  2550. configure:8183: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2551. configure:8183: $? = 0
  2552. configure:8183: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2553. conftest.c:72:21: error: expected expression
  2554. if (sizeof ((size_t)))
  2555. ^
  2556. 1 error generated.
  2557. configure:8183: $? = 1
  2558. configure: failed program was:
  2559. | /* confdefs.h */
  2560. | #define PACKAGE_NAME "Valgrind"
  2561. | #define PACKAGE_TARNAME "valgrind"
  2562. | #define PACKAGE_VERSION "3.7.0"
  2563. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2564. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2565. | #define PACKAGE_URL ""
  2566. | #define PACKAGE "valgrind"
  2567. | #define VERSION "3.7.0"
  2568. | #define GDB_PATH "/usr/bin/gdb"
  2569. | #define DARWIN_10_5 100500
  2570. | #define DARWIN_10_6 100600
  2571. | #define DARWIN_10_7 100700
  2572. | #define DARWIN_VERS DARWIN_10_7
  2573. | #define VG_TMPDIR "/tmp"
  2574. | #define STDC_HEADERS 1
  2575. | #define HAVE_SYS_TYPES_H 1
  2576. | #define HAVE_SYS_STAT_H 1
  2577. | #define HAVE_STDLIB_H 1
  2578. | #define HAVE_STRING_H 1
  2579. | #define HAVE_MEMORY_H 1
  2580. | #define HAVE_STRINGS_H 1
  2581. | #define HAVE_INTTYPES_H 1
  2582. | #define HAVE_STDINT_H 1
  2583. | #define HAVE_UNISTD_H 1
  2584. | #define DARWIN_LIBC 1
  2585. | #define HAVE_PTHREAD_RWLOCK_T 1
  2586. | #define HAVE_TLS 1
  2587. | #define STDC_HEADERS 1
  2588. | #define HAVE_SYS_POLL_H 1
  2589. | #define HAVE_SYS_SIGNAL_H 1
  2590. | #define HAVE_SYS_SYSCALL_H 1
  2591. | #define HAVE_SYS_TIME_H 1
  2592. | #define HAVE_SYS_TYPES_H 1
  2593. | /* end confdefs.h. */
  2594. | #include <stdio.h>
  2595. | #ifdef HAVE_SYS_TYPES_H
  2596. | # include <sys/types.h>
  2597. | #endif
  2598. | #ifdef HAVE_SYS_STAT_H
  2599. | # include <sys/stat.h>
  2600. | #endif
  2601. | #ifdef STDC_HEADERS
  2602. | # include <stdlib.h>
  2603. | # include <stddef.h>
  2604. | #else
  2605. | # ifdef HAVE_STDLIB_H
  2606. | # include <stdlib.h>
  2607. | # endif
  2608. | #endif
  2609. | #ifdef HAVE_STRING_H
  2610. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2611. | # include <memory.h>
  2612. | # endif
  2613. | # include <string.h>
  2614. | #endif
  2615. | #ifdef HAVE_STRINGS_H
  2616. | # include <strings.h>
  2617. | #endif
  2618. | #ifdef HAVE_INTTYPES_H
  2619. | # include <inttypes.h>
  2620. | #endif
  2621. | #ifdef HAVE_STDINT_H
  2622. | # include <stdint.h>
  2623. | #endif
  2624. | #ifdef HAVE_UNISTD_H
  2625. | # include <unistd.h>
  2626. | #endif
  2627. | int
  2628. | main ()
  2629. | {
  2630. | if (sizeof ((size_t)))
  2631. | return 0;
  2632. | ;
  2633. | return 0;
  2634. | }
  2635. configure:8183: result: yes
  2636. configure:8194: checking whether time.h and sys/time.h may both be included
  2637. configure:8214: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2638. configure:8214: $? = 0
  2639. configure:8221: result: yes
  2640. configure:8234: checking for working memcmp
  2641. configure:8277: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  2642. configure:8277: $? = 0
  2643. configure:8277: ./conftest
  2644. configure:8277: $? = 0
  2645. configure:8287: result: yes
  2646. configure:8302: checking for stdlib.h
  2647. configure:8302: result: yes
  2648. configure:8302: checking for unistd.h
  2649. configure:8302: result: yes
  2650. configure:8302: checking for sys/param.h
  2651. configure:8302: /usr/bin/clang -c -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include conftest.c >&5
  2652. configure:8302: $? = 0
  2653. configure:8302: result: yes
  2654. configure:8323: checking for getpagesize
  2655. configure:8323: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  2656. configure:8323: $? = 0
  2657. configure:8323: result: yes
  2658. configure:8332: checking for working mmap
  2659. configure:8479: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  2660. configure:8479: $? = 0
  2661. configure:8479: ./conftest
  2662. configure:8479: $? = 0
  2663. configure:8489: result: yes
  2664. configure:8499: checking for pthread_create in -lpthread
  2665. configure:8524: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  2666. configure:8524: $? = 0
  2667. configure:8533: result: yes
  2668. configure:8544: checking for clock_gettime in -lrt
  2669. configure:8569: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lrt -lpthread >&5
  2670. ld: library not found for -lrt
  2671. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2672. configure:8569: $? = 1
  2673. configure: failed program was:
  2674. | /* confdefs.h */
  2675. | #define PACKAGE_NAME "Valgrind"
  2676. | #define PACKAGE_TARNAME "valgrind"
  2677. | #define PACKAGE_VERSION "3.7.0"
  2678. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2679. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2680. | #define PACKAGE_URL ""
  2681. | #define PACKAGE "valgrind"
  2682. | #define VERSION "3.7.0"
  2683. | #define GDB_PATH "/usr/bin/gdb"
  2684. | #define DARWIN_10_5 100500
  2685. | #define DARWIN_10_6 100600
  2686. | #define DARWIN_10_7 100700
  2687. | #define DARWIN_VERS DARWIN_10_7
  2688. | #define VG_TMPDIR "/tmp"
  2689. | #define STDC_HEADERS 1
  2690. | #define HAVE_SYS_TYPES_H 1
  2691. | #define HAVE_SYS_STAT_H 1
  2692. | #define HAVE_STDLIB_H 1
  2693. | #define HAVE_STRING_H 1
  2694. | #define HAVE_MEMORY_H 1
  2695. | #define HAVE_STRINGS_H 1
  2696. | #define HAVE_INTTYPES_H 1
  2697. | #define HAVE_STDINT_H 1
  2698. | #define HAVE_UNISTD_H 1
  2699. | #define DARWIN_LIBC 1
  2700. | #define HAVE_PTHREAD_RWLOCK_T 1
  2701. | #define HAVE_TLS 1
  2702. | #define STDC_HEADERS 1
  2703. | #define HAVE_SYS_POLL_H 1
  2704. | #define HAVE_SYS_SIGNAL_H 1
  2705. | #define HAVE_SYS_SYSCALL_H 1
  2706. | #define HAVE_SYS_TIME_H 1
  2707. | #define HAVE_SYS_TYPES_H 1
  2708. | #define TIME_WITH_SYS_TIME 1
  2709. | #define HAVE_STDLIB_H 1
  2710. | #define HAVE_UNISTD_H 1
  2711. | #define HAVE_SYS_PARAM_H 1
  2712. | #define HAVE_GETPAGESIZE 1
  2713. | #define HAVE_MMAP 1
  2714. | #define HAVE_LIBPTHREAD 1
  2715. | /* end confdefs.h. */
  2716. |
  2717. | /* Override any GCC internal prototype to avoid an error.
  2718. | Use char because int might match the return type of a GCC
  2719. | builtin and then its argument prototype would still apply. */
  2720. | #ifdef __cplusplus
  2721. | extern "C"
  2722. | #endif
  2723. | char clock_gettime ();
  2724. | int
  2725. | main ()
  2726. | {
  2727. | return clock_gettime ();
  2728. | ;
  2729. | return 0;
  2730. | }
  2731. configure:8578: result: no
  2732. configure:8622: checking for clock_gettime
  2733. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  2734. Undefined symbols for architecture x86_64:
  2735. "_clock_gettime", referenced from:
  2736. _main in conftest-S3P0tY.o
  2737. ld: symbol(s) not found for architecture x86_64
  2738. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2739. configure:8622: $? = 1
  2740. configure: failed program was:
  2741. | /* confdefs.h */
  2742. | #define PACKAGE_NAME "Valgrind"
  2743. | #define PACKAGE_TARNAME "valgrind"
  2744. | #define PACKAGE_VERSION "3.7.0"
  2745. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2746. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2747. | #define PACKAGE_URL ""
  2748. | #define PACKAGE "valgrind"
  2749. | #define VERSION "3.7.0"
  2750. | #define GDB_PATH "/usr/bin/gdb"
  2751. | #define DARWIN_10_5 100500
  2752. | #define DARWIN_10_6 100600
  2753. | #define DARWIN_10_7 100700
  2754. | #define DARWIN_VERS DARWIN_10_7
  2755. | #define VG_TMPDIR "/tmp"
  2756. | #define STDC_HEADERS 1
  2757. | #define HAVE_SYS_TYPES_H 1
  2758. | #define HAVE_SYS_STAT_H 1
  2759. | #define HAVE_STDLIB_H 1
  2760. | #define HAVE_STRING_H 1
  2761. | #define HAVE_MEMORY_H 1
  2762. | #define HAVE_STRINGS_H 1
  2763. | #define HAVE_INTTYPES_H 1
  2764. | #define HAVE_STDINT_H 1
  2765. | #define HAVE_UNISTD_H 1
  2766. | #define DARWIN_LIBC 1
  2767. | #define HAVE_PTHREAD_RWLOCK_T 1
  2768. | #define HAVE_TLS 1
  2769. | #define STDC_HEADERS 1
  2770. | #define HAVE_SYS_POLL_H 1
  2771. | #define HAVE_SYS_SIGNAL_H 1
  2772. | #define HAVE_SYS_SYSCALL_H 1
  2773. | #define HAVE_SYS_TIME_H 1
  2774. | #define HAVE_SYS_TYPES_H 1
  2775. | #define TIME_WITH_SYS_TIME 1
  2776. | #define HAVE_STDLIB_H 1
  2777. | #define HAVE_UNISTD_H 1
  2778. | #define HAVE_SYS_PARAM_H 1
  2779. | #define HAVE_GETPAGESIZE 1
  2780. | #define HAVE_MMAP 1
  2781. | #define HAVE_LIBPTHREAD 1
  2782. | /* end confdefs.h. */
  2783. | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
  2784. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2785. | #define clock_gettime innocuous_clock_gettime
  2786. |
  2787. | /* System header to define __stub macros and hopefully few prototypes,
  2788. | which can conflict with char clock_gettime (); below.
  2789. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2790. | <limits.h> exists even on freestanding compilers. */
  2791. |
  2792. | #ifdef __STDC__
  2793. | # include <limits.h>
  2794. | #else
  2795. | # include <assert.h>
  2796. | #endif
  2797. |
  2798. | #undef clock_gettime
  2799. |
  2800. | /* Override any GCC internal prototype to avoid an error.
  2801. | Use char because int might match the return type of a GCC
  2802. | builtin and then its argument prototype would still apply. */
  2803. | #ifdef __cplusplus
  2804. | extern "C"
  2805. | #endif
  2806. | char clock_gettime ();
  2807. | /* The GNU C library defines this for functions which it implements
  2808. | to always fail with ENOSYS. Some functions are actually named
  2809. | something starting with __ and the normal name is an alias. */
  2810. | #if defined __stub_clock_gettime || defined __stub___clock_gettime
  2811. | choke me
  2812. | #endif
  2813. |
  2814. | int
  2815. | main ()
  2816. | {
  2817. | return clock_gettime ();
  2818. | ;
  2819. | return 0;
  2820. | }
  2821. configure:8622: result: no
  2822. configure:8622: checking for epoll_create
  2823. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  2824. Undefined symbols for architecture x86_64:
  2825. "_epoll_create", referenced from:
  2826. _main in conftest-Vp0JGy.o
  2827. ld: symbol(s) not found for architecture x86_64
  2828. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2829. configure:8622: $? = 1
  2830. configure: failed program was:
  2831. | /* confdefs.h */
  2832. | #define PACKAGE_NAME "Valgrind"
  2833. | #define PACKAGE_TARNAME "valgrind"
  2834. | #define PACKAGE_VERSION "3.7.0"
  2835. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2836. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2837. | #define PACKAGE_URL ""
  2838. | #define PACKAGE "valgrind"
  2839. | #define VERSION "3.7.0"
  2840. | #define GDB_PATH "/usr/bin/gdb"
  2841. | #define DARWIN_10_5 100500
  2842. | #define DARWIN_10_6 100600
  2843. | #define DARWIN_10_7 100700
  2844. | #define DARWIN_VERS DARWIN_10_7
  2845. | #define VG_TMPDIR "/tmp"
  2846. | #define STDC_HEADERS 1
  2847. | #define HAVE_SYS_TYPES_H 1
  2848. | #define HAVE_SYS_STAT_H 1
  2849. | #define HAVE_STDLIB_H 1
  2850. | #define HAVE_STRING_H 1
  2851. | #define HAVE_MEMORY_H 1
  2852. | #define HAVE_STRINGS_H 1
  2853. | #define HAVE_INTTYPES_H 1
  2854. | #define HAVE_STDINT_H 1
  2855. | #define HAVE_UNISTD_H 1
  2856. | #define DARWIN_LIBC 1
  2857. | #define HAVE_PTHREAD_RWLOCK_T 1
  2858. | #define HAVE_TLS 1
  2859. | #define STDC_HEADERS 1
  2860. | #define HAVE_SYS_POLL_H 1
  2861. | #define HAVE_SYS_SIGNAL_H 1
  2862. | #define HAVE_SYS_SYSCALL_H 1
  2863. | #define HAVE_SYS_TIME_H 1
  2864. | #define HAVE_SYS_TYPES_H 1
  2865. | #define TIME_WITH_SYS_TIME 1
  2866. | #define HAVE_STDLIB_H 1
  2867. | #define HAVE_UNISTD_H 1
  2868. | #define HAVE_SYS_PARAM_H 1
  2869. | #define HAVE_GETPAGESIZE 1
  2870. | #define HAVE_MMAP 1
  2871. | #define HAVE_LIBPTHREAD 1
  2872. | /* end confdefs.h. */
  2873. | /* Define epoll_create to an innocuous variant, in case <limits.h> declares epoll_create.
  2874. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2875. | #define epoll_create innocuous_epoll_create
  2876. |
  2877. | /* System header to define __stub macros and hopefully few prototypes,
  2878. | which can conflict with char epoll_create (); below.
  2879. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2880. | <limits.h> exists even on freestanding compilers. */
  2881. |
  2882. | #ifdef __STDC__
  2883. | # include <limits.h>
  2884. | #else
  2885. | # include <assert.h>
  2886. | #endif
  2887. |
  2888. | #undef epoll_create
  2889. |
  2890. | /* Override any GCC internal prototype to avoid an error.
  2891. | Use char because int might match the return type of a GCC
  2892. | builtin and then its argument prototype would still apply. */
  2893. | #ifdef __cplusplus
  2894. | extern "C"
  2895. | #endif
  2896. | char epoll_create ();
  2897. | /* The GNU C library defines this for functions which it implements
  2898. | to always fail with ENOSYS. Some functions are actually named
  2899. | something starting with __ and the normal name is an alias. */
  2900. | #if defined __stub_epoll_create || defined __stub___epoll_create
  2901. | choke me
  2902. | #endif
  2903. |
  2904. | int
  2905. | main ()
  2906. | {
  2907. | return epoll_create ();
  2908. | ;
  2909. | return 0;
  2910. | }
  2911. configure:8622: result: no
  2912. configure:8622: checking for epoll_pwait
  2913. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  2914. Undefined symbols for architecture x86_64:
  2915. "_epoll_pwait", referenced from:
  2916. _main in conftest-HE1gvP.o
  2917. ld: symbol(s) not found for architecture x86_64
  2918. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2919. configure:8622: $? = 1
  2920. configure: failed program was:
  2921. | /* confdefs.h */
  2922. | #define PACKAGE_NAME "Valgrind"
  2923. | #define PACKAGE_TARNAME "valgrind"
  2924. | #define PACKAGE_VERSION "3.7.0"
  2925. | #define PACKAGE_STRING "Valgrind 3.7.0"
  2926. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  2927. | #define PACKAGE_URL ""
  2928. | #define PACKAGE "valgrind"
  2929. | #define VERSION "3.7.0"
  2930. | #define GDB_PATH "/usr/bin/gdb"
  2931. | #define DARWIN_10_5 100500
  2932. | #define DARWIN_10_6 100600
  2933. | #define DARWIN_10_7 100700
  2934. | #define DARWIN_VERS DARWIN_10_7
  2935. | #define VG_TMPDIR "/tmp"
  2936. | #define STDC_HEADERS 1
  2937. | #define HAVE_SYS_TYPES_H 1
  2938. | #define HAVE_SYS_STAT_H 1
  2939. | #define HAVE_STDLIB_H 1
  2940. | #define HAVE_STRING_H 1
  2941. | #define HAVE_MEMORY_H 1
  2942. | #define HAVE_STRINGS_H 1
  2943. | #define HAVE_INTTYPES_H 1
  2944. | #define HAVE_STDINT_H 1
  2945. | #define HAVE_UNISTD_H 1
  2946. | #define DARWIN_LIBC 1
  2947. | #define HAVE_PTHREAD_RWLOCK_T 1
  2948. | #define HAVE_TLS 1
  2949. | #define STDC_HEADERS 1
  2950. | #define HAVE_SYS_POLL_H 1
  2951. | #define HAVE_SYS_SIGNAL_H 1
  2952. | #define HAVE_SYS_SYSCALL_H 1
  2953. | #define HAVE_SYS_TIME_H 1
  2954. | #define HAVE_SYS_TYPES_H 1
  2955. | #define TIME_WITH_SYS_TIME 1
  2956. | #define HAVE_STDLIB_H 1
  2957. | #define HAVE_UNISTD_H 1
  2958. | #define HAVE_SYS_PARAM_H 1
  2959. | #define HAVE_GETPAGESIZE 1
  2960. | #define HAVE_MMAP 1
  2961. | #define HAVE_LIBPTHREAD 1
  2962. | /* end confdefs.h. */
  2963. | /* Define epoll_pwait to an innocuous variant, in case <limits.h> declares epoll_pwait.
  2964. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2965. | #define epoll_pwait innocuous_epoll_pwait
  2966. |
  2967. | /* System header to define __stub macros and hopefully few prototypes,
  2968. | which can conflict with char epoll_pwait (); below.
  2969. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2970. | <limits.h> exists even on freestanding compilers. */
  2971. |
  2972. | #ifdef __STDC__
  2973. | # include <limits.h>
  2974. | #else
  2975. | # include <assert.h>
  2976. | #endif
  2977. |
  2978. | #undef epoll_pwait
  2979. |
  2980. | /* Override any GCC internal prototype to avoid an error.
  2981. | Use char because int might match the return type of a GCC
  2982. | builtin and then its argument prototype would still apply. */
  2983. | #ifdef __cplusplus
  2984. | extern "C"
  2985. | #endif
  2986. | char epoll_pwait ();
  2987. | /* The GNU C library defines this for functions which it implements
  2988. | to always fail with ENOSYS. Some functions are actually named
  2989. | something starting with __ and the normal name is an alias. */
  2990. | #if defined __stub_epoll_pwait || defined __stub___epoll_pwait
  2991. | choke me
  2992. | #endif
  2993. |
  2994. | int
  2995. | main ()
  2996. | {
  2997. | return epoll_pwait ();
  2998. | ;
  2999. | return 0;
  3000. | }
  3001. configure:8622: result: no
  3002. configure:8622: checking for klogctl
  3003. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3004. Undefined symbols for architecture x86_64:
  3005. "_klogctl", referenced from:
  3006. _main in conftest-3Pb8ni.o
  3007. ld: symbol(s) not found for architecture x86_64
  3008. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3009. configure:8622: $? = 1
  3010. configure: failed program was:
  3011. | /* confdefs.h */
  3012. | #define PACKAGE_NAME "Valgrind"
  3013. | #define PACKAGE_TARNAME "valgrind"
  3014. | #define PACKAGE_VERSION "3.7.0"
  3015. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3016. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3017. | #define PACKAGE_URL ""
  3018. | #define PACKAGE "valgrind"
  3019. | #define VERSION "3.7.0"
  3020. | #define GDB_PATH "/usr/bin/gdb"
  3021. | #define DARWIN_10_5 100500
  3022. | #define DARWIN_10_6 100600
  3023. | #define DARWIN_10_7 100700
  3024. | #define DARWIN_VERS DARWIN_10_7
  3025. | #define VG_TMPDIR "/tmp"
  3026. | #define STDC_HEADERS 1
  3027. | #define HAVE_SYS_TYPES_H 1
  3028. | #define HAVE_SYS_STAT_H 1
  3029. | #define HAVE_STDLIB_H 1
  3030. | #define HAVE_STRING_H 1
  3031. | #define HAVE_MEMORY_H 1
  3032. | #define HAVE_STRINGS_H 1
  3033. | #define HAVE_INTTYPES_H 1
  3034. | #define HAVE_STDINT_H 1
  3035. | #define HAVE_UNISTD_H 1
  3036. | #define DARWIN_LIBC 1
  3037. | #define HAVE_PTHREAD_RWLOCK_T 1
  3038. | #define HAVE_TLS 1
  3039. | #define STDC_HEADERS 1
  3040. | #define HAVE_SYS_POLL_H 1
  3041. | #define HAVE_SYS_SIGNAL_H 1
  3042. | #define HAVE_SYS_SYSCALL_H 1
  3043. | #define HAVE_SYS_TIME_H 1
  3044. | #define HAVE_SYS_TYPES_H 1
  3045. | #define TIME_WITH_SYS_TIME 1
  3046. | #define HAVE_STDLIB_H 1
  3047. | #define HAVE_UNISTD_H 1
  3048. | #define HAVE_SYS_PARAM_H 1
  3049. | #define HAVE_GETPAGESIZE 1
  3050. | #define HAVE_MMAP 1
  3051. | #define HAVE_LIBPTHREAD 1
  3052. | /* end confdefs.h. */
  3053. | /* Define klogctl to an innocuous variant, in case <limits.h> declares klogctl.
  3054. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3055. | #define klogctl innocuous_klogctl
  3056. |
  3057. | /* System header to define __stub macros and hopefully few prototypes,
  3058. | which can conflict with char klogctl (); below.
  3059. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3060. | <limits.h> exists even on freestanding compilers. */
  3061. |
  3062. | #ifdef __STDC__
  3063. | # include <limits.h>
  3064. | #else
  3065. | # include <assert.h>
  3066. | #endif
  3067. |
  3068. | #undef klogctl
  3069. |
  3070. | /* Override any GCC internal prototype to avoid an error.
  3071. | Use char because int might match the return type of a GCC
  3072. | builtin and then its argument prototype would still apply. */
  3073. | #ifdef __cplusplus
  3074. | extern "C"
  3075. | #endif
  3076. | char klogctl ();
  3077. | /* The GNU C library defines this for functions which it implements
  3078. | to always fail with ENOSYS. Some functions are actually named
  3079. | something starting with __ and the normal name is an alias. */
  3080. | #if defined __stub_klogctl || defined __stub___klogctl
  3081. | choke me
  3082. | #endif
  3083. |
  3084. | int
  3085. | main ()
  3086. | {
  3087. | return klogctl ();
  3088. | ;
  3089. | return 0;
  3090. | }
  3091. configure:8622: result: no
  3092. configure:8622: checking for mallinfo
  3093. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3094. Undefined symbols for architecture x86_64:
  3095. "_mallinfo", referenced from:
  3096. _main in conftest-gKbtuA.o
  3097. ld: symbol(s) not found for architecture x86_64
  3098. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3099. configure:8622: $? = 1
  3100. configure: failed program was:
  3101. | /* confdefs.h */
  3102. | #define PACKAGE_NAME "Valgrind"
  3103. | #define PACKAGE_TARNAME "valgrind"
  3104. | #define PACKAGE_VERSION "3.7.0"
  3105. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3106. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3107. | #define PACKAGE_URL ""
  3108. | #define PACKAGE "valgrind"
  3109. | #define VERSION "3.7.0"
  3110. | #define GDB_PATH "/usr/bin/gdb"
  3111. | #define DARWIN_10_5 100500
  3112. | #define DARWIN_10_6 100600
  3113. | #define DARWIN_10_7 100700
  3114. | #define DARWIN_VERS DARWIN_10_7
  3115. | #define VG_TMPDIR "/tmp"
  3116. | #define STDC_HEADERS 1
  3117. | #define HAVE_SYS_TYPES_H 1
  3118. | #define HAVE_SYS_STAT_H 1
  3119. | #define HAVE_STDLIB_H 1
  3120. | #define HAVE_STRING_H 1
  3121. | #define HAVE_MEMORY_H 1
  3122. | #define HAVE_STRINGS_H 1
  3123. | #define HAVE_INTTYPES_H 1
  3124. | #define HAVE_STDINT_H 1
  3125. | #define HAVE_UNISTD_H 1
  3126. | #define DARWIN_LIBC 1
  3127. | #define HAVE_PTHREAD_RWLOCK_T 1
  3128. | #define HAVE_TLS 1
  3129. | #define STDC_HEADERS 1
  3130. | #define HAVE_SYS_POLL_H 1
  3131. | #define HAVE_SYS_SIGNAL_H 1
  3132. | #define HAVE_SYS_SYSCALL_H 1
  3133. | #define HAVE_SYS_TIME_H 1
  3134. | #define HAVE_SYS_TYPES_H 1
  3135. | #define TIME_WITH_SYS_TIME 1
  3136. | #define HAVE_STDLIB_H 1
  3137. | #define HAVE_UNISTD_H 1
  3138. | #define HAVE_SYS_PARAM_H 1
  3139. | #define HAVE_GETPAGESIZE 1
  3140. | #define HAVE_MMAP 1
  3141. | #define HAVE_LIBPTHREAD 1
  3142. | /* end confdefs.h. */
  3143. | /* Define mallinfo to an innocuous variant, in case <limits.h> declares mallinfo.
  3144. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3145. | #define mallinfo innocuous_mallinfo
  3146. |
  3147. | /* System header to define __stub macros and hopefully few prototypes,
  3148. | which can conflict with char mallinfo (); below.
  3149. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3150. | <limits.h> exists even on freestanding compilers. */
  3151. |
  3152. | #ifdef __STDC__
  3153. | # include <limits.h>
  3154. | #else
  3155. | # include <assert.h>
  3156. | #endif
  3157. |
  3158. | #undef mallinfo
  3159. |
  3160. | /* Override any GCC internal prototype to avoid an error.
  3161. | Use char because int might match the return type of a GCC
  3162. | builtin and then its argument prototype would still apply. */
  3163. | #ifdef __cplusplus
  3164. | extern "C"
  3165. | #endif
  3166. | char mallinfo ();
  3167. | /* The GNU C library defines this for functions which it implements
  3168. | to always fail with ENOSYS. Some functions are actually named
  3169. | something starting with __ and the normal name is an alias. */
  3170. | #if defined __stub_mallinfo || defined __stub___mallinfo
  3171. | choke me
  3172. | #endif
  3173. |
  3174. | int
  3175. | main ()
  3176. | {
  3177. | return mallinfo ();
  3178. | ;
  3179. | return 0;
  3180. | }
  3181. configure:8622: result: no
  3182. configure:8622: checking for memchr
  3183. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3184. configure:8622: $? = 0
  3185. configure:8622: result: yes
  3186. configure:8622: checking for memset
  3187. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3188. configure:8622: $? = 0
  3189. configure:8622: result: yes
  3190. configure:8622: checking for mkdir
  3191. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3192. configure:8622: $? = 0
  3193. configure:8622: result: yes
  3194. configure:8622: checking for mremap
  3195. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3196. Undefined symbols for architecture x86_64:
  3197. "_mremap", referenced from:
  3198. _main in conftest-Ad26s8.o
  3199. ld: symbol(s) not found for architecture x86_64
  3200. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3201. configure:8622: $? = 1
  3202. configure: failed program was:
  3203. | /* confdefs.h */
  3204. | #define PACKAGE_NAME "Valgrind"
  3205. | #define PACKAGE_TARNAME "valgrind"
  3206. | #define PACKAGE_VERSION "3.7.0"
  3207. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3208. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3209. | #define PACKAGE_URL ""
  3210. | #define PACKAGE "valgrind"
  3211. | #define VERSION "3.7.0"
  3212. | #define GDB_PATH "/usr/bin/gdb"
  3213. | #define DARWIN_10_5 100500
  3214. | #define DARWIN_10_6 100600
  3215. | #define DARWIN_10_7 100700
  3216. | #define DARWIN_VERS DARWIN_10_7
  3217. | #define VG_TMPDIR "/tmp"
  3218. | #define STDC_HEADERS 1
  3219. | #define HAVE_SYS_TYPES_H 1
  3220. | #define HAVE_SYS_STAT_H 1
  3221. | #define HAVE_STDLIB_H 1
  3222. | #define HAVE_STRING_H 1
  3223. | #define HAVE_MEMORY_H 1
  3224. | #define HAVE_STRINGS_H 1
  3225. | #define HAVE_INTTYPES_H 1
  3226. | #define HAVE_STDINT_H 1
  3227. | #define HAVE_UNISTD_H 1
  3228. | #define DARWIN_LIBC 1
  3229. | #define HAVE_PTHREAD_RWLOCK_T 1
  3230. | #define HAVE_TLS 1
  3231. | #define STDC_HEADERS 1
  3232. | #define HAVE_SYS_POLL_H 1
  3233. | #define HAVE_SYS_SIGNAL_H 1
  3234. | #define HAVE_SYS_SYSCALL_H 1
  3235. | #define HAVE_SYS_TIME_H 1
  3236. | #define HAVE_SYS_TYPES_H 1
  3237. | #define TIME_WITH_SYS_TIME 1
  3238. | #define HAVE_STDLIB_H 1
  3239. | #define HAVE_UNISTD_H 1
  3240. | #define HAVE_SYS_PARAM_H 1
  3241. | #define HAVE_GETPAGESIZE 1
  3242. | #define HAVE_MMAP 1
  3243. | #define HAVE_LIBPTHREAD 1
  3244. | #define HAVE_MEMCHR 1
  3245. | #define HAVE_MEMSET 1
  3246. | #define HAVE_MKDIR 1
  3247. | /* end confdefs.h. */
  3248. | /* Define mremap to an innocuous variant, in case <limits.h> declares mremap.
  3249. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3250. | #define mremap innocuous_mremap
  3251. |
  3252. | /* System header to define __stub macros and hopefully few prototypes,
  3253. | which can conflict with char mremap (); below.
  3254. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3255. | <limits.h> exists even on freestanding compilers. */
  3256. |
  3257. | #ifdef __STDC__
  3258. | # include <limits.h>
  3259. | #else
  3260. | # include <assert.h>
  3261. | #endif
  3262. |
  3263. | #undef mremap
  3264. |
  3265. | /* Override any GCC internal prototype to avoid an error.
  3266. | Use char because int might match the return type of a GCC
  3267. | builtin and then its argument prototype would still apply. */
  3268. | #ifdef __cplusplus
  3269. | extern "C"
  3270. | #endif
  3271. | char mremap ();
  3272. | /* The GNU C library defines this for functions which it implements
  3273. | to always fail with ENOSYS. Some functions are actually named
  3274. | something starting with __ and the normal name is an alias. */
  3275. | #if defined __stub_mremap || defined __stub___mremap
  3276. | choke me
  3277. | #endif
  3278. |
  3279. | int
  3280. | main ()
  3281. | {
  3282. | return mremap ();
  3283. | ;
  3284. | return 0;
  3285. | }
  3286. configure:8622: result: no
  3287. configure:8622: checking for ppoll
  3288. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3289. Undefined symbols for architecture x86_64:
  3290. "_ppoll", referenced from:
  3291. _main in conftest-u4UkIp.o
  3292. ld: symbol(s) not found for architecture x86_64
  3293. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3294. configure:8622: $? = 1
  3295. configure: failed program was:
  3296. | /* confdefs.h */
  3297. | #define PACKAGE_NAME "Valgrind"
  3298. | #define PACKAGE_TARNAME "valgrind"
  3299. | #define PACKAGE_VERSION "3.7.0"
  3300. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3301. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3302. | #define PACKAGE_URL ""
  3303. | #define PACKAGE "valgrind"
  3304. | #define VERSION "3.7.0"
  3305. | #define GDB_PATH "/usr/bin/gdb"
  3306. | #define DARWIN_10_5 100500
  3307. | #define DARWIN_10_6 100600
  3308. | #define DARWIN_10_7 100700
  3309. | #define DARWIN_VERS DARWIN_10_7
  3310. | #define VG_TMPDIR "/tmp"
  3311. | #define STDC_HEADERS 1
  3312. | #define HAVE_SYS_TYPES_H 1
  3313. | #define HAVE_SYS_STAT_H 1
  3314. | #define HAVE_STDLIB_H 1
  3315. | #define HAVE_STRING_H 1
  3316. | #define HAVE_MEMORY_H 1
  3317. | #define HAVE_STRINGS_H 1
  3318. | #define HAVE_INTTYPES_H 1
  3319. | #define HAVE_STDINT_H 1
  3320. | #define HAVE_UNISTD_H 1
  3321. | #define DARWIN_LIBC 1
  3322. | #define HAVE_PTHREAD_RWLOCK_T 1
  3323. | #define HAVE_TLS 1
  3324. | #define STDC_HEADERS 1
  3325. | #define HAVE_SYS_POLL_H 1
  3326. | #define HAVE_SYS_SIGNAL_H 1
  3327. | #define HAVE_SYS_SYSCALL_H 1
  3328. | #define HAVE_SYS_TIME_H 1
  3329. | #define HAVE_SYS_TYPES_H 1
  3330. | #define TIME_WITH_SYS_TIME 1
  3331. | #define HAVE_STDLIB_H 1
  3332. | #define HAVE_UNISTD_H 1
  3333. | #define HAVE_SYS_PARAM_H 1
  3334. | #define HAVE_GETPAGESIZE 1
  3335. | #define HAVE_MMAP 1
  3336. | #define HAVE_LIBPTHREAD 1
  3337. | #define HAVE_MEMCHR 1
  3338. | #define HAVE_MEMSET 1
  3339. | #define HAVE_MKDIR 1
  3340. | /* end confdefs.h. */
  3341. | /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
  3342. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3343. | #define ppoll innocuous_ppoll
  3344. |
  3345. | /* System header to define __stub macros and hopefully few prototypes,
  3346. | which can conflict with char ppoll (); below.
  3347. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3348. | <limits.h> exists even on freestanding compilers. */
  3349. |
  3350. | #ifdef __STDC__
  3351. | # include <limits.h>
  3352. | #else
  3353. | # include <assert.h>
  3354. | #endif
  3355. |
  3356. | #undef ppoll
  3357. |
  3358. | /* Override any GCC internal prototype to avoid an error.
  3359. | Use char because int might match the return type of a GCC
  3360. | builtin and then its argument prototype would still apply. */
  3361. | #ifdef __cplusplus
  3362. | extern "C"
  3363. | #endif
  3364. | char ppoll ();
  3365. | /* The GNU C library defines this for functions which it implements
  3366. | to always fail with ENOSYS. Some functions are actually named
  3367. | something starting with __ and the normal name is an alias. */
  3368. | #if defined __stub_ppoll || defined __stub___ppoll
  3369. | choke me
  3370. | #endif
  3371. |
  3372. | int
  3373. | main ()
  3374. | {
  3375. | return ppoll ();
  3376. | ;
  3377. | return 0;
  3378. | }
  3379. configure:8622: result: no
  3380. configure:8622: checking for pthread_barrier_init
  3381. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3382. Undefined symbols for architecture x86_64:
  3383. "_pthread_barrier_init", referenced from:
  3384. _main in conftest-AZwTBt.o
  3385. ld: symbol(s) not found for architecture x86_64
  3386. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3387. configure:8622: $? = 1
  3388. configure: failed program was:
  3389. | /* confdefs.h */
  3390. | #define PACKAGE_NAME "Valgrind"
  3391. | #define PACKAGE_TARNAME "valgrind"
  3392. | #define PACKAGE_VERSION "3.7.0"
  3393. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3394. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3395. | #define PACKAGE_URL ""
  3396. | #define PACKAGE "valgrind"
  3397. | #define VERSION "3.7.0"
  3398. | #define GDB_PATH "/usr/bin/gdb"
  3399. | #define DARWIN_10_5 100500
  3400. | #define DARWIN_10_6 100600
  3401. | #define DARWIN_10_7 100700
  3402. | #define DARWIN_VERS DARWIN_10_7
  3403. | #define VG_TMPDIR "/tmp"
  3404. | #define STDC_HEADERS 1
  3405. | #define HAVE_SYS_TYPES_H 1
  3406. | #define HAVE_SYS_STAT_H 1
  3407. | #define HAVE_STDLIB_H 1
  3408. | #define HAVE_STRING_H 1
  3409. | #define HAVE_MEMORY_H 1
  3410. | #define HAVE_STRINGS_H 1
  3411. | #define HAVE_INTTYPES_H 1
  3412. | #define HAVE_STDINT_H 1
  3413. | #define HAVE_UNISTD_H 1
  3414. | #define DARWIN_LIBC 1
  3415. | #define HAVE_PTHREAD_RWLOCK_T 1
  3416. | #define HAVE_TLS 1
  3417. | #define STDC_HEADERS 1
  3418. | #define HAVE_SYS_POLL_H 1
  3419. | #define HAVE_SYS_SIGNAL_H 1
  3420. | #define HAVE_SYS_SYSCALL_H 1
  3421. | #define HAVE_SYS_TIME_H 1
  3422. | #define HAVE_SYS_TYPES_H 1
  3423. | #define TIME_WITH_SYS_TIME 1
  3424. | #define HAVE_STDLIB_H 1
  3425. | #define HAVE_UNISTD_H 1
  3426. | #define HAVE_SYS_PARAM_H 1
  3427. | #define HAVE_GETPAGESIZE 1
  3428. | #define HAVE_MMAP 1
  3429. | #define HAVE_LIBPTHREAD 1
  3430. | #define HAVE_MEMCHR 1
  3431. | #define HAVE_MEMSET 1
  3432. | #define HAVE_MKDIR 1
  3433. | /* end confdefs.h. */
  3434. | /* Define pthread_barrier_init to an innocuous variant, in case <limits.h> declares pthread_barrier_init.
  3435. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3436. | #define pthread_barrier_init innocuous_pthread_barrier_init
  3437. |
  3438. | /* System header to define __stub macros and hopefully few prototypes,
  3439. | which can conflict with char pthread_barrier_init (); below.
  3440. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3441. | <limits.h> exists even on freestanding compilers. */
  3442. |
  3443. | #ifdef __STDC__
  3444. | # include <limits.h>
  3445. | #else
  3446. | # include <assert.h>
  3447. | #endif
  3448. |
  3449. | #undef pthread_barrier_init
  3450. |
  3451. | /* Override any GCC internal prototype to avoid an error.
  3452. | Use char because int might match the return type of a GCC
  3453. | builtin and then its argument prototype would still apply. */
  3454. | #ifdef __cplusplus
  3455. | extern "C"
  3456. | #endif
  3457. | char pthread_barrier_init ();
  3458. | /* The GNU C library defines this for functions which it implements
  3459. | to always fail with ENOSYS. Some functions are actually named
  3460. | something starting with __ and the normal name is an alias. */
  3461. | #if defined __stub_pthread_barrier_init || defined __stub___pthread_barrier_init
  3462. | choke me
  3463. | #endif
  3464. |
  3465. | int
  3466. | main ()
  3467. | {
  3468. | return pthread_barrier_init ();
  3469. | ;
  3470. | return 0;
  3471. | }
  3472. configure:8622: result: no
  3473. configure:8622: checking for pthread_condattr_setclock
  3474. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3475. Undefined symbols for architecture x86_64:
  3476. "_pthread_condattr_setclock", referenced from:
  3477. _main in conftest-Iz9jWb.o
  3478. ld: symbol(s) not found for architecture x86_64
  3479. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3480. configure:8622: $? = 1
  3481. configure: failed program was:
  3482. | /* confdefs.h */
  3483. | #define PACKAGE_NAME "Valgrind"
  3484. | #define PACKAGE_TARNAME "valgrind"
  3485. | #define PACKAGE_VERSION "3.7.0"
  3486. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3487. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3488. | #define PACKAGE_URL ""
  3489. | #define PACKAGE "valgrind"
  3490. | #define VERSION "3.7.0"
  3491. | #define GDB_PATH "/usr/bin/gdb"
  3492. | #define DARWIN_10_5 100500
  3493. | #define DARWIN_10_6 100600
  3494. | #define DARWIN_10_7 100700
  3495. | #define DARWIN_VERS DARWIN_10_7
  3496. | #define VG_TMPDIR "/tmp"
  3497. | #define STDC_HEADERS 1
  3498. | #define HAVE_SYS_TYPES_H 1
  3499. | #define HAVE_SYS_STAT_H 1
  3500. | #define HAVE_STDLIB_H 1
  3501. | #define HAVE_STRING_H 1
  3502. | #define HAVE_MEMORY_H 1
  3503. | #define HAVE_STRINGS_H 1
  3504. | #define HAVE_INTTYPES_H 1
  3505. | #define HAVE_STDINT_H 1
  3506. | #define HAVE_UNISTD_H 1
  3507. | #define DARWIN_LIBC 1
  3508. | #define HAVE_PTHREAD_RWLOCK_T 1
  3509. | #define HAVE_TLS 1
  3510. | #define STDC_HEADERS 1
  3511. | #define HAVE_SYS_POLL_H 1
  3512. | #define HAVE_SYS_SIGNAL_H 1
  3513. | #define HAVE_SYS_SYSCALL_H 1
  3514. | #define HAVE_SYS_TIME_H 1
  3515. | #define HAVE_SYS_TYPES_H 1
  3516. | #define TIME_WITH_SYS_TIME 1
  3517. | #define HAVE_STDLIB_H 1
  3518. | #define HAVE_UNISTD_H 1
  3519. | #define HAVE_SYS_PARAM_H 1
  3520. | #define HAVE_GETPAGESIZE 1
  3521. | #define HAVE_MMAP 1
  3522. | #define HAVE_LIBPTHREAD 1
  3523. | #define HAVE_MEMCHR 1
  3524. | #define HAVE_MEMSET 1
  3525. | #define HAVE_MKDIR 1
  3526. | /* end confdefs.h. */
  3527. | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock.
  3528. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3529. | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock
  3530. |
  3531. | /* System header to define __stub macros and hopefully few prototypes,
  3532. | which can conflict with char pthread_condattr_setclock (); below.
  3533. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3534. | <limits.h> exists even on freestanding compilers. */
  3535. |
  3536. | #ifdef __STDC__
  3537. | # include <limits.h>
  3538. | #else
  3539. | # include <assert.h>
  3540. | #endif
  3541. |
  3542. | #undef pthread_condattr_setclock
  3543. |
  3544. | /* Override any GCC internal prototype to avoid an error.
  3545. | Use char because int might match the return type of a GCC
  3546. | builtin and then its argument prototype would still apply. */
  3547. | #ifdef __cplusplus
  3548. | extern "C"
  3549. | #endif
  3550. | char pthread_condattr_setclock ();
  3551. | /* The GNU C library defines this for functions which it implements
  3552. | to always fail with ENOSYS. Some functions are actually named
  3553. | something starting with __ and the normal name is an alias. */
  3554. | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock
  3555. | choke me
  3556. | #endif
  3557. |
  3558. | int
  3559. | main ()
  3560. | {
  3561. | return pthread_condattr_setclock ();
  3562. | ;
  3563. | return 0;
  3564. | }
  3565. configure:8622: result: no
  3566. configure:8622: checking for pthread_mutex_timedlock
  3567. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3568. Undefined symbols for architecture x86_64:
  3569. "_pthread_mutex_timedlock", referenced from:
  3570. _main in conftest-FjKFnQ.o
  3571. ld: symbol(s) not found for architecture x86_64
  3572. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3573. configure:8622: $? = 1
  3574. configure: failed program was:
  3575. | /* confdefs.h */
  3576. | #define PACKAGE_NAME "Valgrind"
  3577. | #define PACKAGE_TARNAME "valgrind"
  3578. | #define PACKAGE_VERSION "3.7.0"
  3579. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3580. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3581. | #define PACKAGE_URL ""
  3582. | #define PACKAGE "valgrind"
  3583. | #define VERSION "3.7.0"
  3584. | #define GDB_PATH "/usr/bin/gdb"
  3585. | #define DARWIN_10_5 100500
  3586. | #define DARWIN_10_6 100600
  3587. | #define DARWIN_10_7 100700
  3588. | #define DARWIN_VERS DARWIN_10_7
  3589. | #define VG_TMPDIR "/tmp"
  3590. | #define STDC_HEADERS 1
  3591. | #define HAVE_SYS_TYPES_H 1
  3592. | #define HAVE_SYS_STAT_H 1
  3593. | #define HAVE_STDLIB_H 1
  3594. | #define HAVE_STRING_H 1
  3595. | #define HAVE_MEMORY_H 1
  3596. | #define HAVE_STRINGS_H 1
  3597. | #define HAVE_INTTYPES_H 1
  3598. | #define HAVE_STDINT_H 1
  3599. | #define HAVE_UNISTD_H 1
  3600. | #define DARWIN_LIBC 1
  3601. | #define HAVE_PTHREAD_RWLOCK_T 1
  3602. | #define HAVE_TLS 1
  3603. | #define STDC_HEADERS 1
  3604. | #define HAVE_SYS_POLL_H 1
  3605. | #define HAVE_SYS_SIGNAL_H 1
  3606. | #define HAVE_SYS_SYSCALL_H 1
  3607. | #define HAVE_SYS_TIME_H 1
  3608. | #define HAVE_SYS_TYPES_H 1
  3609. | #define TIME_WITH_SYS_TIME 1
  3610. | #define HAVE_STDLIB_H 1
  3611. | #define HAVE_UNISTD_H 1
  3612. | #define HAVE_SYS_PARAM_H 1
  3613. | #define HAVE_GETPAGESIZE 1
  3614. | #define HAVE_MMAP 1
  3615. | #define HAVE_LIBPTHREAD 1
  3616. | #define HAVE_MEMCHR 1
  3617. | #define HAVE_MEMSET 1
  3618. | #define HAVE_MKDIR 1
  3619. | /* end confdefs.h. */
  3620. | /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
  3621. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3622. | #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
  3623. |
  3624. | /* System header to define __stub macros and hopefully few prototypes,
  3625. | which can conflict with char pthread_mutex_timedlock (); below.
  3626. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3627. | <limits.h> exists even on freestanding compilers. */
  3628. |
  3629. | #ifdef __STDC__
  3630. | # include <limits.h>
  3631. | #else
  3632. | # include <assert.h>
  3633. | #endif
  3634. |
  3635. | #undef pthread_mutex_timedlock
  3636. |
  3637. | /* Override any GCC internal prototype to avoid an error.
  3638. | Use char because int might match the return type of a GCC
  3639. | builtin and then its argument prototype would still apply. */
  3640. | #ifdef __cplusplus
  3641. | extern "C"
  3642. | #endif
  3643. | char pthread_mutex_timedlock ();
  3644. | /* The GNU C library defines this for functions which it implements
  3645. | to always fail with ENOSYS. Some functions are actually named
  3646. | something starting with __ and the normal name is an alias. */
  3647. | #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
  3648. | choke me
  3649. | #endif
  3650. |
  3651. | int
  3652. | main ()
  3653. | {
  3654. | return pthread_mutex_timedlock ();
  3655. | ;
  3656. | return 0;
  3657. | }
  3658. configure:8622: result: no
  3659. configure:8622: checking for pthread_rwlock_timedrdlock
  3660. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3661. Undefined symbols for architecture x86_64:
  3662. "_pthread_rwlock_timedrdlock", referenced from:
  3663. _main in conftest-1iL0p7.o
  3664. ld: symbol(s) not found for architecture x86_64
  3665. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3666. configure:8622: $? = 1
  3667. configure: failed program was:
  3668. | /* confdefs.h */
  3669. | #define PACKAGE_NAME "Valgrind"
  3670. | #define PACKAGE_TARNAME "valgrind"
  3671. | #define PACKAGE_VERSION "3.7.0"
  3672. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3673. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3674. | #define PACKAGE_URL ""
  3675. | #define PACKAGE "valgrind"
  3676. | #define VERSION "3.7.0"
  3677. | #define GDB_PATH "/usr/bin/gdb"
  3678. | #define DARWIN_10_5 100500
  3679. | #define DARWIN_10_6 100600
  3680. | #define DARWIN_10_7 100700
  3681. | #define DARWIN_VERS DARWIN_10_7
  3682. | #define VG_TMPDIR "/tmp"
  3683. | #define STDC_HEADERS 1
  3684. | #define HAVE_SYS_TYPES_H 1
  3685. | #define HAVE_SYS_STAT_H 1
  3686. | #define HAVE_STDLIB_H 1
  3687. | #define HAVE_STRING_H 1
  3688. | #define HAVE_MEMORY_H 1
  3689. | #define HAVE_STRINGS_H 1
  3690. | #define HAVE_INTTYPES_H 1
  3691. | #define HAVE_STDINT_H 1
  3692. | #define HAVE_UNISTD_H 1
  3693. | #define DARWIN_LIBC 1
  3694. | #define HAVE_PTHREAD_RWLOCK_T 1
  3695. | #define HAVE_TLS 1
  3696. | #define STDC_HEADERS 1
  3697. | #define HAVE_SYS_POLL_H 1
  3698. | #define HAVE_SYS_SIGNAL_H 1
  3699. | #define HAVE_SYS_SYSCALL_H 1
  3700. | #define HAVE_SYS_TIME_H 1
  3701. | #define HAVE_SYS_TYPES_H 1
  3702. | #define TIME_WITH_SYS_TIME 1
  3703. | #define HAVE_STDLIB_H 1
  3704. | #define HAVE_UNISTD_H 1
  3705. | #define HAVE_SYS_PARAM_H 1
  3706. | #define HAVE_GETPAGESIZE 1
  3707. | #define HAVE_MMAP 1
  3708. | #define HAVE_LIBPTHREAD 1
  3709. | #define HAVE_MEMCHR 1
  3710. | #define HAVE_MEMSET 1
  3711. | #define HAVE_MKDIR 1
  3712. | /* end confdefs.h. */
  3713. | /* Define pthread_rwlock_timedrdlock to an innocuous variant, in case <limits.h> declares pthread_rwlock_timedrdlock.
  3714. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3715. | #define pthread_rwlock_timedrdlock innocuous_pthread_rwlock_timedrdlock
  3716. |
  3717. | /* System header to define __stub macros and hopefully few prototypes,
  3718. | which can conflict with char pthread_rwlock_timedrdlock (); below.
  3719. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3720. | <limits.h> exists even on freestanding compilers. */
  3721. |
  3722. | #ifdef __STDC__
  3723. | # include <limits.h>
  3724. | #else
  3725. | # include <assert.h>
  3726. | #endif
  3727. |
  3728. | #undef pthread_rwlock_timedrdlock
  3729. |
  3730. | /* Override any GCC internal prototype to avoid an error.
  3731. | Use char because int might match the return type of a GCC
  3732. | builtin and then its argument prototype would still apply. */
  3733. | #ifdef __cplusplus
  3734. | extern "C"
  3735. | #endif
  3736. | char pthread_rwlock_timedrdlock ();
  3737. | /* The GNU C library defines this for functions which it implements
  3738. | to always fail with ENOSYS. Some functions are actually named
  3739. | something starting with __ and the normal name is an alias. */
  3740. | #if defined __stub_pthread_rwlock_timedrdlock || defined __stub___pthread_rwlock_timedrdlock
  3741. | choke me
  3742. | #endif
  3743. |
  3744. | int
  3745. | main ()
  3746. | {
  3747. | return pthread_rwlock_timedrdlock ();
  3748. | ;
  3749. | return 0;
  3750. | }
  3751. configure:8622: result: no
  3752. configure:8622: checking for pthread_rwlock_timedwrlock
  3753. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3754. Undefined symbols for architecture x86_64:
  3755. "_pthread_rwlock_timedwrlock", referenced from:
  3756. _main in conftest-6Jnuci.o
  3757. ld: symbol(s) not found for architecture x86_64
  3758. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3759. configure:8622: $? = 1
  3760. configure: failed program was:
  3761. | /* confdefs.h */
  3762. | #define PACKAGE_NAME "Valgrind"
  3763. | #define PACKAGE_TARNAME "valgrind"
  3764. | #define PACKAGE_VERSION "3.7.0"
  3765. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3766. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3767. | #define PACKAGE_URL ""
  3768. | #define PACKAGE "valgrind"
  3769. | #define VERSION "3.7.0"
  3770. | #define GDB_PATH "/usr/bin/gdb"
  3771. | #define DARWIN_10_5 100500
  3772. | #define DARWIN_10_6 100600
  3773. | #define DARWIN_10_7 100700
  3774. | #define DARWIN_VERS DARWIN_10_7
  3775. | #define VG_TMPDIR "/tmp"
  3776. | #define STDC_HEADERS 1
  3777. | #define HAVE_SYS_TYPES_H 1
  3778. | #define HAVE_SYS_STAT_H 1
  3779. | #define HAVE_STDLIB_H 1
  3780. | #define HAVE_STRING_H 1
  3781. | #define HAVE_MEMORY_H 1
  3782. | #define HAVE_STRINGS_H 1
  3783. | #define HAVE_INTTYPES_H 1
  3784. | #define HAVE_STDINT_H 1
  3785. | #define HAVE_UNISTD_H 1
  3786. | #define DARWIN_LIBC 1
  3787. | #define HAVE_PTHREAD_RWLOCK_T 1
  3788. | #define HAVE_TLS 1
  3789. | #define STDC_HEADERS 1
  3790. | #define HAVE_SYS_POLL_H 1
  3791. | #define HAVE_SYS_SIGNAL_H 1
  3792. | #define HAVE_SYS_SYSCALL_H 1
  3793. | #define HAVE_SYS_TIME_H 1
  3794. | #define HAVE_SYS_TYPES_H 1
  3795. | #define TIME_WITH_SYS_TIME 1
  3796. | #define HAVE_STDLIB_H 1
  3797. | #define HAVE_UNISTD_H 1
  3798. | #define HAVE_SYS_PARAM_H 1
  3799. | #define HAVE_GETPAGESIZE 1
  3800. | #define HAVE_MMAP 1
  3801. | #define HAVE_LIBPTHREAD 1
  3802. | #define HAVE_MEMCHR 1
  3803. | #define HAVE_MEMSET 1
  3804. | #define HAVE_MKDIR 1
  3805. | /* end confdefs.h. */
  3806. | /* Define pthread_rwlock_timedwrlock to an innocuous variant, in case <limits.h> declares pthread_rwlock_timedwrlock.
  3807. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3808. | #define pthread_rwlock_timedwrlock innocuous_pthread_rwlock_timedwrlock
  3809. |
  3810. | /* System header to define __stub macros and hopefully few prototypes,
  3811. | which can conflict with char pthread_rwlock_timedwrlock (); below.
  3812. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3813. | <limits.h> exists even on freestanding compilers. */
  3814. |
  3815. | #ifdef __STDC__
  3816. | # include <limits.h>
  3817. | #else
  3818. | # include <assert.h>
  3819. | #endif
  3820. |
  3821. | #undef pthread_rwlock_timedwrlock
  3822. |
  3823. | /* Override any GCC internal prototype to avoid an error.
  3824. | Use char because int might match the return type of a GCC
  3825. | builtin and then its argument prototype would still apply. */
  3826. | #ifdef __cplusplus
  3827. | extern "C"
  3828. | #endif
  3829. | char pthread_rwlock_timedwrlock ();
  3830. | /* The GNU C library defines this for functions which it implements
  3831. | to always fail with ENOSYS. Some functions are actually named
  3832. | something starting with __ and the normal name is an alias. */
  3833. | #if defined __stub_pthread_rwlock_timedwrlock || defined __stub___pthread_rwlock_timedwrlock
  3834. | choke me
  3835. | #endif
  3836. |
  3837. | int
  3838. | main ()
  3839. | {
  3840. | return pthread_rwlock_timedwrlock ();
  3841. | ;
  3842. | return 0;
  3843. | }
  3844. configure:8622: result: no
  3845. configure:8622: checking for pthread_spin_lock
  3846. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3847. Undefined symbols for architecture x86_64:
  3848. "_pthread_spin_lock", referenced from:
  3849. _main in conftest-0qB6cC.o
  3850. ld: symbol(s) not found for architecture x86_64
  3851. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3852. configure:8622: $? = 1
  3853. configure: failed program was:
  3854. | /* confdefs.h */
  3855. | #define PACKAGE_NAME "Valgrind"
  3856. | #define PACKAGE_TARNAME "valgrind"
  3857. | #define PACKAGE_VERSION "3.7.0"
  3858. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3859. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3860. | #define PACKAGE_URL ""
  3861. | #define PACKAGE "valgrind"
  3862. | #define VERSION "3.7.0"
  3863. | #define GDB_PATH "/usr/bin/gdb"
  3864. | #define DARWIN_10_5 100500
  3865. | #define DARWIN_10_6 100600
  3866. | #define DARWIN_10_7 100700
  3867. | #define DARWIN_VERS DARWIN_10_7
  3868. | #define VG_TMPDIR "/tmp"
  3869. | #define STDC_HEADERS 1
  3870. | #define HAVE_SYS_TYPES_H 1
  3871. | #define HAVE_SYS_STAT_H 1
  3872. | #define HAVE_STDLIB_H 1
  3873. | #define HAVE_STRING_H 1
  3874. | #define HAVE_MEMORY_H 1
  3875. | #define HAVE_STRINGS_H 1
  3876. | #define HAVE_INTTYPES_H 1
  3877. | #define HAVE_STDINT_H 1
  3878. | #define HAVE_UNISTD_H 1
  3879. | #define DARWIN_LIBC 1
  3880. | #define HAVE_PTHREAD_RWLOCK_T 1
  3881. | #define HAVE_TLS 1
  3882. | #define STDC_HEADERS 1
  3883. | #define HAVE_SYS_POLL_H 1
  3884. | #define HAVE_SYS_SIGNAL_H 1
  3885. | #define HAVE_SYS_SYSCALL_H 1
  3886. | #define HAVE_SYS_TIME_H 1
  3887. | #define HAVE_SYS_TYPES_H 1
  3888. | #define TIME_WITH_SYS_TIME 1
  3889. | #define HAVE_STDLIB_H 1
  3890. | #define HAVE_UNISTD_H 1
  3891. | #define HAVE_SYS_PARAM_H 1
  3892. | #define HAVE_GETPAGESIZE 1
  3893. | #define HAVE_MMAP 1
  3894. | #define HAVE_LIBPTHREAD 1
  3895. | #define HAVE_MEMCHR 1
  3896. | #define HAVE_MEMSET 1
  3897. | #define HAVE_MKDIR 1
  3898. | /* end confdefs.h. */
  3899. | /* Define pthread_spin_lock to an innocuous variant, in case <limits.h> declares pthread_spin_lock.
  3900. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3901. | #define pthread_spin_lock innocuous_pthread_spin_lock
  3902. |
  3903. | /* System header to define __stub macros and hopefully few prototypes,
  3904. | which can conflict with char pthread_spin_lock (); below.
  3905. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3906. | <limits.h> exists even on freestanding compilers. */
  3907. |
  3908. | #ifdef __STDC__
  3909. | # include <limits.h>
  3910. | #else
  3911. | # include <assert.h>
  3912. | #endif
  3913. |
  3914. | #undef pthread_spin_lock
  3915. |
  3916. | /* Override any GCC internal prototype to avoid an error.
  3917. | Use char because int might match the return type of a GCC
  3918. | builtin and then its argument prototype would still apply. */
  3919. | #ifdef __cplusplus
  3920. | extern "C"
  3921. | #endif
  3922. | char pthread_spin_lock ();
  3923. | /* The GNU C library defines this for functions which it implements
  3924. | to always fail with ENOSYS. Some functions are actually named
  3925. | something starting with __ and the normal name is an alias. */
  3926. | #if defined __stub_pthread_spin_lock || defined __stub___pthread_spin_lock
  3927. | choke me
  3928. | #endif
  3929. |
  3930. | int
  3931. | main ()
  3932. | {
  3933. | return pthread_spin_lock ();
  3934. | ;
  3935. | return 0;
  3936. | }
  3937. configure:8622: result: no
  3938. configure:8622: checking for pthread_yield
  3939. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  3940. Undefined symbols for architecture x86_64:
  3941. "_pthread_yield", referenced from:
  3942. _main in conftest-8Tdq4b.o
  3943. ld: symbol(s) not found for architecture x86_64
  3944. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3945. configure:8622: $? = 1
  3946. configure: failed program was:
  3947. | /* confdefs.h */
  3948. | #define PACKAGE_NAME "Valgrind"
  3949. | #define PACKAGE_TARNAME "valgrind"
  3950. | #define PACKAGE_VERSION "3.7.0"
  3951. | #define PACKAGE_STRING "Valgrind 3.7.0"
  3952. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  3953. | #define PACKAGE_URL ""
  3954. | #define PACKAGE "valgrind"
  3955. | #define VERSION "3.7.0"
  3956. | #define GDB_PATH "/usr/bin/gdb"
  3957. | #define DARWIN_10_5 100500
  3958. | #define DARWIN_10_6 100600
  3959. | #define DARWIN_10_7 100700
  3960. | #define DARWIN_VERS DARWIN_10_7
  3961. | #define VG_TMPDIR "/tmp"
  3962. | #define STDC_HEADERS 1
  3963. | #define HAVE_SYS_TYPES_H 1
  3964. | #define HAVE_SYS_STAT_H 1
  3965. | #define HAVE_STDLIB_H 1
  3966. | #define HAVE_STRING_H 1
  3967. | #define HAVE_MEMORY_H 1
  3968. | #define HAVE_STRINGS_H 1
  3969. | #define HAVE_INTTYPES_H 1
  3970. | #define HAVE_STDINT_H 1
  3971. | #define HAVE_UNISTD_H 1
  3972. | #define DARWIN_LIBC 1
  3973. | #define HAVE_PTHREAD_RWLOCK_T 1
  3974. | #define HAVE_TLS 1
  3975. | #define STDC_HEADERS 1
  3976. | #define HAVE_SYS_POLL_H 1
  3977. | #define HAVE_SYS_SIGNAL_H 1
  3978. | #define HAVE_SYS_SYSCALL_H 1
  3979. | #define HAVE_SYS_TIME_H 1
  3980. | #define HAVE_SYS_TYPES_H 1
  3981. | #define TIME_WITH_SYS_TIME 1
  3982. | #define HAVE_STDLIB_H 1
  3983. | #define HAVE_UNISTD_H 1
  3984. | #define HAVE_SYS_PARAM_H 1
  3985. | #define HAVE_GETPAGESIZE 1
  3986. | #define HAVE_MMAP 1
  3987. | #define HAVE_LIBPTHREAD 1
  3988. | #define HAVE_MEMCHR 1
  3989. | #define HAVE_MEMSET 1
  3990. | #define HAVE_MKDIR 1
  3991. | /* end confdefs.h. */
  3992. | /* Define pthread_yield to an innocuous variant, in case <limits.h> declares pthread_yield.
  3993. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3994. | #define pthread_yield innocuous_pthread_yield
  3995. |
  3996. | /* System header to define __stub macros and hopefully few prototypes,
  3997. | which can conflict with char pthread_yield (); below.
  3998. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3999. | <limits.h> exists even on freestanding compilers. */
  4000. |
  4001. | #ifdef __STDC__
  4002. | # include <limits.h>
  4003. | #else
  4004. | # include <assert.h>
  4005. | #endif
  4006. |
  4007. | #undef pthread_yield
  4008. |
  4009. | /* Override any GCC internal prototype to avoid an error.
  4010. | Use char because int might match the return type of a GCC
  4011. | builtin and then its argument prototype would still apply. */
  4012. | #ifdef __cplusplus
  4013. | extern "C"
  4014. | #endif
  4015. | char pthread_yield ();
  4016. | /* The GNU C library defines this for functions which it implements
  4017. | to always fail with ENOSYS. Some functions are actually named
  4018. | something starting with __ and the normal name is an alias. */
  4019. | #if defined __stub_pthread_yield || defined __stub___pthread_yield
  4020. | choke me
  4021. | #endif
  4022. |
  4023. | int
  4024. | main ()
  4025. | {
  4026. | return pthread_yield ();
  4027. | ;
  4028. | return 0;
  4029. | }
  4030. configure:8622: result: no
  4031. configure:8622: checking for readlinkat
  4032. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4033. Undefined symbols for architecture x86_64:
  4034. "_readlinkat", referenced from:
  4035. _main in conftest-pRg4Q0.o
  4036. ld: symbol(s) not found for architecture x86_64
  4037. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4038. configure:8622: $? = 1
  4039. configure: failed program was:
  4040. | /* confdefs.h */
  4041. | #define PACKAGE_NAME "Valgrind"
  4042. | #define PACKAGE_TARNAME "valgrind"
  4043. | #define PACKAGE_VERSION "3.7.0"
  4044. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4045. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4046. | #define PACKAGE_URL ""
  4047. | #define PACKAGE "valgrind"
  4048. | #define VERSION "3.7.0"
  4049. | #define GDB_PATH "/usr/bin/gdb"
  4050. | #define DARWIN_10_5 100500
  4051. | #define DARWIN_10_6 100600
  4052. | #define DARWIN_10_7 100700
  4053. | #define DARWIN_VERS DARWIN_10_7
  4054. | #define VG_TMPDIR "/tmp"
  4055. | #define STDC_HEADERS 1
  4056. | #define HAVE_SYS_TYPES_H 1
  4057. | #define HAVE_SYS_STAT_H 1
  4058. | #define HAVE_STDLIB_H 1
  4059. | #define HAVE_STRING_H 1
  4060. | #define HAVE_MEMORY_H 1
  4061. | #define HAVE_STRINGS_H 1
  4062. | #define HAVE_INTTYPES_H 1
  4063. | #define HAVE_STDINT_H 1
  4064. | #define HAVE_UNISTD_H 1
  4065. | #define DARWIN_LIBC 1
  4066. | #define HAVE_PTHREAD_RWLOCK_T 1
  4067. | #define HAVE_TLS 1
  4068. | #define STDC_HEADERS 1
  4069. | #define HAVE_SYS_POLL_H 1
  4070. | #define HAVE_SYS_SIGNAL_H 1
  4071. | #define HAVE_SYS_SYSCALL_H 1
  4072. | #define HAVE_SYS_TIME_H 1
  4073. | #define HAVE_SYS_TYPES_H 1
  4074. | #define TIME_WITH_SYS_TIME 1
  4075. | #define HAVE_STDLIB_H 1
  4076. | #define HAVE_UNISTD_H 1
  4077. | #define HAVE_SYS_PARAM_H 1
  4078. | #define HAVE_GETPAGESIZE 1
  4079. | #define HAVE_MMAP 1
  4080. | #define HAVE_LIBPTHREAD 1
  4081. | #define HAVE_MEMCHR 1
  4082. | #define HAVE_MEMSET 1
  4083. | #define HAVE_MKDIR 1
  4084. | /* end confdefs.h. */
  4085. | /* Define readlinkat to an innocuous variant, in case <limits.h> declares readlinkat.
  4086. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4087. | #define readlinkat innocuous_readlinkat
  4088. |
  4089. | /* System header to define __stub macros and hopefully few prototypes,
  4090. | which can conflict with char readlinkat (); below.
  4091. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4092. | <limits.h> exists even on freestanding compilers. */
  4093. |
  4094. | #ifdef __STDC__
  4095. | # include <limits.h>
  4096. | #else
  4097. | # include <assert.h>
  4098. | #endif
  4099. |
  4100. | #undef readlinkat
  4101. |
  4102. | /* Override any GCC internal prototype to avoid an error.
  4103. | Use char because int might match the return type of a GCC
  4104. | builtin and then its argument prototype would still apply. */
  4105. | #ifdef __cplusplus
  4106. | extern "C"
  4107. | #endif
  4108. | char readlinkat ();
  4109. | /* The GNU C library defines this for functions which it implements
  4110. | to always fail with ENOSYS. Some functions are actually named
  4111. | something starting with __ and the normal name is an alias. */
  4112. | #if defined __stub_readlinkat || defined __stub___readlinkat
  4113. | choke me
  4114. | #endif
  4115. |
  4116. | int
  4117. | main ()
  4118. | {
  4119. | return readlinkat ();
  4120. | ;
  4121. | return 0;
  4122. | }
  4123. configure:8622: result: no
  4124. configure:8622: checking for semtimedop
  4125. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4126. Undefined symbols for architecture x86_64:
  4127. "_semtimedop", referenced from:
  4128. _main in conftest-Q3XpDx.o
  4129. ld: symbol(s) not found for architecture x86_64
  4130. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4131. configure:8622: $? = 1
  4132. configure: failed program was:
  4133. | /* confdefs.h */
  4134. | #define PACKAGE_NAME "Valgrind"
  4135. | #define PACKAGE_TARNAME "valgrind"
  4136. | #define PACKAGE_VERSION "3.7.0"
  4137. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4138. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4139. | #define PACKAGE_URL ""
  4140. | #define PACKAGE "valgrind"
  4141. | #define VERSION "3.7.0"
  4142. | #define GDB_PATH "/usr/bin/gdb"
  4143. | #define DARWIN_10_5 100500
  4144. | #define DARWIN_10_6 100600
  4145. | #define DARWIN_10_7 100700
  4146. | #define DARWIN_VERS DARWIN_10_7
  4147. | #define VG_TMPDIR "/tmp"
  4148. | #define STDC_HEADERS 1
  4149. | #define HAVE_SYS_TYPES_H 1
  4150. | #define HAVE_SYS_STAT_H 1
  4151. | #define HAVE_STDLIB_H 1
  4152. | #define HAVE_STRING_H 1
  4153. | #define HAVE_MEMORY_H 1
  4154. | #define HAVE_STRINGS_H 1
  4155. | #define HAVE_INTTYPES_H 1
  4156. | #define HAVE_STDINT_H 1
  4157. | #define HAVE_UNISTD_H 1
  4158. | #define DARWIN_LIBC 1
  4159. | #define HAVE_PTHREAD_RWLOCK_T 1
  4160. | #define HAVE_TLS 1
  4161. | #define STDC_HEADERS 1
  4162. | #define HAVE_SYS_POLL_H 1
  4163. | #define HAVE_SYS_SIGNAL_H 1
  4164. | #define HAVE_SYS_SYSCALL_H 1
  4165. | #define HAVE_SYS_TIME_H 1
  4166. | #define HAVE_SYS_TYPES_H 1
  4167. | #define TIME_WITH_SYS_TIME 1
  4168. | #define HAVE_STDLIB_H 1
  4169. | #define HAVE_UNISTD_H 1
  4170. | #define HAVE_SYS_PARAM_H 1
  4171. | #define HAVE_GETPAGESIZE 1
  4172. | #define HAVE_MMAP 1
  4173. | #define HAVE_LIBPTHREAD 1
  4174. | #define HAVE_MEMCHR 1
  4175. | #define HAVE_MEMSET 1
  4176. | #define HAVE_MKDIR 1
  4177. | /* end confdefs.h. */
  4178. | /* Define semtimedop to an innocuous variant, in case <limits.h> declares semtimedop.
  4179. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4180. | #define semtimedop innocuous_semtimedop
  4181. |
  4182. | /* System header to define __stub macros and hopefully few prototypes,
  4183. | which can conflict with char semtimedop (); below.
  4184. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4185. | <limits.h> exists even on freestanding compilers. */
  4186. |
  4187. | #ifdef __STDC__
  4188. | # include <limits.h>
  4189. | #else
  4190. | # include <assert.h>
  4191. | #endif
  4192. |
  4193. | #undef semtimedop
  4194. |
  4195. | /* Override any GCC internal prototype to avoid an error.
  4196. | Use char because int might match the return type of a GCC
  4197. | builtin and then its argument prototype would still apply. */
  4198. | #ifdef __cplusplus
  4199. | extern "C"
  4200. | #endif
  4201. | char semtimedop ();
  4202. | /* The GNU C library defines this for functions which it implements
  4203. | to always fail with ENOSYS. Some functions are actually named
  4204. | something starting with __ and the normal name is an alias. */
  4205. | #if defined __stub_semtimedop || defined __stub___semtimedop
  4206. | choke me
  4207. | #endif
  4208. |
  4209. | int
  4210. | main ()
  4211. | {
  4212. | return semtimedop ();
  4213. | ;
  4214. | return 0;
  4215. | }
  4216. configure:8622: result: no
  4217. configure:8622: checking for signalfd
  4218. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4219. Undefined symbols for architecture x86_64:
  4220. "_signalfd", referenced from:
  4221. _main in conftest-9IQQUK.o
  4222. ld: symbol(s) not found for architecture x86_64
  4223. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4224. configure:8622: $? = 1
  4225. configure: failed program was:
  4226. | /* confdefs.h */
  4227. | #define PACKAGE_NAME "Valgrind"
  4228. | #define PACKAGE_TARNAME "valgrind"
  4229. | #define PACKAGE_VERSION "3.7.0"
  4230. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4231. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4232. | #define PACKAGE_URL ""
  4233. | #define PACKAGE "valgrind"
  4234. | #define VERSION "3.7.0"
  4235. | #define GDB_PATH "/usr/bin/gdb"
  4236. | #define DARWIN_10_5 100500
  4237. | #define DARWIN_10_6 100600
  4238. | #define DARWIN_10_7 100700
  4239. | #define DARWIN_VERS DARWIN_10_7
  4240. | #define VG_TMPDIR "/tmp"
  4241. | #define STDC_HEADERS 1
  4242. | #define HAVE_SYS_TYPES_H 1
  4243. | #define HAVE_SYS_STAT_H 1
  4244. | #define HAVE_STDLIB_H 1
  4245. | #define HAVE_STRING_H 1
  4246. | #define HAVE_MEMORY_H 1
  4247. | #define HAVE_STRINGS_H 1
  4248. | #define HAVE_INTTYPES_H 1
  4249. | #define HAVE_STDINT_H 1
  4250. | #define HAVE_UNISTD_H 1
  4251. | #define DARWIN_LIBC 1
  4252. | #define HAVE_PTHREAD_RWLOCK_T 1
  4253. | #define HAVE_TLS 1
  4254. | #define STDC_HEADERS 1
  4255. | #define HAVE_SYS_POLL_H 1
  4256. | #define HAVE_SYS_SIGNAL_H 1
  4257. | #define HAVE_SYS_SYSCALL_H 1
  4258. | #define HAVE_SYS_TIME_H 1
  4259. | #define HAVE_SYS_TYPES_H 1
  4260. | #define TIME_WITH_SYS_TIME 1
  4261. | #define HAVE_STDLIB_H 1
  4262. | #define HAVE_UNISTD_H 1
  4263. | #define HAVE_SYS_PARAM_H 1
  4264. | #define HAVE_GETPAGESIZE 1
  4265. | #define HAVE_MMAP 1
  4266. | #define HAVE_LIBPTHREAD 1
  4267. | #define HAVE_MEMCHR 1
  4268. | #define HAVE_MEMSET 1
  4269. | #define HAVE_MKDIR 1
  4270. | /* end confdefs.h. */
  4271. | /* Define signalfd to an innocuous variant, in case <limits.h> declares signalfd.
  4272. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4273. | #define signalfd innocuous_signalfd
  4274. |
  4275. | /* System header to define __stub macros and hopefully few prototypes,
  4276. | which can conflict with char signalfd (); below.
  4277. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4278. | <limits.h> exists even on freestanding compilers. */
  4279. |
  4280. | #ifdef __STDC__
  4281. | # include <limits.h>
  4282. | #else
  4283. | # include <assert.h>
  4284. | #endif
  4285. |
  4286. | #undef signalfd
  4287. |
  4288. | /* Override any GCC internal prototype to avoid an error.
  4289. | Use char because int might match the return type of a GCC
  4290. | builtin and then its argument prototype would still apply. */
  4291. | #ifdef __cplusplus
  4292. | extern "C"
  4293. | #endif
  4294. | char signalfd ();
  4295. | /* The GNU C library defines this for functions which it implements
  4296. | to always fail with ENOSYS. Some functions are actually named
  4297. | something starting with __ and the normal name is an alias. */
  4298. | #if defined __stub_signalfd || defined __stub___signalfd
  4299. | choke me
  4300. | #endif
  4301. |
  4302. | int
  4303. | main ()
  4304. | {
  4305. | return signalfd ();
  4306. | ;
  4307. | return 0;
  4308. | }
  4309. configure:8622: result: no
  4310. configure:8622: checking for sigwaitinfo
  4311. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4312. Undefined symbols for architecture x86_64:
  4313. "_sigwaitinfo", referenced from:
  4314. _main in conftest-ED8HJt.o
  4315. ld: symbol(s) not found for architecture x86_64
  4316. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4317. configure:8622: $? = 1
  4318. configure: failed program was:
  4319. | /* confdefs.h */
  4320. | #define PACKAGE_NAME "Valgrind"
  4321. | #define PACKAGE_TARNAME "valgrind"
  4322. | #define PACKAGE_VERSION "3.7.0"
  4323. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4324. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4325. | #define PACKAGE_URL ""
  4326. | #define PACKAGE "valgrind"
  4327. | #define VERSION "3.7.0"
  4328. | #define GDB_PATH "/usr/bin/gdb"
  4329. | #define DARWIN_10_5 100500
  4330. | #define DARWIN_10_6 100600
  4331. | #define DARWIN_10_7 100700
  4332. | #define DARWIN_VERS DARWIN_10_7
  4333. | #define VG_TMPDIR "/tmp"
  4334. | #define STDC_HEADERS 1
  4335. | #define HAVE_SYS_TYPES_H 1
  4336. | #define HAVE_SYS_STAT_H 1
  4337. | #define HAVE_STDLIB_H 1
  4338. | #define HAVE_STRING_H 1
  4339. | #define HAVE_MEMORY_H 1
  4340. | #define HAVE_STRINGS_H 1
  4341. | #define HAVE_INTTYPES_H 1
  4342. | #define HAVE_STDINT_H 1
  4343. | #define HAVE_UNISTD_H 1
  4344. | #define DARWIN_LIBC 1
  4345. | #define HAVE_PTHREAD_RWLOCK_T 1
  4346. | #define HAVE_TLS 1
  4347. | #define STDC_HEADERS 1
  4348. | #define HAVE_SYS_POLL_H 1
  4349. | #define HAVE_SYS_SIGNAL_H 1
  4350. | #define HAVE_SYS_SYSCALL_H 1
  4351. | #define HAVE_SYS_TIME_H 1
  4352. | #define HAVE_SYS_TYPES_H 1
  4353. | #define TIME_WITH_SYS_TIME 1
  4354. | #define HAVE_STDLIB_H 1
  4355. | #define HAVE_UNISTD_H 1
  4356. | #define HAVE_SYS_PARAM_H 1
  4357. | #define HAVE_GETPAGESIZE 1
  4358. | #define HAVE_MMAP 1
  4359. | #define HAVE_LIBPTHREAD 1
  4360. | #define HAVE_MEMCHR 1
  4361. | #define HAVE_MEMSET 1
  4362. | #define HAVE_MKDIR 1
  4363. | /* end confdefs.h. */
  4364. | /* Define sigwaitinfo to an innocuous variant, in case <limits.h> declares sigwaitinfo.
  4365. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4366. | #define sigwaitinfo innocuous_sigwaitinfo
  4367. |
  4368. | /* System header to define __stub macros and hopefully few prototypes,
  4369. | which can conflict with char sigwaitinfo (); below.
  4370. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4371. | <limits.h> exists even on freestanding compilers. */
  4372. |
  4373. | #ifdef __STDC__
  4374. | # include <limits.h>
  4375. | #else
  4376. | # include <assert.h>
  4377. | #endif
  4378. |
  4379. | #undef sigwaitinfo
  4380. |
  4381. | /* Override any GCC internal prototype to avoid an error.
  4382. | Use char because int might match the return type of a GCC
  4383. | builtin and then its argument prototype would still apply. */
  4384. | #ifdef __cplusplus
  4385. | extern "C"
  4386. | #endif
  4387. | char sigwaitinfo ();
  4388. | /* The GNU C library defines this for functions which it implements
  4389. | to always fail with ENOSYS. Some functions are actually named
  4390. | something starting with __ and the normal name is an alias. */
  4391. | #if defined __stub_sigwaitinfo || defined __stub___sigwaitinfo
  4392. | choke me
  4393. | #endif
  4394. |
  4395. | int
  4396. | main ()
  4397. | {
  4398. | return sigwaitinfo ();
  4399. | ;
  4400. | return 0;
  4401. | }
  4402. configure:8622: result: no
  4403. configure:8622: checking for strchr
  4404. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4405. configure:8622: $? = 0
  4406. configure:8622: result: yes
  4407. configure:8622: checking for strdup
  4408. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4409. configure:8622: $? = 0
  4410. configure:8622: result: yes
  4411. configure:8622: checking for strpbrk
  4412. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4413. configure:8622: $? = 0
  4414. configure:8622: result: yes
  4415. configure:8622: checking for strrchr
  4416. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4417. configure:8622: $? = 0
  4418. configure:8622: result: yes
  4419. configure:8622: checking for strstr
  4420. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4421. configure:8622: $? = 0
  4422. configure:8622: result: yes
  4423. configure:8622: checking for syscall
  4424. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4425. configure:8622: $? = 0
  4426. configure:8622: result: yes
  4427. configure:8622: checking for utimensat
  4428. configure:8622: /usr/bin/clang -o conftest -Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector -isystem /usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
  4429. Undefined symbols for architecture x86_64:
  4430. "_utimensat", referenced from:
  4431. _main in conftest-GY3X2Z.o
  4432. ld: symbol(s) not found for architecture x86_64
  4433. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4434. configure:8622: $? = 1
  4435. configure: failed program was:
  4436. | /* confdefs.h */
  4437. | #define PACKAGE_NAME "Valgrind"
  4438. | #define PACKAGE_TARNAME "valgrind"
  4439. | #define PACKAGE_VERSION "3.7.0"
  4440. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4441. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4442. | #define PACKAGE_URL ""
  4443. | #define PACKAGE "valgrind"
  4444. | #define VERSION "3.7.0"
  4445. | #define GDB_PATH "/usr/bin/gdb"
  4446. | #define DARWIN_10_5 100500
  4447. | #define DARWIN_10_6 100600
  4448. | #define DARWIN_10_7 100700
  4449. | #define DARWIN_VERS DARWIN_10_7
  4450. | #define VG_TMPDIR "/tmp"
  4451. | #define STDC_HEADERS 1
  4452. | #define HAVE_SYS_TYPES_H 1
  4453. | #define HAVE_SYS_STAT_H 1
  4454. | #define HAVE_STDLIB_H 1
  4455. | #define HAVE_STRING_H 1
  4456. | #define HAVE_MEMORY_H 1
  4457. | #define HAVE_STRINGS_H 1
  4458. | #define HAVE_INTTYPES_H 1
  4459. | #define HAVE_STDINT_H 1
  4460. | #define HAVE_UNISTD_H 1
  4461. | #define DARWIN_LIBC 1
  4462. | #define HAVE_PTHREAD_RWLOCK_T 1
  4463. | #define HAVE_TLS 1
  4464. | #define STDC_HEADERS 1
  4465. | #define HAVE_SYS_POLL_H 1
  4466. | #define HAVE_SYS_SIGNAL_H 1
  4467. | #define HAVE_SYS_SYSCALL_H 1
  4468. | #define HAVE_SYS_TIME_H 1
  4469. | #define HAVE_SYS_TYPES_H 1
  4470. | #define TIME_WITH_SYS_TIME 1
  4471. | #define HAVE_STDLIB_H 1
  4472. | #define HAVE_UNISTD_H 1
  4473. | #define HAVE_SYS_PARAM_H 1
  4474. | #define HAVE_GETPAGESIZE 1
  4475. | #define HAVE_MMAP 1
  4476. | #define HAVE_LIBPTHREAD 1
  4477. | #define HAVE_MEMCHR 1
  4478. | #define HAVE_MEMSET 1
  4479. | #define HAVE_MKDIR 1
  4480. | #define HAVE_STRCHR 1
  4481. | #define HAVE_STRDUP 1
  4482. | #define HAVE_STRPBRK 1
  4483. | #define HAVE_STRRCHR 1
  4484. | #define HAVE_STRSTR 1
  4485. | #define HAVE_SYSCALL 1
  4486. | /* end confdefs.h. */
  4487. | /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
  4488. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4489. | #define utimensat innocuous_utimensat
  4490. |
  4491. | /* System header to define __stub macros and hopefully few prototypes,
  4492. | which can conflict with char utimensat (); below.
  4493. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4494. | <limits.h> exists even on freestanding compilers. */
  4495. |
  4496. | #ifdef __STDC__
  4497. | # include <limits.h>
  4498. | #else
  4499. | # include <assert.h>
  4500. | #endif
  4501. |
  4502. | #undef utimensat
  4503. |
  4504. | /* Override any GCC internal prototype to avoid an error.
  4505. | Use char because int might match the return type of a GCC
  4506. | builtin and then its argument prototype would still apply. */
  4507. | #ifdef __cplusplus
  4508. | extern "C"
  4509. | #endif
  4510. | char utimensat ();
  4511. | /* The GNU C library defines this for functions which it implements
  4512. | to always fail with ENOSYS. Some functions are actually named
  4513. | something starting with __ and the normal name is an alias. */
  4514. | #if defined __stub_utimensat || defined __stub___utimensat
  4515. | choke me
  4516. | #endif
  4517. |
  4518. | int
  4519. | main ()
  4520. | {
  4521. | return utimensat ();
  4522. | ;
  4523. | return 0;
  4524. | }
  4525. configure:8622: result: no
  4526. configure:8703: checking primary target for usable MPI2-compliant C compiler and mpi.h
  4527. configure:8727: mpicc -o conftest -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  4528. ./configure: line 1693: mpicc: command not found
  4529. configure:8727: $? = 127
  4530. configure: failed program was:
  4531. | /* confdefs.h */
  4532. | #define PACKAGE_NAME "Valgrind"
  4533. | #define PACKAGE_TARNAME "valgrind"
  4534. | #define PACKAGE_VERSION "3.7.0"
  4535. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4536. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4537. | #define PACKAGE_URL ""
  4538. | #define PACKAGE "valgrind"
  4539. | #define VERSION "3.7.0"
  4540. | #define GDB_PATH "/usr/bin/gdb"
  4541. | #define DARWIN_10_5 100500
  4542. | #define DARWIN_10_6 100600
  4543. | #define DARWIN_10_7 100700
  4544. | #define DARWIN_VERS DARWIN_10_7
  4545. | #define VG_TMPDIR "/tmp"
  4546. | #define STDC_HEADERS 1
  4547. | #define HAVE_SYS_TYPES_H 1
  4548. | #define HAVE_SYS_STAT_H 1
  4549. | #define HAVE_STDLIB_H 1
  4550. | #define HAVE_STRING_H 1
  4551. | #define HAVE_MEMORY_H 1
  4552. | #define HAVE_STRINGS_H 1
  4553. | #define HAVE_INTTYPES_H 1
  4554. | #define HAVE_STDINT_H 1
  4555. | #define HAVE_UNISTD_H 1
  4556. | #define DARWIN_LIBC 1
  4557. | #define HAVE_PTHREAD_RWLOCK_T 1
  4558. | #define HAVE_TLS 1
  4559. | #define STDC_HEADERS 1
  4560. | #define HAVE_SYS_POLL_H 1
  4561. | #define HAVE_SYS_SIGNAL_H 1
  4562. | #define HAVE_SYS_SYSCALL_H 1
  4563. | #define HAVE_SYS_TIME_H 1
  4564. | #define HAVE_SYS_TYPES_H 1
  4565. | #define TIME_WITH_SYS_TIME 1
  4566. | #define HAVE_STDLIB_H 1
  4567. | #define HAVE_UNISTD_H 1
  4568. | #define HAVE_SYS_PARAM_H 1
  4569. | #define HAVE_GETPAGESIZE 1
  4570. | #define HAVE_MMAP 1
  4571. | #define HAVE_LIBPTHREAD 1
  4572. | #define HAVE_MEMCHR 1
  4573. | #define HAVE_MEMSET 1
  4574. | #define HAVE_MKDIR 1
  4575. | #define HAVE_STRCHR 1
  4576. | #define HAVE_STRDUP 1
  4577. | #define HAVE_STRPBRK 1
  4578. | #define HAVE_STRRCHR 1
  4579. | #define HAVE_STRSTR 1
  4580. | #define HAVE_SYSCALL 1
  4581. | /* end confdefs.h. */
  4582. |
  4583. | #include <mpi.h>
  4584. | #include <stdio.h>
  4585. |
  4586. | int
  4587. | main ()
  4588. | {
  4589. |
  4590. | int r = MPI_Init(NULL,NULL);
  4591. | r |= MPI_Type_get_contents( MPI_INT, 0,0,0, NULL,NULL,NULL );
  4592. | return r;
  4593. |
  4594. | ;
  4595. | return 0;
  4596. | }
  4597. configure:8736: result: no
  4598. configure:8758: checking secondary target for usable MPI2-compliant C compiler and mpi.h
  4599. configure:8786: mpicc this will surely fail -o conftest -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  4600. ./configure: line 1693: mpicc: command not found
  4601. configure:8786: $? = 127
  4602. configure: failed program was:
  4603. | /* confdefs.h */
  4604. | #define PACKAGE_NAME "Valgrind"
  4605. | #define PACKAGE_TARNAME "valgrind"
  4606. | #define PACKAGE_VERSION "3.7.0"
  4607. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4608. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4609. | #define PACKAGE_URL ""
  4610. | #define PACKAGE "valgrind"
  4611. | #define VERSION "3.7.0"
  4612. | #define GDB_PATH "/usr/bin/gdb"
  4613. | #define DARWIN_10_5 100500
  4614. | #define DARWIN_10_6 100600
  4615. | #define DARWIN_10_7 100700
  4616. | #define DARWIN_VERS DARWIN_10_7
  4617. | #define VG_TMPDIR "/tmp"
  4618. | #define STDC_HEADERS 1
  4619. | #define HAVE_SYS_TYPES_H 1
  4620. | #define HAVE_SYS_STAT_H 1
  4621. | #define HAVE_STDLIB_H 1
  4622. | #define HAVE_STRING_H 1
  4623. | #define HAVE_MEMORY_H 1
  4624. | #define HAVE_STRINGS_H 1
  4625. | #define HAVE_INTTYPES_H 1
  4626. | #define HAVE_STDINT_H 1
  4627. | #define HAVE_UNISTD_H 1
  4628. | #define DARWIN_LIBC 1
  4629. | #define HAVE_PTHREAD_RWLOCK_T 1
  4630. | #define HAVE_TLS 1
  4631. | #define STDC_HEADERS 1
  4632. | #define HAVE_SYS_POLL_H 1
  4633. | #define HAVE_SYS_SIGNAL_H 1
  4634. | #define HAVE_SYS_SYSCALL_H 1
  4635. | #define HAVE_SYS_TIME_H 1
  4636. | #define HAVE_SYS_TYPES_H 1
  4637. | #define TIME_WITH_SYS_TIME 1
  4638. | #define HAVE_STDLIB_H 1
  4639. | #define HAVE_UNISTD_H 1
  4640. | #define HAVE_SYS_PARAM_H 1
  4641. | #define HAVE_GETPAGESIZE 1
  4642. | #define HAVE_MMAP 1
  4643. | #define HAVE_LIBPTHREAD 1
  4644. | #define HAVE_MEMCHR 1
  4645. | #define HAVE_MEMSET 1
  4646. | #define HAVE_MKDIR 1
  4647. | #define HAVE_STRCHR 1
  4648. | #define HAVE_STRDUP 1
  4649. | #define HAVE_STRPBRK 1
  4650. | #define HAVE_STRRCHR 1
  4651. | #define HAVE_STRSTR 1
  4652. | #define HAVE_SYSCALL 1
  4653. | /* end confdefs.h. */
  4654. |
  4655. | #include <mpi.h>
  4656. | #include <stdio.h>
  4657. |
  4658. | int
  4659. | main ()
  4660. | {
  4661. |
  4662. | int r = MPI_Init(NULL,NULL);
  4663. | r |= MPI_Type_get_contents( MPI_INT, 0,0,0, NULL,NULL,NULL );
  4664. | return r;
  4665. |
  4666. | ;
  4667. | return 0;
  4668. | }
  4669. configure:8795: result: no
  4670. configure:8835: checking for boost
  4671. configure:8861: /usr/bin/clang++ -o conftest -lboost_thread-mt -isystem /usr/local/include -L/usr/local/lib conftest.cpp >&5
  4672. In file included from conftest.cpp:53:
  4673. In file included from /usr/local/include/boost/thread.hpp:24:
  4674. In file included from /usr/local/include/boost/thread/future.hpp:12:
  4675. /usr/local/include/boost/exception_ptr.hpp:41:5: error: exception specification of overriding function is more lax than base version
  4676. exception_ptr:
  4677. ^
  4678. /usr/local/include/boost/exception/detail/exception_ptr_base.hpp:26:25: note: overridden virtual function is here
  4679. ~exception_ptr_base() throw()
  4680. ^
  4681. 1 error generated.
  4682. configure:8861: $? = 1
  4683. configure: failed program was:
  4684. | /* confdefs.h */
  4685. | #define PACKAGE_NAME "Valgrind"
  4686. | #define PACKAGE_TARNAME "valgrind"
  4687. | #define PACKAGE_VERSION "3.7.0"
  4688. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4689. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4690. | #define PACKAGE_URL ""
  4691. | #define PACKAGE "valgrind"
  4692. | #define VERSION "3.7.0"
  4693. | #define GDB_PATH "/usr/bin/gdb"
  4694. | #define DARWIN_10_5 100500
  4695. | #define DARWIN_10_6 100600
  4696. | #define DARWIN_10_7 100700
  4697. | #define DARWIN_VERS DARWIN_10_7
  4698. | #define VG_TMPDIR "/tmp"
  4699. | #define STDC_HEADERS 1
  4700. | #define HAVE_SYS_TYPES_H 1
  4701. | #define HAVE_SYS_STAT_H 1
  4702. | #define HAVE_STDLIB_H 1
  4703. | #define HAVE_STRING_H 1
  4704. | #define HAVE_MEMORY_H 1
  4705. | #define HAVE_STRINGS_H 1
  4706. | #define HAVE_INTTYPES_H 1
  4707. | #define HAVE_STDINT_H 1
  4708. | #define HAVE_UNISTD_H 1
  4709. | #define DARWIN_LIBC 1
  4710. | #define HAVE_PTHREAD_RWLOCK_T 1
  4711. | #define HAVE_TLS 1
  4712. | #define STDC_HEADERS 1
  4713. | #define HAVE_SYS_POLL_H 1
  4714. | #define HAVE_SYS_SIGNAL_H 1
  4715. | #define HAVE_SYS_SYSCALL_H 1
  4716. | #define HAVE_SYS_TIME_H 1
  4717. | #define HAVE_SYS_TYPES_H 1
  4718. | #define TIME_WITH_SYS_TIME 1
  4719. | #define HAVE_STDLIB_H 1
  4720. | #define HAVE_UNISTD_H 1
  4721. | #define HAVE_SYS_PARAM_H 1
  4722. | #define HAVE_GETPAGESIZE 1
  4723. | #define HAVE_MMAP 1
  4724. | #define HAVE_LIBPTHREAD 1
  4725. | #define HAVE_MEMCHR 1
  4726. | #define HAVE_MEMSET 1
  4727. | #define HAVE_MKDIR 1
  4728. | #define HAVE_STRCHR 1
  4729. | #define HAVE_STRDUP 1
  4730. | #define HAVE_STRPBRK 1
  4731. | #define HAVE_STRRCHR 1
  4732. | #define HAVE_STRSTR 1
  4733. | #define HAVE_SYSCALL 1
  4734. | /* end confdefs.h. */
  4735. |
  4736. | #include <boost/thread.hpp>
  4737. | static void thread_func(void)
  4738. | { }
  4739. | int main(int argc, char** argv)
  4740. | {
  4741. | boost::thread t(thread_func);
  4742. | return 0;
  4743. | }
  4744. |
  4745. configure:8873: result: no
  4746. configure:8901: checking for OpenMP
  4747. configure:8918: /usr/bin/clang -o conftest -fopenmp -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  4748. conftest.c:53:10: fatal error: 'omp.h' file not found
  4749. #include <omp.h>
  4750. ^
  4751. 1 error generated.
  4752. configure:8918: $? = 1
  4753. configure: failed program was:
  4754. | /* confdefs.h */
  4755. | #define PACKAGE_NAME "Valgrind"
  4756. | #define PACKAGE_TARNAME "valgrind"
  4757. | #define PACKAGE_VERSION "3.7.0"
  4758. | #define PACKAGE_STRING "Valgrind 3.7.0"
  4759. | #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  4760. | #define PACKAGE_URL ""
  4761. | #define PACKAGE "valgrind"
  4762. | #define VERSION "3.7.0"
  4763. | #define GDB_PATH "/usr/bin/gdb"
  4764. | #define DARWIN_10_5 100500
  4765. | #define DARWIN_10_6 100600
  4766. | #define DARWIN_10_7 100700
  4767. | #define DARWIN_VERS DARWIN_10_7
  4768. | #define VG_TMPDIR "/tmp"
  4769. | #define STDC_HEADERS 1
  4770. | #define HAVE_SYS_TYPES_H 1
  4771. | #define HAVE_SYS_STAT_H 1
  4772. | #define HAVE_STDLIB_H 1
  4773. | #define HAVE_STRING_H 1
  4774. | #define HAVE_MEMORY_H 1
  4775. | #define HAVE_STRINGS_H 1
  4776. | #define HAVE_INTTYPES_H 1
  4777. | #define HAVE_STDINT_H 1
  4778. | #define HAVE_UNISTD_H 1
  4779. | #define DARWIN_LIBC 1
  4780. | #define HAVE_PTHREAD_RWLOCK_T 1
  4781. | #define HAVE_TLS 1
  4782. | #define STDC_HEADERS 1
  4783. | #define HAVE_SYS_POLL_H 1
  4784. | #define HAVE_SYS_SIGNAL_H 1
  4785. | #define HAVE_SYS_SYSCALL_H 1
  4786. | #define HAVE_SYS_TIME_H 1
  4787. | #define HAVE_SYS_TYPES_H 1
  4788. | #define TIME_WITH_SYS_TIME 1
  4789. | #define HAVE_STDLIB_H 1
  4790. | #define HAVE_UNISTD_H 1
  4791. | #define HAVE_SYS_PARAM_H 1
  4792. | #define HAVE_GETPAGESIZE 1
  4793. | #define HAVE_MMAP 1
  4794. | #define HAVE_LIBPTHREAD 1
  4795. | #define HAVE_MEMCHR 1
  4796. | #define HAVE_MEMSET 1
  4797. | #define HAVE_MKDIR 1
  4798. | #define HAVE_STRCHR 1
  4799. | #define HAVE_STRDUP 1
  4800. | #define HAVE_STRPBRK 1
  4801. | #define HAVE_STRRCHR 1
  4802. | #define HAVE_STRSTR 1
  4803. | #define HAVE_SYSCALL 1
  4804. | /* end confdefs.h. */
  4805. |
  4806. | #include <omp.h>
  4807. | int main(int argc, char** argv)
  4808. | {
  4809. | omp_set_dynamic(0);
  4810. | return 0;
  4811. | }
  4812. |
  4813. configure:8927: result: no
  4814. configure:8946: checking if gcc supports __sync_bool_compare_and_swap
  4815. configure:8967: /usr/bin/clang -o conftest -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
  4816. configure:8967: $? = 0
  4817. configure:8970: result: yes
  4818. configure:8998: checking if g++ supports __sync_bool_compare_and_swap
  4819. configure:9025: /usr/bin/clang++ -o conftest -isystem /usr/local/include -L/usr/local/lib conftest.cpp >&5
  4820. configure:9025: $? = 0
  4821. configure:9028: result: yes
  4822. configure:9346: creating ./config.status
  4823.  
  4824. ## ---------------------- ##
  4825. ## Running config.status. ##
  4826. ## ---------------------- ##
  4827.  
  4828. This file was extended by Valgrind config.status 3.7.0, which was
  4829. generated by GNU Autoconf 2.65. Invocation command line was
  4830.  
  4831. CONFIG_FILES =
  4832. CONFIG_HEADERS =
  4833. CONFIG_LINKS =
  4834. CONFIG_COMMANDS =
  4835. $ ./config.status
  4836.  
  4837. on notekemper45.informatik.tu-muenchen.de
  4838.  
  4839. config.status:1080: creating Makefile
  4840. config.status:1080: creating VEX/Makefile
  4841. config.status:1080: creating valgrind.spec
  4842. config.status:1080: creating valgrind.pc
  4843. config.status:1080: creating glibc-2.X.supp
  4844. config.status:1080: creating docs/Makefile
  4845. config.status:1080: creating tests/Makefile
  4846. config.status:1080: creating tests/vg_regtest
  4847. config.status:1080: creating perf/Makefile
  4848. config.status:1080: creating perf/vg_perf
  4849. config.status:1080: creating gdbserver_tests/Makefile
  4850. config.status:1080: creating include/Makefile
  4851. config.status:1080: creating auxprogs/Makefile
  4852. config.status:1080: creating mpi/Makefile
  4853. config.status:1080: creating coregrind/Makefile
  4854. config.status:1080: creating memcheck/Makefile
  4855. config.status:1080: creating memcheck/tests/Makefile
  4856. config.status:1080: creating memcheck/tests/amd64/Makefile
  4857. config.status:1080: creating memcheck/tests/x86/Makefile
  4858. config.status:1080: creating memcheck/tests/linux/Makefile
  4859. config.status:1080: creating memcheck/tests/darwin/Makefile
  4860. config.status:1080: creating memcheck/tests/amd64-linux/Makefile
  4861. config.status:1080: creating memcheck/tests/x86-linux/Makefile
  4862. config.status:1080: creating memcheck/tests/ppc32/Makefile
  4863. config.status:1080: creating memcheck/tests/ppc64/Makefile
  4864. config.status:1080: creating memcheck/perf/Makefile
  4865. config.status:1080: creating cachegrind/Makefile
  4866. config.status:1080: creating cachegrind/tests/Makefile
  4867. config.status:1080: creating cachegrind/tests/x86/Makefile
  4868. config.status:1080: creating cachegrind/cg_annotate
  4869. config.status:1080: creating cachegrind/cg_diff
  4870. config.status:1080: creating callgrind/Makefile
  4871. config.status:1080: creating callgrind/callgrind_annotate
  4872. config.status:1080: creating callgrind/callgrind_control
  4873. config.status:1080: creating callgrind/tests/Makefile
  4874. config.status:1080: creating helgrind/Makefile
  4875. config.status:1080: creating helgrind/tests/Makefile
  4876. config.status:1080: creating massif/Makefile
  4877. config.status:1080: creating massif/tests/Makefile
  4878. config.status:1080: creating massif/perf/Makefile
  4879. config.status:1080: creating massif/ms_print
  4880. config.status:1080: creating lackey/Makefile
  4881. config.status:1080: creating lackey/tests/Makefile
  4882. config.status:1080: creating none/Makefile
  4883. config.status:1080: creating none/tests/Makefile
  4884. config.status:1080: creating none/tests/amd64/Makefile
  4885. config.status:1080: creating none/tests/ppc32/Makefile
  4886. config.status:1080: creating none/tests/ppc64/Makefile
  4887. config.status:1080: creating none/tests/x86/Makefile
  4888. config.status:1080: creating none/tests/arm/Makefile
  4889. config.status:1080: creating none/tests/s390x/Makefile
  4890. config.status:1080: creating none/tests/linux/Makefile
  4891. config.status:1080: creating none/tests/darwin/Makefile
  4892. config.status:1080: creating none/tests/x86-linux/Makefile
  4893. config.status:1080: creating exp-sgcheck/Makefile
  4894. config.status:1080: creating exp-sgcheck/tests/Makefile
  4895. config.status:1080: creating drd/Makefile
  4896. config.status:1080: creating drd/scripts/download-and-build-splash2
  4897. config.status:1080: creating drd/tests/Makefile
  4898. config.status:1080: creating exp-bbv/Makefile
  4899. config.status:1080: creating exp-bbv/tests/Makefile
  4900. config.status:1080: creating exp-bbv/tests/x86/Makefile
  4901. config.status:1080: creating exp-bbv/tests/x86-linux/Makefile
  4902. config.status:1080: creating exp-bbv/tests/amd64-linux/Makefile
  4903. config.status:1080: creating exp-bbv/tests/ppc32-linux/Makefile
  4904. config.status:1080: creating exp-bbv/tests/arm-linux/Makefile
  4905. config.status:1080: creating exp-dhat/Makefile
  4906. config.status:1080: creating exp-dhat/tests/Makefile
  4907. config.status:1080: creating coregrind/link_tool_exe_linux
  4908. config.status:1080: creating coregrind/link_tool_exe_darwin
  4909. config.status:1080: creating config.h
  4910. config.status:1300: executing depfiles commands
  4911.  
  4912. ## ---------------- ##
  4913. ## Cache variables. ##
  4914. ## ---------------- ##
  4915.  
  4916. ac_cv_build=x86_64-pc-darwin
  4917. ac_cv_c_compiler_gnu=yes
  4918. ac_cv_cxx_compiler_gnu=yes
  4919. ac_cv_env_AR_set=
  4920. ac_cv_env_AR_value=
  4921. ac_cv_env_CCASFLAGS_set=
  4922. ac_cv_env_CCASFLAGS_value=
  4923. ac_cv_env_CCAS_set=
  4924. ac_cv_env_CCAS_value=
  4925. ac_cv_env_CCC_set=
  4926. ac_cv_env_CCC_value=
  4927. ac_cv_env_CC_set=set
  4928. ac_cv_env_CC_value=/usr/bin/clang
  4929. ac_cv_env_CFLAGS_set=set
  4930. ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'
  4931. ac_cv_env_CPPFLAGS_set=set
  4932. ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include'
  4933. ac_cv_env_CPP_set=
  4934. ac_cv_env_CPP_value=
  4935. ac_cv_env_CXXFLAGS_set=set
  4936. ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'
  4937. ac_cv_env_CXX_set=set
  4938. ac_cv_env_CXX_value=/usr/bin/clang++
  4939. ac_cv_env_LDFLAGS_set=set
  4940. ac_cv_env_LDFLAGS_value=-L/usr/local/lib
  4941. ac_cv_env_LIBS_set=
  4942. ac_cv_env_LIBS_value=
  4943. ac_cv_env_build_alias_set=set
  4944. ac_cv_env_build_alias_value=amd64-darwin
  4945. ac_cv_env_host_alias_set=
  4946. ac_cv_env_host_alias_value=
  4947. ac_cv_env_target_alias_set=
  4948. ac_cv_env_target_alias_value=
  4949. ac_cv_func_clock_gettime=no
  4950. ac_cv_func_epoll_create=no
  4951. ac_cv_func_epoll_pwait=no
  4952. ac_cv_func_getpagesize=yes
  4953. ac_cv_func_klogctl=no
  4954. ac_cv_func_mallinfo=no
  4955. ac_cv_func_memchr=yes
  4956. ac_cv_func_memcmp_working=yes
  4957. ac_cv_func_memset=yes
  4958. ac_cv_func_mkdir=yes
  4959. ac_cv_func_mmap_fixed_mapped=yes
  4960. ac_cv_func_mremap=no
  4961. ac_cv_func_ppoll=no
  4962. ac_cv_func_pthread_barrier_init=no
  4963. ac_cv_func_pthread_condattr_setclock=no
  4964. ac_cv_func_pthread_mutex_timedlock=no
  4965. ac_cv_func_pthread_rwlock_timedrdlock=no
  4966. ac_cv_func_pthread_rwlock_timedwrlock=no
  4967. ac_cv_func_pthread_spin_lock=no
  4968. ac_cv_func_pthread_yield=no
  4969. ac_cv_func_readlinkat=no
  4970. ac_cv_func_semtimedop=no
  4971. ac_cv_func_signalfd=no
  4972. ac_cv_func_sigwaitinfo=no
  4973. ac_cv_func_strchr=yes
  4974. ac_cv_func_strdup=yes
  4975. ac_cv_func_strpbrk=yes
  4976. ac_cv_func_strrchr=yes
  4977. ac_cv_func_strstr=yes
  4978. ac_cv_func_syscall=yes
  4979. ac_cv_func_utimensat=no
  4980. ac_cv_header_asm_unistd_h=no
  4981. ac_cv_header_endian_h=no
  4982. ac_cv_header_features_h=no
  4983. ac_cv_header_inttypes_h=yes
  4984. ac_cv_header_memory_h=yes
  4985. ac_cv_header_mqueue_h=no
  4986. ac_cv_header_stdc=yes
  4987. ac_cv_header_stdint_h=yes
  4988. ac_cv_header_stdlib_h=yes
  4989. ac_cv_header_string_h=yes
  4990. ac_cv_header_strings_h=yes
  4991. ac_cv_header_sys_endian_h=no
  4992. ac_cv_header_sys_epoll_h=no
  4993. ac_cv_header_sys_eventfd_h=no
  4994. ac_cv_header_sys_klog_h=no
  4995. ac_cv_header_sys_param_h=yes
  4996. ac_cv_header_sys_poll_h=yes
  4997. ac_cv_header_sys_signal_h=yes
  4998. ac_cv_header_sys_signalfd_h=no
  4999. ac_cv_header_sys_stat_h=yes
  5000. ac_cv_header_sys_syscall_h=yes
  5001. ac_cv_header_sys_time_h=yes
  5002. ac_cv_header_sys_types_h=yes
  5003. ac_cv_header_time=yes
  5004. ac_cv_header_unistd_h=yes
  5005. ac_cv_host=x86_64-pc-darwin
  5006. ac_cv_lib_pthread_pthread_create=yes
  5007. ac_cv_lib_rt_clock_gettime=no
  5008. ac_cv_member_pthread_mutex_t___data___kind=no
  5009. ac_cv_member_pthread_mutex_t___m_kind=no
  5010. ac_cv_objext=o
  5011. ac_cv_path_AR=/usr/bin/ar
  5012. ac_cv_path_EGREP='/usr/bin/grep -E'
  5013. ac_cv_path_GDB=/usr/bin/gdb
  5014. ac_cv_path_GREP=/usr/bin/grep
  5015. ac_cv_path_PERL=/usr/bin/perl
  5016. ac_cv_path_SED=/usr/bin/sed
  5017. ac_cv_path_install='/usr/bin/install -c'
  5018. ac_cv_prog_AWK=awk
  5019. ac_cv_prog_CPP='/usr/bin/clang -E'
  5020. ac_cv_prog_ac_ct_CC=/usr/bin/clang
  5021. ac_cv_prog_ac_ct_RANLIB=ranlib
  5022. ac_cv_prog_cc__usr_bin_clang_c_o=yes
  5023. ac_cv_prog_cc_c89=
  5024. ac_cv_prog_cc_g=yes
  5025. ac_cv_prog_cxx_g=yes
  5026. ac_cv_prog_make_make_set=yes
  5027. ac_cv_type_off_t=yes
  5028. ac_cv_type_size_t=yes
  5029. ac_cv_type_uid_t=yes
  5030. am_cv_CCAS_dependencies_compiler_type=gcc3
  5031. am_cv_CC_dependencies_compiler_type=gcc3
  5032. am_cv_CXX_dependencies_compiler_type=gcc3
  5033. vg_cv_inner=no
  5034. vg_cv_linktime_tls=yes
  5035. vg_cv_only32bit=no
  5036. vg_cv_only64bit=yes
  5037. vg_cv_tls=yes
  5038.  
  5039. ## ----------------- ##
  5040. ## Output variables. ##
  5041. ## ----------------- ##
  5042.  
  5043. ACLOCAL='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/missing --run aclocal-1.11'
  5044. AMDEPBACKSLASH='\'
  5045. AMDEP_FALSE='#'
  5046. AMDEP_TRUE=''
  5047. AMTAR='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/missing --run tar'
  5048. AR='/usr/bin/ar'
  5049. AUTOCONF='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/missing --run autoconf'
  5050. AUTOHEADER='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/missing --run autoheader'
  5051. AUTOMAKE='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/missing --run automake-1.11'
  5052. AWK='awk'
  5053. BOOST_CFLAGS=''
  5054. BOOST_LIBS=''
  5055. BUILD_LZCNT_TESTS_FALSE='#'
  5056. BUILD_LZCNT_TESTS_TRUE=''
  5057. BUILD_MPIWRAP_PRI_FALSE=''
  5058. BUILD_MPIWRAP_PRI_TRUE='#'
  5059. BUILD_MPIWRAP_SEC_FALSE=''
  5060. BUILD_MPIWRAP_SEC_TRUE='#'
  5061. BUILD_PCLMULQDQ_TESTS_FALSE='#'
  5062. BUILD_PCLMULQDQ_TESTS_TRUE=''
  5063. BUILD_SSE3_TESTS_FALSE=''
  5064. BUILD_SSE3_TESTS_TRUE='#'
  5065. BUILD_SSE42_TESTS_FALSE='#'
  5066. BUILD_SSE42_TESTS_TRUE=''
  5067. BUILD_SSSE3_TESTS_FALSE='#'
  5068. BUILD_SSSE3_TESTS_TRUE=''
  5069. CC='/usr/bin/clang'
  5070. CCAS='/usr/bin/clang'
  5071. CCASDEPMODE='depmode=gcc3'
  5072. CCASFLAGS='-Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'
  5073. CCDEPMODE='depmode=gcc3'
  5074. CFLAGS='-Wno-long-long -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -Wno-pointer-sign -fno-stack-protector'
  5075. CPP='/usr/bin/clang -E'
  5076. CPPFLAGS='-isystem /usr/local/include'
  5077. CXX='/usr/bin/clang++'
  5078. CXXDEPMODE='depmode=gcc3'
  5079. CXXFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'
  5080. CYGPATH_W='echo'
  5081. DEFAULT_SUPP='exp-sgcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin11.supp '
  5082. DEFS='-DHAVE_CONFIG_H'
  5083. DEPDIR='.deps'
  5084. DIFF='diff -u'
  5085. ECHO_C='\c'
  5086. ECHO_N=''
  5087. ECHO_T=''
  5088. EGREP='/usr/bin/grep -E'
  5089. EXEEXT=''
  5090. FLAG_FNO_STACK_PROTECTOR='-fno-stack-protector'
  5091. FLAG_M32='-m32'
  5092. FLAG_M64='-m64'
  5093. FLAG_MMMX='-mmmx'
  5094. FLAG_MSSE='-msse'
  5095. FLAG_NO_BUILD_ID=''
  5096. FLAG_UNLIMITED_INLINE_UNIT_GROWTH='--param inline-unit-growth=900'
  5097. FLAG_W_EXTRA='-Wextra'
  5098. FLAG_W_NO_EMPTY_BODY='-Wno-empty-body'
  5099. FLAG_W_NO_FORMAT_ZERO_LENGTH='-Wno-format-zero-length'
  5100. FLAG_W_NO_NONNULL='-Wno-nonnull'
  5101. FLAG_W_NO_OVERFLOW='-Wno-overflow'
  5102. FLAG_W_NO_UNINITIALIZED='-Wno-uninitialized'
  5103. GDB='/usr/bin/gdb'
  5104. GLIBC_VERSION='darwin'
  5105. GREP='/usr/bin/grep'
  5106. HAS_ALTIVEC_FALSE=''
  5107. HAS_ALTIVEC_TRUE='#'
  5108. HAS_VSX_FALSE=''
  5109. HAS_VSX_TRUE='#'
  5110. HAVE_BOOST_1_35_FALSE=''
  5111. HAVE_BOOST_1_35_TRUE='#'
  5112. HAVE_BUILTIN_ATOMIC_CXX_FALSE='#'
  5113. HAVE_BUILTIN_ATOMIC_CXX_TRUE=''
  5114. HAVE_BUILTIN_ATOMIC_FALSE='#'
  5115. HAVE_BUILTIN_ATOMIC_TRUE=''
  5116. HAVE_OPENMP_FALSE=''
  5117. HAVE_OPENMP_TRUE='#'
  5118. HAVE_PTHREAD_BARRIER_FALSE=''
  5119. HAVE_PTHREAD_BARRIER_TRUE='#'
  5120. HAVE_PTHREAD_CREATE_GLIBC_2_0_FALSE=''
  5121. HAVE_PTHREAD_CREATE_GLIBC_2_0_TRUE='#'
  5122. HAVE_PTHREAD_MUTEX_TIMEDLOCK_FALSE=''
  5123. HAVE_PTHREAD_MUTEX_TIMEDLOCK_TRUE='#'
  5124. HAVE_PTHREAD_SPINLOCK_FALSE=''
  5125. HAVE_PTHREAD_SPINLOCK_TRUE='#'
  5126. INSTALL_DATA='${INSTALL} -m 644'
  5127. INSTALL_PROGRAM='${INSTALL}'
  5128. INSTALL_SCRIPT='${INSTALL}'
  5129. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5130. LDFLAGS='-L/usr/local/lib'
  5131. LIBOBJS=''
  5132. LIBS=''
  5133. LN_S='ln -s'
  5134. LTLIBOBJS=''
  5135. MAINT='#'
  5136. MAINTAINER_MODE_FALSE=''
  5137. MAINTAINER_MODE_TRUE='#'
  5138. MAKEINFO='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/missing --run makeinfo'
  5139. MKDIR_P='./install-sh -c -d'
  5140. MPI_CC='mpicc'
  5141. OBJEXT='o'
  5142. PACKAGE='valgrind'
  5143. PACKAGE_BUGREPORT='valgrind-users@lists.sourceforge.net'
  5144. PACKAGE_NAME='Valgrind'
  5145. PACKAGE_STRING='Valgrind 3.7.0'
  5146. PACKAGE_TARNAME='valgrind'
  5147. PACKAGE_URL=''
  5148. PACKAGE_VERSION='3.7.0'
  5149. PATH_SEPARATOR=':'
  5150. PERL='/usr/bin/perl'
  5151. PREFERRED_STACK_BOUNDARY='-mpreferred-stack-boundary=2'
  5152. RANLIB='ranlib'
  5153. SED='/usr/bin/sed'
  5154. SET_MAKE=''
  5155. SHELL='/bin/sh'
  5156. STRIP=''
  5157. VALT_LOAD_ADDRESS_PRI='0x138000000'
  5158. VALT_LOAD_ADDRESS_SEC='0xUNSET'
  5159. VERSION='3.7.0'
  5160. VGCONF_ARCHS_INCLUDE_AMD64_FALSE='#'
  5161. VGCONF_ARCHS_INCLUDE_AMD64_TRUE=''
  5162. VGCONF_ARCHS_INCLUDE_ARM_FALSE=''
  5163. VGCONF_ARCHS_INCLUDE_ARM_TRUE='#'
  5164. VGCONF_ARCHS_INCLUDE_PPC32_FALSE=''
  5165. VGCONF_ARCHS_INCLUDE_PPC32_TRUE='#'
  5166. VGCONF_ARCHS_INCLUDE_PPC64_FALSE=''
  5167. VGCONF_ARCHS_INCLUDE_PPC64_TRUE='#'
  5168. VGCONF_ARCHS_INCLUDE_S390X_FALSE=''
  5169. VGCONF_ARCHS_INCLUDE_S390X_TRUE='#'
  5170. VGCONF_ARCHS_INCLUDE_X86_FALSE=''
  5171. VGCONF_ARCHS_INCLUDE_X86_TRUE='#'
  5172. VGCONF_ARCH_PRI='amd64'
  5173. VGCONF_ARCH_SEC=''
  5174. VGCONF_HAVE_PLATFORM_SEC_FALSE=''
  5175. VGCONF_HAVE_PLATFORM_SEC_TRUE='#'
  5176. VGCONF_OS='darwin'
  5177. VGCONF_OS_IS_DARWIN_FALSE='#'
  5178. VGCONF_OS_IS_DARWIN_TRUE=''
  5179. VGCONF_OS_IS_LINUX_FALSE=''
  5180. VGCONF_OS_IS_LINUX_TRUE='#'
  5181. VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE='#'
  5182. VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_TRUE=''
  5183. VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_FALSE=''
  5184. VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE='#'
  5185. VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_FALSE=''
  5186. VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE='#'
  5187. VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_FALSE=''
  5188. VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE='#'
  5189. VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_FALSE=''
  5190. VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_TRUE='#'
  5191. VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_FALSE=''
  5192. VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_TRUE='#'
  5193. VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_FALSE=''
  5194. VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_TRUE='#'
  5195. VGCONF_PLATFORMS_INCLUDE_X86_LINUX_FALSE=''
  5196. VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE='#'
  5197. VGCONF_PLATFORM_PRI_CAPS='AMD64_DARWIN'
  5198. VGCONF_PLATFORM_SEC_CAPS=''
  5199. VGCONF_PLATVARIANT='vanilla'
  5200. VGCONF_PLATVARIANT_IS_ANDROID_FALSE=''
  5201. VGCONF_PLATVARIANT_IS_ANDROID_TRUE='#'
  5202. VGCONF_PLATVARIANT_IS_VANILLA_FALSE='#'
  5203. VGCONF_PLATVARIANT_IS_VANILLA_TRUE=''
  5204. ac_ct_CC='/usr/bin/clang'
  5205. ac_ct_CXX=''
  5206. am__EXEEXT_FALSE=''
  5207. am__EXEEXT_TRUE='#'
  5208. am__fastdepCCAS_FALSE='#'
  5209. am__fastdepCCAS_TRUE=''
  5210. am__fastdepCC_FALSE='#'
  5211. am__fastdepCC_TRUE=''
  5212. am__fastdepCXX_FALSE='#'
  5213. am__fastdepCXX_TRUE=''
  5214. am__include='include'
  5215. am__isrc=''
  5216. am__leading_dot='.'
  5217. am__quote=''
  5218. am__tar='${AMTAR} chof - "$$tardir"'
  5219. am__untar='${AMTAR} xf -'
  5220. bindir='${exec_prefix}/bin'
  5221. build='x86_64-pc-darwin'
  5222. build_alias='amd64-darwin'
  5223. build_cpu='x86_64'
  5224. build_os='darwin'
  5225. build_vendor='pc'
  5226. datadir='${datarootdir}'
  5227. datarootdir='${prefix}/share'
  5228. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5229. dvidir='${docdir}'
  5230. exec_prefix='${prefix}'
  5231. host='x86_64-pc-darwin'
  5232. host_alias=''
  5233. host_cpu='x86_64'
  5234. host_os='darwin'
  5235. host_vendor='pc'
  5236. htmldir='${docdir}'
  5237. includedir='${prefix}/include'
  5238. infodir='${datarootdir}/info'
  5239. install_sh='${SHELL} /private/tmp/homebrew-valgrind-3.7.0-XbxJ/valgrind-3.7.0/install-sh'
  5240. libdir='${exec_prefix}/lib'
  5241. libexecdir='${exec_prefix}/libexec'
  5242. localedir='${datarootdir}/locale'
  5243. localstatedir='${prefix}/var'
  5244. mandir='/usr/local/Cellar/valgrind/3.7.0/share/man'
  5245. mkdir_p='$(top_builddir)/./install-sh -c -d'
  5246. oldincludedir='/usr/include'
  5247. pdfdir='${docdir}'
  5248. prefix='/usr/local/Cellar/valgrind/3.7.0'
  5249. program_transform_name='s,x,x,'
  5250. psdir='${docdir}'
  5251. sbindir='${exec_prefix}/sbin'
  5252. sharedstatedir='${prefix}/com'
  5253. sysconfdir='${prefix}/etc'
  5254. target_alias=''
  5255.  
  5256. ## ----------- ##
  5257. ## confdefs.h. ##
  5258. ## ----------- ##
  5259.  
  5260. /* confdefs.h */
  5261. #define PACKAGE_NAME "Valgrind"
  5262. #define PACKAGE_TARNAME "valgrind"
  5263. #define PACKAGE_VERSION "3.7.0"
  5264. #define PACKAGE_STRING "Valgrind 3.7.0"
  5265. #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  5266. #define PACKAGE_URL ""
  5267. #define PACKAGE "valgrind"
  5268. #define VERSION "3.7.0"
  5269. #define GDB_PATH "/usr/bin/gdb"
  5270. #define DARWIN_10_5 100500
  5271. #define DARWIN_10_6 100600
  5272. #define DARWIN_10_7 100700
  5273. #define DARWIN_VERS DARWIN_10_7
  5274. #define VG_TMPDIR "/tmp"
  5275. #define STDC_HEADERS 1
  5276. #define HAVE_SYS_TYPES_H 1
  5277. #define HAVE_SYS_STAT_H 1
  5278. #define HAVE_STDLIB_H 1
  5279. #define HAVE_STRING_H 1
  5280. #define HAVE_MEMORY_H 1
  5281. #define HAVE_STRINGS_H 1
  5282. #define HAVE_INTTYPES_H 1
  5283. #define HAVE_STDINT_H 1
  5284. #define HAVE_UNISTD_H 1
  5285. #define DARWIN_LIBC 1
  5286. #define HAVE_PTHREAD_RWLOCK_T 1
  5287. #define HAVE_TLS 1
  5288. #define STDC_HEADERS 1
  5289. #define HAVE_SYS_POLL_H 1
  5290. #define HAVE_SYS_SIGNAL_H 1
  5291. #define HAVE_SYS_SYSCALL_H 1
  5292. #define HAVE_SYS_TIME_H 1
  5293. #define HAVE_SYS_TYPES_H 1
  5294. #define TIME_WITH_SYS_TIME 1
  5295. #define HAVE_STDLIB_H 1
  5296. #define HAVE_UNISTD_H 1
  5297. #define HAVE_SYS_PARAM_H 1
  5298. #define HAVE_GETPAGESIZE 1
  5299. #define HAVE_MMAP 1
  5300. #define HAVE_LIBPTHREAD 1
  5301. #define HAVE_MEMCHR 1
  5302. #define HAVE_MEMSET 1
  5303. #define HAVE_MKDIR 1
  5304. #define HAVE_STRCHR 1
  5305. #define HAVE_STRDUP 1
  5306. #define HAVE_STRPBRK 1
  5307. #define HAVE_STRRCHR 1
  5308. #define HAVE_STRSTR 1
  5309. #define HAVE_SYSCALL 1
  5310. #define HAVE_BUILTIN_ATOMIC 1
  5311. #define HAVE_BUILTIN_ATOMIC_CXX 1
  5312.  
  5313. configure: exit 0
Add Comment
Please, Sign In to add comment