Guest User

Untitled

a guest
Jan 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.89 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 libatomic_ops configure 7.2alpha6, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --disable-option-checking --prefix=/usr/local --enable-threads=posix --enable-thread-local-alloc CC=/usr/bin/llvm-gcc CFLAGS=-O3 -march=core2 -msse4 -w -pipe CXX=/usr/bin/llvm-g++ CXXFLAGS=-O3 -march=core2 -msse4 -w -pipe --cache-file=/dev/null --srcdir=.
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = TheBus.local
  14. uname -m = x86_64
  15. uname -r = 10.8.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~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 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 4 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 77 tasks, 420 threads, 4 processors
  34. Load average: 1.47, Mach factor: 2.52
  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: /opt/X11/bin
  45. PATH: /usr/local/Library/Contributions/examples
  46.  
  47.  
  48. ## ----------- ##
  49. ## Core tests. ##
  50. ## ----------- ##
  51.  
  52. configure:2089: checking build system type
  53. configure:2103: result: x86_64-apple-darwin10.8.0
  54. configure:2123: checking host system type
  55. configure:2136: result: x86_64-apple-darwin10.8.0
  56. configure:2156: checking target system type
  57. configure:2169: result: x86_64-apple-darwin10.8.0
  58. configure:2212: checking for a BSD-compatible install
  59. configure:2280: result: /usr/bin/install -c
  60. configure:2291: checking whether build environment is sane
  61. configure:2341: result: yes
  62. configure:2482: checking for a thread-safe mkdir -p
  63. configure:2521: result: ./install-sh -c -d
  64. configure:2534: checking for gawk
  65. configure:2550: found /usr/local/bin/gawk
  66. configure:2561: result: gawk
  67. configure:2572: checking whether make sets $(MAKE)
  68. configure:2594: result: yes
  69. configure:2717: checking for ranlib
  70. configure:2733: found /usr/bin/ranlib
  71. configure:2744: result: ranlib
  72. configure:2783: checking for style of include used by make
  73. configure:2811: result: GNU
  74. configure:2881: checking for gcc
  75. configure:2908: result: /usr/bin/llvm-gcc
  76. configure:3137: checking for C compiler version
  77. configure:3146: /usr/bin/llvm-gcc --version >&5
  78. i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
  79. Copyright (C) 2007 Free Software Foundation, Inc.
  80. This is free software; see the source for copying conditions. There is NO
  81. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  82.  
  83. configure:3157: $? = 0
  84. configure:3146: /usr/bin/llvm-gcc -v >&5
  85. Using built-in specs.
  86. Target: i686-apple-darwin10
  87. Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.9~9/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.9~9/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
  88. Thread model: posix
  89. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
  90. configure:3157: $? = 0
  91. configure:3146: /usr/bin/llvm-gcc -V >&5
  92. llvm-gcc-4.2: argument to `-V' is missing
  93. configure:3157: $? = 1
  94. configure:3146: /usr/bin/llvm-gcc -qversion >&5
  95. i686-apple-darwin10-llvm-gcc-4.2: no input files
  96. configure:3157: $? = 1
  97. configure:3177: checking whether the C compiler works
  98. configure:3199: /usr/bin/llvm-gcc -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  99. configure:3203: $? = 0
  100. configure:3251: result: yes
  101. configure:3254: checking for C compiler default output file name
  102. configure:3256: result: a.out
  103. configure:3262: checking for suffix of executables
  104. configure:3269: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  105. configure:3273: $? = 0
  106. configure:3295: result:
  107. configure:3317: checking whether we are cross compiling
  108. configure:3325: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  109. configure:3329: $? = 0
  110. configure:3336: ./conftest
  111. configure:3340: $? = 0
  112. configure:3355: result: no
  113. configure:3360: checking for suffix of object files
  114. configure:3382: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  115. configure:3386: $? = 0
  116. configure:3407: result: o
  117. configure:3411: checking whether we are using the GNU C compiler
  118. configure:3430: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  119. configure:3430: $? = 0
  120. configure:3439: result: yes
  121. configure:3448: checking whether /usr/bin/llvm-gcc accepts -g
  122. configure:3468: /usr/bin/llvm-gcc -c -g conftest.c >&5
  123. configure:3468: $? = 0
  124. configure:3509: result: yes
  125. configure:3526: checking for /usr/bin/llvm-gcc option to accept ISO C89
  126. configure:3590: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  127. configure:3590: $? = 0
  128. configure:3603: result: none needed
  129. configure:3625: checking dependency style of /usr/bin/llvm-gcc
  130. configure:3735: result: gcc3
  131. configure:3751: checking whether /usr/bin/llvm-gcc and cc understand -c and -o together
  132. configure:3782: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
  133. configure:3786: $? = 0
  134. configure:3792: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
  135. configure:3796: $? = 0
  136. configure:3807: cc -c conftest.c >&5
  137. configure:3811: $? = 0
  138. configure:3819: cc -c conftest.c -o conftest2.o >&5
  139. configure:3823: $? = 0
  140. configure:3829: cc -c conftest.c -o conftest2.o >&5
  141. configure:3833: $? = 0
  142. configure:3851: result: yes
  143. configure:3885: checking dependency style of /usr/bin/llvm-gcc
  144. configure:3993: result: gcc3
  145. configure:4016: checking how to run the C preprocessor
  146. configure:4047: /usr/bin/llvm-gcc -E conftest.c
  147. configure:4047: $? = 0
  148. configure:4061: /usr/bin/llvm-gcc -E conftest.c
  149. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  150. configure:4061: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h */
  153. | #define PACKAGE_NAME "libatomic_ops"
  154. | #define PACKAGE_TARNAME "libatomic_ops"
  155. | #define PACKAGE_VERSION "7.2alpha6"
  156. | #define PACKAGE_STRING "libatomic_ops 7.2alpha6"
  157. | #define PACKAGE_BUGREPORT ""
  158. | #define PACKAGE_URL ""
  159. | #define PACKAGE "libatomic_ops"
  160. | #define VERSION "7.2alpha6"
  161. | /* end confdefs.h. */
  162. | #include <ac_nonexistent.h>
  163. configure:4086: result: /usr/bin/llvm-gcc -E
  164. configure:4106: /usr/bin/llvm-gcc -E conftest.c
  165. configure:4106: $? = 0
  166. configure:4120: /usr/bin/llvm-gcc -E conftest.c
  167. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  168. configure:4120: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h */
  171. | #define PACKAGE_NAME "libatomic_ops"
  172. | #define PACKAGE_TARNAME "libatomic_ops"
  173. | #define PACKAGE_VERSION "7.2alpha6"
  174. | #define PACKAGE_STRING "libatomic_ops 7.2alpha6"
  175. | #define PACKAGE_BUGREPORT ""
  176. | #define PACKAGE_URL ""
  177. | #define PACKAGE "libatomic_ops"
  178. | #define VERSION "7.2alpha6"
  179. | /* end confdefs.h. */
  180. | #include <ac_nonexistent.h>
  181. configure:4149: checking for grep that handles long lines and -e
  182. configure:4207: result: /usr/bin/grep
  183. configure:4212: checking for egrep
  184. configure:4274: result: /usr/bin/grep -E
  185. configure:4279: checking for ANSI C header files
  186. configure:4299: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  187. configure:4299: $? = 0
  188. configure:4372: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  189. configure:4372: $? = 0
  190. configure:4372: ./conftest
  191. configure:4372: $? = 0
  192. configure:4383: result: yes
  193. configure:4396: checking for sys/types.h
  194. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  195. configure:4396: $? = 0
  196. configure:4396: result: yes
  197. configure:4396: checking for sys/stat.h
  198. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  199. configure:4396: $? = 0
  200. configure:4396: result: yes
  201. configure:4396: checking for stdlib.h
  202. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  203. configure:4396: $? = 0
  204. configure:4396: result: yes
  205. configure:4396: checking for string.h
  206. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  207. configure:4396: $? = 0
  208. configure:4396: result: yes
  209. configure:4396: checking for memory.h
  210. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  211. configure:4396: $? = 0
  212. configure:4396: result: yes
  213. configure:4396: checking for strings.h
  214. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  215. configure:4396: $? = 0
  216. configure:4396: result: yes
  217. configure:4396: checking for inttypes.h
  218. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  219. configure:4396: $? = 0
  220. configure:4396: result: yes
  221. configure:4396: checking for stdint.h
  222. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  223. configure:4396: $? = 0
  224. configure:4396: result: yes
  225. configure:4396: checking for unistd.h
  226. configure:4396: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  227. configure:4396: $? = 0
  228. configure:4396: result: yes
  229. configure:4414: checking for stdlib.h
  230. configure:4414: result: yes
  231. configure:4414: checking for unistd.h
  232. configure:4414: result: yes
  233. configure:4414: checking for sys/param.h
  234. configure:4414: /usr/bin/llvm-gcc -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  235. configure:4414: $? = 0
  236. configure:4414: result: yes
  237. configure:4434: checking for getpagesize
  238. configure:4434: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  239. configure:4434: $? = 0
  240. configure:4434: result: yes
  241. configure:4443: checking for working mmap
  242. configure:4590: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
  243. configure:4590: $? = 0
  244. configure:4590: ./conftest
  245. configure:4590: $? = 0
  246. configure:4600: result: yes
  247. configure:4611: checking for ANSI C header files
  248. configure:4715: result: yes
  249. configure:4728: checking Determining PIC compiler flag
  250. configure:4731: result: -fPIC
  251. configure:4775: checking for pthread_self in -lpthread
  252. configure:4800: /usr/bin/llvm-gcc -o conftest -O3 -march=core2 -msse4 -w -pipe -DNDEBUG conftest.c -lpthread >&5
  253. configure:4800: $? = 0
  254. configure:4809: result: yes
  255. configure:4983: creating ./config.status
  256.  
  257. ## ---------------------- ##
  258. ## Running config.status. ##
  259. ## ---------------------- ##
  260.  
  261. This file was extended by libatomic_ops config.status 7.2alpha6, which was
  262. generated by GNU Autoconf 2.68. Invocation command line was
  263.  
  264. CONFIG_FILES =
  265. CONFIG_HEADERS =
  266. CONFIG_LINKS =
  267. CONFIG_COMMANDS =
  268. $ ./config.status
  269.  
  270. on TheBus.local
  271.  
  272. config.status:899: creating Makefile
  273. config.status:899: creating src/Makefile
  274. config.status:899: creating src/atomic_ops/Makefile
  275. config.status:899: creating src/atomic_ops/sysdeps/Makefile
  276. config.status:899: creating doc/Makefile
  277. config.status:899: creating tests/Makefile
  278. config.status:899: creating src/config.h
  279. config.status:1128: executing depfiles commands
  280. config.status:1128: executing default commands
  281.  
  282. ## ---------------- ##
  283. ## Cache variables. ##
  284. ## ---------------- ##
  285.  
  286. ac_cv_build=x86_64-apple-darwin10.8.0
  287. ac_cv_c_compiler_gnu=yes
  288. ac_cv_env_CCASFLAGS_set=
  289. ac_cv_env_CCASFLAGS_value=
  290. ac_cv_env_CCAS_set=
  291. ac_cv_env_CCAS_value=
  292. ac_cv_env_CC_set=set
  293. ac_cv_env_CC_value=/usr/bin/llvm-gcc
  294. ac_cv_env_CFLAGS_set=set
  295. ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4 -w -pipe'
  296. ac_cv_env_CPPFLAGS_set=
  297. ac_cv_env_CPPFLAGS_value=
  298. ac_cv_env_CPP_set=
  299. ac_cv_env_CPP_value=
  300. ac_cv_env_LDFLAGS_set=
  301. ac_cv_env_LDFLAGS_value=
  302. ac_cv_env_LIBS_set=
  303. ac_cv_env_LIBS_value=
  304. ac_cv_env_build_alias_set=
  305. ac_cv_env_build_alias_value=
  306. ac_cv_env_host_alias_set=
  307. ac_cv_env_host_alias_value=
  308. ac_cv_env_target_alias_set=
  309. ac_cv_env_target_alias_value=
  310. ac_cv_func_getpagesize=yes
  311. ac_cv_func_mmap_fixed_mapped=yes
  312. ac_cv_header_inttypes_h=yes
  313. ac_cv_header_memory_h=yes
  314. ac_cv_header_stdc=yes
  315. ac_cv_header_stdint_h=yes
  316. ac_cv_header_stdlib_h=yes
  317. ac_cv_header_string_h=yes
  318. ac_cv_header_strings_h=yes
  319. ac_cv_header_sys_param_h=yes
  320. ac_cv_header_sys_stat_h=yes
  321. ac_cv_header_sys_types_h=yes
  322. ac_cv_header_unistd_h=yes
  323. ac_cv_host=x86_64-apple-darwin10.8.0
  324. ac_cv_lib_pthread_pthread_self=yes
  325. ac_cv_objext=o
  326. ac_cv_path_EGREP='/usr/bin/grep -E'
  327. ac_cv_path_GREP=/usr/bin/grep
  328. ac_cv_path_install='/usr/bin/install -c'
  329. ac_cv_prog_AWK=gawk
  330. ac_cv_prog_CPP='/usr/bin/llvm-gcc -E'
  331. ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc
  332. ac_cv_prog_ac_ct_RANLIB=ranlib
  333. ac_cv_prog_cc__usr_bin_llvm_gcc_c_o=yes
  334. ac_cv_prog_cc_c89=
  335. ac_cv_prog_cc_g=yes
  336. ac_cv_prog_make_make_set=yes
  337. ac_cv_target=x86_64-apple-darwin10.8.0
  338. am_cv_CCAS_dependencies_compiler_type=gcc3
  339. am_cv_CC_dependencies_compiler_type=gcc3
  340.  
  341. ## ----------------- ##
  342. ## Output variables. ##
  343. ## ----------------- ##
  344.  
  345. ACLOCAL='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/missing --run aclocal-1.11'
  346. AMDEPBACKSLASH='\'
  347. AMDEP_FALSE='#'
  348. AMDEP_TRUE=''
  349. AMTAR='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/missing --run tar'
  350. AUTOCONF='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/missing --run autoconf'
  351. AUTOHEADER='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/missing --run autoheader'
  352. AUTOMAKE='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/missing --run automake-1.11'
  353. AWK='gawk'
  354. CC='/usr/bin/llvm-gcc'
  355. CCAS='/usr/bin/llvm-gcc'
  356. CCASDEPMODE='depmode=gcc3'
  357. CCASFLAGS='-O3 -march=core2 -msse4 -w -pipe'
  358. CCDEPMODE='depmode=gcc3'
  359. CFLAGS='-O3 -march=core2 -msse4 -w -pipe -DNDEBUG'
  360. CPP='/usr/bin/llvm-gcc -E'
  361. CPPFLAGS=''
  362. CYGPATH_W='echo'
  363. DEFS='-DHAVE_CONFIG_H'
  364. DEPDIR='.deps'
  365. ECHO_C='\c'
  366. ECHO_N=''
  367. ECHO_T=''
  368. EGREP='/usr/bin/grep -E'
  369. EXEEXT=''
  370. GREP='/usr/bin/grep'
  371. INSTALL_DATA='${INSTALL} -m 644'
  372. INSTALL_PROGRAM='${INSTALL}'
  373. INSTALL_SCRIPT='${INSTALL}'
  374. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  375. LDFLAGS=''
  376. LIBOBJS=''
  377. LIBS=''
  378. LTLIBOBJS=''
  379. MAKEINFO='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/missing --run makeinfo'
  380. MKDIR_P='./install-sh -c -d'
  381. NEED_ASM_FALSE=''
  382. NEED_ASM_TRUE='#'
  383. OBJEXT='o'
  384. PACKAGE='libatomic_ops'
  385. PACKAGE_BUGREPORT=''
  386. PACKAGE_NAME='libatomic_ops'
  387. PACKAGE_STRING='libatomic_ops 7.2alpha6'
  388. PACKAGE_TARNAME='libatomic_ops'
  389. PACKAGE_URL=''
  390. PACKAGE_VERSION='7.2alpha6'
  391. PATH_SEPARATOR=':'
  392. PICFLAG='-fPIC'
  393. RANLIB='ranlib'
  394. SET_MAKE=''
  395. SHELL='/bin/sh'
  396. STRIP=''
  397. THREADDLLIBS=''
  398. VERSION='7.2alpha6'
  399. ac_ct_CC='/usr/bin/llvm-gcc'
  400. am__EXEEXT_FALSE=''
  401. am__EXEEXT_TRUE='#'
  402. am__fastdepCCAS_FALSE='#'
  403. am__fastdepCCAS_TRUE=''
  404. am__fastdepCC_FALSE='#'
  405. am__fastdepCC_TRUE=''
  406. am__include='include'
  407. am__isrc=''
  408. am__leading_dot='.'
  409. am__quote=''
  410. am__tar='${AMTAR} chof - "$$tardir"'
  411. am__untar='${AMTAR} xf -'
  412. bindir='${exec_prefix}/bin'
  413. build='x86_64-apple-darwin10.8.0'
  414. build_alias=''
  415. build_cpu='x86_64'
  416. build_os='darwin10.8.0'
  417. build_vendor='apple'
  418. datadir='${datarootdir}'
  419. datarootdir='${prefix}/share'
  420. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  421. dvidir='${docdir}'
  422. exec_prefix='${prefix}'
  423. host='x86_64-apple-darwin10.8.0'
  424. host_alias=''
  425. host_cpu='x86_64'
  426. host_os='darwin10.8.0'
  427. host_vendor='apple'
  428. htmldir='${docdir}'
  429. includedir='${prefix}/include'
  430. infodir='${datarootdir}/info'
  431. install_sh='${SHELL} /private/tmp/homebrew-rock-0.9.2-7z2q/rock-0.9.2-source/libs/sources/libatomic_ops/install-sh'
  432. libdir='${exec_prefix}/lib'
  433. libexecdir='${exec_prefix}/libexec'
  434. localedir='${datarootdir}/locale'
  435. localstatedir='${prefix}/var'
  436. mandir='${datarootdir}/man'
  437. mkdir_p='$(top_builddir)/./install-sh -c -d'
  438. oldincludedir='/usr/include'
  439. pdfdir='${docdir}'
  440. prefix='/usr/local'
  441. program_transform_name='s,x,x,'
  442. psdir='${docdir}'
  443. sbindir='${exec_prefix}/sbin'
  444. sharedstatedir='${prefix}/com'
  445. sysconfdir='${prefix}/etc'
  446. target='x86_64-apple-darwin10.8.0'
  447. target_alias=''
  448. target_cpu='x86_64'
  449. target_os='darwin10.8.0'
  450. target_vendor='apple'
  451.  
  452. ## ----------- ##
  453. ## confdefs.h. ##
  454. ## ----------- ##
  455.  
  456. /* confdefs.h */
  457. #define PACKAGE_NAME "libatomic_ops"
  458. #define PACKAGE_TARNAME "libatomic_ops"
  459. #define PACKAGE_VERSION "7.2alpha6"
  460. #define PACKAGE_STRING "libatomic_ops 7.2alpha6"
  461. #define PACKAGE_BUGREPORT ""
  462. #define PACKAGE_URL ""
  463. #define PACKAGE "libatomic_ops"
  464. #define VERSION "7.2alpha6"
  465. #define STDC_HEADERS 1
  466. #define HAVE_SYS_TYPES_H 1
  467. #define HAVE_SYS_STAT_H 1
  468. #define HAVE_STDLIB_H 1
  469. #define HAVE_STRING_H 1
  470. #define HAVE_MEMORY_H 1
  471. #define HAVE_STRINGS_H 1
  472. #define HAVE_INTTYPES_H 1
  473. #define HAVE_STDINT_H 1
  474. #define HAVE_UNISTD_H 1
  475. #define HAVE_STDLIB_H 1
  476. #define HAVE_UNISTD_H 1
  477. #define HAVE_SYS_PARAM_H 1
  478. #define HAVE_GETPAGESIZE 1
  479. #define HAVE_MMAP 1
  480. #define STDC_HEADERS 1
  481. #define _REENTRANT 1
  482.  
  483. configure: exit 0
Add Comment
Please, Sign In to add comment