Advertisement
Guest User

cavin

a guest
Dec 27th, 2009
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.84 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 subversion configure 1.6.6, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --prefix=/sw64 --libexecdir=${prefix}/lib/svn15 --libdir=${prefix}/lib/svn15 --enable-shared --disable-static --with-neon=/sw64 --without-serf --with-apr=/sw64/bin/apr-1-config --with-apr-util=/sw64/bin/apu-1-config --without-apxs --disable-mod-activation --without-jdk --disable-javahl --with-jikes=no --without-swig --with-berkeley-db=db.h:/sw64/include/db4:/sw64/lib:db-4.7 --with-sasl=/sw64 --with-sqlite=/sw64 --without-gnome-keyring --without-kwallet --without-ctypesgen --disable-neon-version-check
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = CavinMacBookPro.local
  14. uname -m = i386
  15. uname -r = 10.2.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
  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.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
  27. Kernel configured for up to 2 processors.
  28. 2 processors are physically available.
  29. 2 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1
  32. Primary memory available: 2.00 gigabytes
  33. Default processor set: 107 tasks, 474 threads, 2 processors
  34. Load average: 1.18, Mach factor: 1.22
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /sw64/var/lib/fink/path-prefix-10.6
  40. PATH: /sw64/bin
  41. PATH: /sw64/sbin
  42. PATH: /bin
  43. PATH: /usr/bin
  44. PATH: /sbin
  45. PATH: /usr/sbin
  46. PATH: /usr/X11R6/bin
  47.  
  48.  
  49. ## ----------- ##
  50. ## Core tests. ##
  51. ## ----------- ##
  52.  
  53. configure:2259: Configuring Subversion 1.6.6
  54. configure:2278: creating config.nice
  55. configure:2348: checking for gcc
  56. configure:2364: found /sw64/var/lib/fink/path-prefix-10.6/gcc
  57. configure:2375: result: gcc
  58. configure:2607: checking for C compiler version
  59. configure:2615: gcc --version >&5
  60. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
  61. Copyright (C) 2007 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:2619: $? = 0
  66. configure:2626: gcc -v >&5
  67. Using built-in specs.
  68. Target: i686-apple-darwin10
  69. Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  70. Thread model: posix
  71. gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
  72. configure:2630: $? = 0
  73. configure:2637: gcc -V >&5
  74. gcc-4.2: argument to `-V' is missing
  75. configure:2641: $? = 1
  76. configure:2664: checking for C compiler default output file name
  77. configure:2686: gcc -I/sw64/include -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs conftest.c >&5
  78. configure:2690: $? = 0
  79. configure:2728: result: a.out
  80. configure:2747: checking whether the C compiler works
  81. configure:2757: ./a.out
  82. configure:2761: $? = 0
  83. configure:2780: result: yes
  84. configure:2787: checking whether we are cross compiling
  85. configure:2789: result: no
  86. configure:2792: checking for suffix of executables
  87. configure:2799: gcc -o conftest -I/sw64/include -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs conftest.c >&5
  88. configure:2803: $? = 0
  89. configure:2829: result:
  90. configure:2835: checking for suffix of object files
  91. configure:2861: gcc -c -I/sw64/include conftest.c >&5
  92. configure:2865: $? = 0
  93. configure:2890: result: o
  94. configure:2894: checking whether we are using the GNU C compiler
  95. configure:2923: gcc -c -I/sw64/include conftest.c >&5
  96. configure:2930: $? = 0
  97. configure:2947: result: yes
  98. configure:2956: checking whether gcc accepts -g
  99. configure:2986: gcc -c -g -I/sw64/include conftest.c >&5
  100. configure:2993: $? = 0
  101. configure:3094: result: yes
  102. configure:3111: checking for gcc option to accept ISO C89
  103. configure:3185: gcc -c -g -O2 -I/sw64/include conftest.c >&5
  104. configure:3192: $? = 0
  105. configure:3215: result: none needed
  106. configure:3293: checking for g++
  107. configure:3309: found /sw64/var/lib/fink/path-prefix-10.6/g++
  108. configure:3320: result: g++
  109. configure:3347: checking for C++ compiler version
  110. configure:3355: g++ --version >&5
  111. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
  112. Copyright (C) 2007 Free Software Foundation, Inc.
  113. This is free software; see the source for copying conditions. There is NO
  114. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  115.  
  116. configure:3359: $? = 0
  117. configure:3366: g++ -v >&5
  118. Using built-in specs.
  119. Target: i686-apple-darwin10
  120. Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  121. Thread model: posix
  122. gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
  123. configure:3370: $? = 0
  124. configure:3377: g++ -V >&5
  125. g++-4.2: argument to `-V' is missing
  126. configure:3381: $? = 1
  127. configure:3384: checking whether we are using the GNU C++ compiler
  128. configure:3413: g++ -c -I/sw64/include conftest.cpp >&5
  129. configure:3420: $? = 0
  130. configure:3437: result: yes
  131. configure:3446: checking whether g++ accepts -g
  132. configure:3476: g++ -c -g -I/sw64/include conftest.cpp >&5
  133. configure:3483: $? = 0
  134. configure:3584: result: yes
  135. configure:3614: checking how to run the C preprocessor
  136. configure:3654: gcc -E -I/sw64/include conftest.c
  137. configure:3661: $? = 0
  138. configure:3692: gcc -E -I/sw64/include conftest.c
  139. conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
  140. configure:3699: $? = 1
  141. configure: failed program was:
  142. | /* confdefs.h. */
  143. | #define PACKAGE_NAME "subversion"
  144. | #define PACKAGE_TARNAME "subversion"
  145. | #define PACKAGE_VERSION "1.6.6"
  146. | #define PACKAGE_STRING "subversion 1.6.6"
  147. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  148. | /* end confdefs.h. */
  149. | #include <ac_nonexistent.h>
  150. configure:3732: result: gcc -E
  151. configure:3761: gcc -E -I/sw64/include conftest.c
  152. configure:3768: $? = 0
  153. configure:3799: gcc -E -I/sw64/include conftest.c
  154. conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
  155. configure:3806: $? = 1
  156. configure: failed program was:
  157. | /* confdefs.h. */
  158. | #define PACKAGE_NAME "subversion"
  159. | #define PACKAGE_TARNAME "subversion"
  160. | #define PACKAGE_VERSION "1.6.6"
  161. | #define PACKAGE_STRING "subversion 1.6.6"
  162. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  163. | /* end confdefs.h. */
  164. | #include <ac_nonexistent.h>
  165. configure:3848: checking for a sed that does not truncate output
  166. configure:3914: result: /usr/bin/sed
  167. configure:3927: checking build system type
  168. configure:3945: result: i386-apple-darwin10.2.0
  169. configure:3967: checking host system type
  170. configure:3982: result: i386-apple-darwin10.2.0
  171. configure:4004: checking target system type
  172. configure:4019: result: i386-apple-darwin10.2.0
  173. configure:4049: checking for grep that handles long lines and -e
  174. configure:4109: result: /usr/bin/grep
  175. configure:4114: checking for egrep
  176. configure:4178: result: /usr/bin/grep -E
  177. configure:4184: checking whether ln -s works
  178. configure:4188: result: yes
  179. configure:4210: checking for a BSD-compatible install
  180. configure:4278: result: /usr/bin/install -c
  181. configure:4318: Apache Portable Runtime (APR) library configuration
  182. configure:4346: checking for APR
  183. configure:4428: result: yes
  184. configure:4602: checking APR version
  185. configure:4610: result: 1.3.3
  186. configure:4694: Apache Portable Runtime Utility (APRUTIL) library configuration
  187. configure:4722: checking for APR-util
  188. configure:4804: result: yes
  189. configure:4969: checking APR-UTIL version
  190. configure:4983: result: 1.3.4
  191. configure:5054: checking for pkg-config
  192. configure:5072: found /sw64/bin/pkg-config
  193. configure:5084: result: /sw64/bin/pkg-config
  194. configure:5113: checking neon library
  195. configure:5135: checking neon library version
  196. configure:5142: result: 0.29.1
  197. configure:5841: checking for ANSI C header files
  198. configure:5871: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  199. configure:5878: $? = 0
  200. configure:5977: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib conftest.c >&5
  201. configure:5981: $? = 0
  202. configure:5987: ./conftest
  203. configure:5991: $? = 0
  204. configure:6009: result: yes
  205. configure:6033: checking for sys/types.h
  206. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  207. configure:6061: $? = 0
  208. configure:6078: result: yes
  209. configure:6033: checking for sys/stat.h
  210. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  211. configure:6061: $? = 0
  212. configure:6078: result: yes
  213. configure:6033: checking for stdlib.h
  214. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  215. configure:6061: $? = 0
  216. configure:6078: result: yes
  217. configure:6033: checking for string.h
  218. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  219. configure:6061: $? = 0
  220. configure:6078: result: yes
  221. configure:6033: checking for memory.h
  222. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  223. configure:6061: $? = 0
  224. configure:6078: result: yes
  225. configure:6033: checking for strings.h
  226. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  227. configure:6061: $? = 0
  228. configure:6078: result: yes
  229. configure:6033: checking for inttypes.h
  230. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  231. configure:6061: $? = 0
  232. configure:6078: result: yes
  233. configure:6033: checking for stdint.h
  234. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  235. configure:6061: $? = 0
  236. configure:6078: result: yes
  237. configure:6033: checking for unistd.h
  238. configure:6054: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  239. configure:6061: $? = 0
  240. configure:6078: result: yes
  241. configure:6104: serf library configuration
  242. configure:6125: checking serf.h usability
  243. configure:6142: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include/apache2 -I/sw64/include/apache2 -I/sw64/include -Ino/include/serf-0 conftest.c >&5
  244. conftest.c:55:18: error: serf.h: No such file or directory
  245. configure:6149: $? = 1
  246. configure: failed program was:
  247. | /* confdefs.h. */
  248. | #define PACKAGE_NAME "subversion"
  249. | #define PACKAGE_TARNAME "subversion"
  250. | #define PACKAGE_VERSION "1.6.6"
  251. | #define PACKAGE_STRING "subversion 1.6.6"
  252. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  253. | #define SVN_NEON_0_26 1
  254. | #define SVN_NEON_0_27 1
  255. | #define SVN_NEON_0_28 1
  256. | #define SVN_HAVE_NEON 1
  257. | #define STDC_HEADERS 1
  258. | #define HAVE_SYS_TYPES_H 1
  259. | #define HAVE_SYS_STAT_H 1
  260. | #define HAVE_STDLIB_H 1
  261. | #define HAVE_STRING_H 1
  262. | #define HAVE_MEMORY_H 1
  263. | #define HAVE_STRINGS_H 1
  264. | #define HAVE_INTTYPES_H 1
  265. | #define HAVE_STDINT_H 1
  266. | #define HAVE_UNISTD_H 1
  267. | /* end confdefs.h. */
  268. | #include <stdio.h>
  269. | #ifdef HAVE_SYS_TYPES_H
  270. | # include <sys/types.h>
  271. | #endif
  272. | #ifdef HAVE_SYS_STAT_H
  273. | # include <sys/stat.h>
  274. | #endif
  275. | #ifdef STDC_HEADERS
  276. | # include <stdlib.h>
  277. | # include <stddef.h>
  278. | #else
  279. | # ifdef HAVE_STDLIB_H
  280. | # include <stdlib.h>
  281. | # endif
  282. | #endif
  283. | #ifdef HAVE_STRING_H
  284. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  285. | # include <memory.h>
  286. | # endif
  287. | # include <string.h>
  288. | #endif
  289. | #ifdef HAVE_STRINGS_H
  290. | # include <strings.h>
  291. | #endif
  292. | #ifdef HAVE_INTTYPES_H
  293. | # include <inttypes.h>
  294. | #endif
  295. | #ifdef HAVE_STDINT_H
  296. | # include <stdint.h>
  297. | #endif
  298. | #ifdef HAVE_UNISTD_H
  299. | # include <unistd.h>
  300. | #endif
  301. | #include <serf.h>
  302. configure:6163: result: no
  303. configure:6167: checking serf.h presence
  304. configure:6182: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include/apache2 -I/sw64/include/apache2 -I/sw64/include -Ino/include/serf-0 conftest.c
  305. conftest.c:22:18: error: serf.h: No such file or directory
  306. configure:6189: $? = 1
  307. configure: failed program was:
  308. | /* confdefs.h. */
  309. | #define PACKAGE_NAME "subversion"
  310. | #define PACKAGE_TARNAME "subversion"
  311. | #define PACKAGE_VERSION "1.6.6"
  312. | #define PACKAGE_STRING "subversion 1.6.6"
  313. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  314. | #define SVN_NEON_0_26 1
  315. | #define SVN_NEON_0_27 1
  316. | #define SVN_NEON_0_28 1
  317. | #define SVN_HAVE_NEON 1
  318. | #define STDC_HEADERS 1
  319. | #define HAVE_SYS_TYPES_H 1
  320. | #define HAVE_SYS_STAT_H 1
  321. | #define HAVE_STDLIB_H 1
  322. | #define HAVE_STRING_H 1
  323. | #define HAVE_MEMORY_H 1
  324. | #define HAVE_STRINGS_H 1
  325. | #define HAVE_INTTYPES_H 1
  326. | #define HAVE_STDINT_H 1
  327. | #define HAVE_UNISTD_H 1
  328. | /* end confdefs.h. */
  329. | #include <serf.h>
  330. configure:6203: result: no
  331. configure:6236: checking for serf.h
  332. configure:6245: result: no
  333. configure:6748: looking for apr_memcache as part of apr-util
  334. configure:6762: checking apr_memcache.h usability
  335. configure:6779: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include/apache2 -I/sw64/include/apache2 -I/sw64/include conftest.c >&5
  336. conftest.c:55:26: error: apr_memcache.h: No such file or directory
  337. configure:6786: $? = 1
  338. configure: failed program was:
  339. | /* confdefs.h. */
  340. | #define PACKAGE_NAME "subversion"
  341. | #define PACKAGE_TARNAME "subversion"
  342. | #define PACKAGE_VERSION "1.6.6"
  343. | #define PACKAGE_STRING "subversion 1.6.6"
  344. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  345. | #define SVN_NEON_0_26 1
  346. | #define SVN_NEON_0_27 1
  347. | #define SVN_NEON_0_28 1
  348. | #define SVN_HAVE_NEON 1
  349. | #define STDC_HEADERS 1
  350. | #define HAVE_SYS_TYPES_H 1
  351. | #define HAVE_SYS_STAT_H 1
  352. | #define HAVE_STDLIB_H 1
  353. | #define HAVE_STRING_H 1
  354. | #define HAVE_MEMORY_H 1
  355. | #define HAVE_STRINGS_H 1
  356. | #define HAVE_INTTYPES_H 1
  357. | #define HAVE_STDINT_H 1
  358. | #define HAVE_UNISTD_H 1
  359. | /* end confdefs.h. */
  360. | #include <stdio.h>
  361. | #ifdef HAVE_SYS_TYPES_H
  362. | # include <sys/types.h>
  363. | #endif
  364. | #ifdef HAVE_SYS_STAT_H
  365. | # include <sys/stat.h>
  366. | #endif
  367. | #ifdef STDC_HEADERS
  368. | # include <stdlib.h>
  369. | # include <stddef.h>
  370. | #else
  371. | # ifdef HAVE_STDLIB_H
  372. | # include <stdlib.h>
  373. | # endif
  374. | #endif
  375. | #ifdef HAVE_STRING_H
  376. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  377. | # include <memory.h>
  378. | # endif
  379. | # include <string.h>
  380. | #endif
  381. | #ifdef HAVE_STRINGS_H
  382. | # include <strings.h>
  383. | #endif
  384. | #ifdef HAVE_INTTYPES_H
  385. | # include <inttypes.h>
  386. | #endif
  387. | #ifdef HAVE_STDINT_H
  388. | # include <stdint.h>
  389. | #endif
  390. | #ifdef HAVE_UNISTD_H
  391. | # include <unistd.h>
  392. | #endif
  393. | #include <apr_memcache.h>
  394. configure:6800: result: no
  395. configure:6804: checking apr_memcache.h presence
  396. configure:6819: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include/apache2 -I/sw64/include/apache2 -I/sw64/include conftest.c
  397. conftest.c:22:26: error: apr_memcache.h: No such file or directory
  398. configure:6826: $? = 1
  399. configure: failed program was:
  400. | /* confdefs.h. */
  401. | #define PACKAGE_NAME "subversion"
  402. | #define PACKAGE_TARNAME "subversion"
  403. | #define PACKAGE_VERSION "1.6.6"
  404. | #define PACKAGE_STRING "subversion 1.6.6"
  405. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  406. | #define SVN_NEON_0_26 1
  407. | #define SVN_NEON_0_27 1
  408. | #define SVN_NEON_0_28 1
  409. | #define SVN_HAVE_NEON 1
  410. | #define STDC_HEADERS 1
  411. | #define HAVE_SYS_TYPES_H 1
  412. | #define HAVE_SYS_STAT_H 1
  413. | #define HAVE_STDLIB_H 1
  414. | #define HAVE_STRING_H 1
  415. | #define HAVE_MEMORY_H 1
  416. | #define HAVE_STRINGS_H 1
  417. | #define HAVE_INTTYPES_H 1
  418. | #define HAVE_STDINT_H 1
  419. | #define HAVE_UNISTD_H 1
  420. | /* end confdefs.h. */
  421. | #include <apr_memcache.h>
  422. configure:6840: result: no
  423. configure:6873: checking for apr_memcache.h
  424. configure:6880: result: no
  425. configure:7146: checking for Apache module support via DSO through APXS
  426. configure:7225: result: no
  427. configure:7350: checking sqlite library
  428. configure:7393: checking sqlite3.h usability
  429. configure:7410: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include conftest.c >&5
  430. configure:7417: $? = 0
  431. configure:7431: result: yes
  432. configure:7435: checking sqlite3.h presence
  433. configure:7450: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include conftest.c
  434. configure:7457: $? = 0
  435. configure:7471: result: yes
  436. configure:7504: checking for sqlite3.h
  437. configure:7511: result: yes
  438. configure:7517: checking sqlite library version (via header)
  439. configure:7533: result: okay
  440. configure:7535: checking for sqlite3_close in -lsqlite3
  441. configure:7570: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib conftest.c -lsqlite3 >&5
  442. configure:7577: $? = 0
  443. configure:7598: result: yes
  444. configure:8201: checking for a sed that does not truncate output
  445. configure:8257: result: /usr/bin/sed
  446. configure:8271: checking for ld used by gcc
  447. configure:8338: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  448. configure:8347: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
  449. configure:8362: result: no
  450. configure:8367: checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files
  451. configure:8374: result: -r
  452. configure:8392: checking for BSD-compatible nm
  453. configure:8441: result: /usr/bin/nm
  454. configure:8445: checking how to recognize dependent libraries
  455. configure:8631: result: pass_all
  456. configure:8890: checking dlfcn.h usability
  457. configure:8907: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  458. configure:8914: $? = 0
  459. configure:8928: result: yes
  460. configure:8932: checking dlfcn.h presence
  461. configure:8947: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c
  462. configure:8954: $? = 0
  463. configure:8968: result: yes
  464. configure:9001: checking for dlfcn.h
  465. configure:9010: result: yes
  466. configure:9035: checking how to run the C++ preprocessor
  467. configure:9071: g++ -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.cpp
  468. configure:9078: $? = 0
  469. configure:9109: g++ -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.cpp
  470. conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
  471. configure:9116: $? = 1
  472. configure: failed program was:
  473. | /* confdefs.h. */
  474. | #define PACKAGE_NAME "subversion"
  475. | #define PACKAGE_TARNAME "subversion"
  476. | #define PACKAGE_VERSION "1.6.6"
  477. | #define PACKAGE_STRING "subversion 1.6.6"
  478. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  479. | #define SVN_NEON_0_26 1
  480. | #define SVN_NEON_0_27 1
  481. | #define SVN_NEON_0_28 1
  482. | #define SVN_HAVE_NEON 1
  483. | #define STDC_HEADERS 1
  484. | #define HAVE_SYS_TYPES_H 1
  485. | #define HAVE_SYS_STAT_H 1
  486. | #define HAVE_STDLIB_H 1
  487. | #define HAVE_STRING_H 1
  488. | #define HAVE_MEMORY_H 1
  489. | #define HAVE_STRINGS_H 1
  490. | #define HAVE_INTTYPES_H 1
  491. | #define HAVE_STDINT_H 1
  492. | #define HAVE_UNISTD_H 1
  493. | #define SVN_BINDIR "/sw64/bin"
  494. | #define SVN_LOCALE_DIR "/sw64/share/locale"
  495. | #define HAVE_DLFCN_H 1
  496. | /* end confdefs.h. */
  497. | #include <ac_nonexistent.h>
  498. configure:9149: result: g++ -E
  499. configure:9178: g++ -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.cpp
  500. configure:9185: $? = 0
  501. configure:9216: g++ -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.cpp
  502. conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
  503. configure:9223: $? = 1
  504. configure: failed program was:
  505. | /* confdefs.h. */
  506. | #define PACKAGE_NAME "subversion"
  507. | #define PACKAGE_TARNAME "subversion"
  508. | #define PACKAGE_VERSION "1.6.6"
  509. | #define PACKAGE_STRING "subversion 1.6.6"
  510. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  511. | #define SVN_NEON_0_26 1
  512. | #define SVN_NEON_0_27 1
  513. | #define SVN_NEON_0_28 1
  514. | #define SVN_HAVE_NEON 1
  515. | #define STDC_HEADERS 1
  516. | #define HAVE_SYS_TYPES_H 1
  517. | #define HAVE_SYS_STAT_H 1
  518. | #define HAVE_STDLIB_H 1
  519. | #define HAVE_STRING_H 1
  520. | #define HAVE_MEMORY_H 1
  521. | #define HAVE_STRINGS_H 1
  522. | #define HAVE_INTTYPES_H 1
  523. | #define HAVE_STDINT_H 1
  524. | #define HAVE_UNISTD_H 1
  525. | #define SVN_BINDIR "/sw64/bin"
  526. | #define SVN_LOCALE_DIR "/sw64/share/locale"
  527. | #define HAVE_DLFCN_H 1
  528. | /* end confdefs.h. */
  529. | #include <ac_nonexistent.h>
  530. configure:9371: checking for Fortran 77 compiler version
  531. configure:9379: no --version >&5
  532. ./configure: line 9381: no: command not found
  533. configure:9383: $? = 127
  534. configure:9390: no -v >&5
  535. ./configure: line 9392: no: command not found
  536. configure:9394: $? = 127
  537. configure:9401: no -V >&5
  538. ./configure: line 9403: no: command not found
  539. configure:9405: $? = 127
  540. configure:9413: checking whether we are using the GNU Fortran 77 compiler
  541. configure:9432: no -c conftest.F >&5
  542. ./configure: line 9434: no: command not found
  543. configure:9439: $? = 127
  544. configure: failed program was:
  545. | program main
  546. | #ifndef __GNUC__
  547. | choke me
  548. | #endif
  549. |
  550. | end
  551. configure:9456: result: no
  552. configure:9462: checking whether no accepts -g
  553. configure:9479: no -c -g conftest.f >&5
  554. ./configure: line 9481: no: command not found
  555. configure:9486: $? = 127
  556. configure: failed program was:
  557. | program main
  558. |
  559. | end
  560. configure:9502: result: no
  561. configure:9535: checking the maximum length of command line arguments
  562. configure:9647: result: 196608
  563. configure:9659: checking command to parse /usr/bin/nm output from gcc object
  564. configure:9764: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  565. configure:9767: $? = 0
  566. configure:9771: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  567. configure:9774: $? = 0
  568. cannot find nm_test_var in conftest.nm
  569. configure:9764: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  570. configure:9767: $? = 0
  571. configure:9771: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  572. configure:9774: $? = 0
  573. configure:9826: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib conftest.c conftstm.o >&5
  574. configure:9829: $? = 0
  575. configure:9867: result: ok
  576. configure:9871: checking for objdir
  577. configure:9886: result: .libs
  578. configure:9978: checking for ar
  579. configure:9994: found /usr/bin/ar
  580. configure:10005: result: ar
  581. configure:10070: checking for ranlib
  582. configure:10086: found /usr/bin/ranlib
  583. configure:10097: result: ranlib
  584. configure:10162: checking for strip
  585. configure:10178: found /usr/bin/strip
  586. configure:10189: result: strip
  587. configure:10442: checking for dsymutil
  588. configure:10458: found /usr/bin/dsymutil
  589. configure:10469: result: dsymutil
  590. configure:10534: checking for nmedit
  591. configure:10550: found /usr/bin/nmedit
  592. configure:10561: result: nmedit
  593. configure:10584: checking for -single_module linker flag
  594. configure:10605: result: yes
  595. configure:10607: checking for -exported_symbols_list linker flag
  596. configure:10637: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  597. configure:10644: $? = 0
  598. configure:10666: result: yes
  599. configure:10783: checking if gcc supports -fno-rtti -fno-exceptions
  600. configure:10801: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -fno-rtti -fno-exceptions conftest.c >&5
  601. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  602. configure:10805: $? = 0
  603. configure:10818: result: no
  604. configure:10833: checking for gcc option to produce PIC
  605. configure:11065: result: -fno-common
  606. configure:11073: checking if gcc PIC flag -fno-common works
  607. configure:11091: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -fno-common -DPIC conftest.c >&5
  608. configure:11095: $? = 0
  609. configure:11108: result: yes
  610. configure:11136: checking if gcc static flag -static works
  611. configure:11164: result: no
  612. configure:11174: checking if gcc supports -c -o file.o
  613. configure:11195: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -o out/conftest2.o conftest.c >&5
  614. configure:11199: $? = 0
  615. configure:11221: result: yes
  616. configure:11247: checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
  617. configure:12235: result: yes
  618. configure:12302: checking dynamic linker characteristics
  619. configure:12904: result: darwin10.2.0 dyld
  620. configure:12928: checking how to hardcode library paths into programs
  621. configure:12953: result: immediate
  622. configure:12967: checking whether stripping libraries is possible
  623. configure:12981: result: yes
  624. configure:13802: checking if libtool supports shared libraries
  625. configure:13804: result: yes
  626. configure:13807: checking whether to build shared libraries
  627. configure:13828: result: yes
  628. configure:13831: checking whether to build static libraries
  629. configure:13835: result: no
  630. configure:13929: creating libtool
  631. configure:14522: checking for ld used by g++
  632. configure:14589: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  633. configure:14598: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
  634. configure:14613: result: no
  635. configure:14664: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
  636. configure:15618: result: yes
  637. configure:15639: g++ -c -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.cpp >&5
  638. configure:15642: $? = 0
  639. configure:15798: checking for g++ option to produce PIC
  640. configure:16082: result: -fno-common
  641. configure:16090: checking if g++ PIC flag -fno-common works
  642. configure:16108: g++ -c -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -fno-common -DPIC conftest.cpp >&5
  643. configure:16112: $? = 0
  644. configure:16125: result: yes
  645. configure:16153: checking if g++ static flag -static works
  646. configure:16181: result: no
  647. configure:16191: checking if g++ supports -c -o file.o
  648. configure:16212: g++ -c -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -o out/conftest2.o conftest.cpp >&5
  649. configure:16216: $? = 0
  650. configure:16238: result: yes
  651. configure:16264: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
  652. configure:16290: result: yes
  653. configure:16357: checking dynamic linker characteristics
  654. configure:16907: result: darwin10.2.0 dyld
  655. configure:16931: checking how to hardcode library paths into programs
  656. configure:16956: result: immediate
  657. configure:23212: checking whether libtool needs -no-undefined
  658. configure:23221: result: no
  659. configure:23228: checking whether to avoid circular linkage at all costs
  660. configure:23241: result: no
  661. configure:23258: checking for trang
  662. configure:23289: result: none
  663. configure:23306: checking for socket in -lsocket
  664. configure:23341: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib conftest.c -lsocket >&5
  665. ld: library not found for -lsocket
  666. collect2: ld returned 1 exit status
  667. configure:23348: $? = 1
  668. configure: failed program was:
  669. | /* confdefs.h. */
  670. | #define PACKAGE_NAME "subversion"
  671. | #define PACKAGE_TARNAME "subversion"
  672. | #define PACKAGE_VERSION "1.6.6"
  673. | #define PACKAGE_STRING "subversion 1.6.6"
  674. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  675. | #define SVN_NEON_0_26 1
  676. | #define SVN_NEON_0_27 1
  677. | #define SVN_NEON_0_28 1
  678. | #define SVN_HAVE_NEON 1
  679. | #define STDC_HEADERS 1
  680. | #define HAVE_SYS_TYPES_H 1
  681. | #define HAVE_SYS_STAT_H 1
  682. | #define HAVE_STDLIB_H 1
  683. | #define HAVE_STRING_H 1
  684. | #define HAVE_MEMORY_H 1
  685. | #define HAVE_STRINGS_H 1
  686. | #define HAVE_INTTYPES_H 1
  687. | #define HAVE_STDINT_H 1
  688. | #define HAVE_UNISTD_H 1
  689. | #define SVN_BINDIR "/sw64/bin"
  690. | #define SVN_LOCALE_DIR "/sw64/share/locale"
  691. | #define HAVE_DLFCN_H 1
  692. | /* end confdefs.h. */
  693. |
  694. | /* Override any GCC internal prototype to avoid an error.
  695. | Use char because int might match the return type of a GCC
  696. | builtin and then its argument prototype would still apply. */
  697. | #ifdef __cplusplus
  698. | extern "C"
  699. | #endif
  700. | char socket ();
  701. | int
  702. | main ()
  703. | {
  704. | return socket ();
  705. | ;
  706. | return 0;
  707. | }
  708. configure:23369: result: no
  709. configure:23493: checking for availability of Berkeley DB
  710. configure:23576: gcc -o conftest -g -O2 -g -O2 -I/sw64/include/db4 -I/sw64/include/apache2 -I/sw64/include -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib conftest.c -L/sw64/lib -ldb-4.7 >&5
  711. configure:23580: $? = 0
  712. configure:23586: ./conftest
  713. configure:23590: $? = 0
  714. configure:23612: result: yes
  715. configure:23663: checking whether to look for SASL
  716. configure:23671: result: yes
  717. configure:24048: checking sasl/sasl.h usability
  718. configure:24065: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include conftest.c >&5
  719. configure:24072: $? = 0
  720. configure:24086: result: yes
  721. configure:24090: checking sasl/sasl.h presence
  722. configure:24105: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include conftest.c
  723. configure:24112: $? = 0
  724. configure:24126: result: yes
  725. configure:24159: checking for sasl/sasl.h
  726. configure:24166: result: yes
  727. configure:24181: checking sasl/saslutil.h usability
  728. configure:24198: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include conftest.c >&5
  729. configure:24205: $? = 0
  730. configure:24219: result: yes
  731. configure:24223: checking sasl/saslutil.h presence
  732. configure:24238: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include conftest.c
  733. configure:24245: $? = 0
  734. configure:24259: result: yes
  735. configure:24292: checking for sasl/saslutil.h
  736. configure:24299: result: yes
  737. configure:24304: checking for prop_get in -lsasl2
  738. configure:24339: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lsasl2 >&5
  739. configure:24346: $? = 0
  740. configure:24367: result: yes
  741. configure:24387: checking for availability of Cyrus SASL v2
  742. configure:24391: result: yes
  743. configure:24431: checking for Mac OS KeyChain Services
  744. configure:24459: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  745. configure:24466: $? = 0
  746. configure:24491: result: yes
  747. configure:24500: checking whether APR has support for DSOs
  748. configure:24516: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include/apache2 conftest.c
  749. conftest.c:2:17: error: apr.h: No such file or directory
  750. conftest.c:4:2: error: #error
  751. configure:24523: $? = 1
  752. configure: failed program was:
  753. |
  754. | #include <apr.h>
  755. | #if !APR_HAS_DSO
  756. | #error
  757. | #endif
  758. configure:24536: result: no
  759. configure:24546: checking for D-Bus .pc file
  760. configure:24549: result: yes
  761. configure:24554: checking D-Bus version
  762. configure:24557: result: 1.2.16
  763. configure:24566: checking for D-Bus
  764. configure:24580: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw64/include/dbus-1.0 -I/sw64/lib/dbus-1.0/include -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -framework Security -framework CoreFoundation -framework CoreServices -L/sw64/lib -ldbus-1 -lpthread >&5
  765. configure:24587: $? = 0
  766. configure:24607: result: yes
  767. configure:24631: checking whether to look for GNOME Keyring
  768. configure:24834: result: no
  769. configure:24854: checking for msgfmt
  770. configure:24872: found /sw64/bin/msgfmt
  771. configure:24885: result: /sw64/bin/msgfmt
  772. configure:24895: checking for msgmerge
  773. configure:24913: found /sw64/bin/msgmerge
  774. configure:24926: result: /sw64/bin/msgmerge
  775. configure:24936: checking for xgettext
  776. configure:24954: found /sw64/bin/xgettext
  777. configure:24967: result: /sw64/bin/xgettext
  778. configure:24976: checking for library containing bindtextdomain
  779. configure:25017: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -framework Security -framework CoreFoundation -framework CoreServices >&5
  780. Undefined symbols:
  781. "_bindtextdomain", referenced from:
  782. _main in ccgEWbve.o
  783. ld: symbol(s) not found
  784. collect2: ld returned 1 exit status
  785. configure:25024: $? = 1
  786. configure: failed program was:
  787. | /* confdefs.h. */
  788. | #define PACKAGE_NAME "subversion"
  789. | #define PACKAGE_TARNAME "subversion"
  790. | #define PACKAGE_VERSION "1.6.6"
  791. | #define PACKAGE_STRING "subversion 1.6.6"
  792. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  793. | #define SVN_NEON_0_26 1
  794. | #define SVN_NEON_0_27 1
  795. | #define SVN_NEON_0_28 1
  796. | #define SVN_HAVE_NEON 1
  797. | #define STDC_HEADERS 1
  798. | #define HAVE_SYS_TYPES_H 1
  799. | #define HAVE_SYS_STAT_H 1
  800. | #define HAVE_STDLIB_H 1
  801. | #define HAVE_STRING_H 1
  802. | #define HAVE_MEMORY_H 1
  803. | #define HAVE_STRINGS_H 1
  804. | #define HAVE_INTTYPES_H 1
  805. | #define HAVE_STDINT_H 1
  806. | #define HAVE_UNISTD_H 1
  807. | #define SVN_BINDIR "/sw64/bin"
  808. | #define SVN_LOCALE_DIR "/sw64/share/locale"
  809. | #define HAVE_DLFCN_H 1
  810. | #define SVN_FS_WANT_DB_MAJOR 4
  811. | #define SVN_FS_WANT_DB_MINOR 0
  812. | #define SVN_FS_WANT_DB_PATCH 14
  813. | #define SVN_HAVE_SASL 1
  814. | #define SVN_HAVE_KEYCHAIN_SERVICES 1
  815. | /* end confdefs.h. */
  816. |
  817. | /* Override any GCC internal prototype to avoid an error.
  818. | Use char because int might match the return type of a GCC
  819. | builtin and then its argument prototype would still apply. */
  820. | #ifdef __cplusplus
  821. | extern "C"
  822. | #endif
  823. | char bindtextdomain ();
  824. | int
  825. | main ()
  826. | {
  827. | return bindtextdomain ();
  828. | ;
  829. | return 0;
  830. | }
  831. configure:25017: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  832. configure:25024: $? = 0
  833. configure:25055: result: -lintl
  834. configure:25266: checking for bind_textdomain_codeset
  835. configure:25322: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  836. configure:25329: $? = 0
  837. configure:25351: result: yes
  838. configure:25373: checking if we are using GNU gettext
  839. configure:25379: result: yes
  840. configure:25395: checking whether to look for KWallet
  841. configure:25582: result: no
  842. configure:25648: checking for ANSI C header files
  843. configure:25816: result: yes
  844. configure:25828: checking for an ANSI C-conforming const
  845. configure:25903: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  846. configure:25910: $? = 0
  847. configure:25925: result: yes
  848. configure:25936: checking for size_t
  849. configure:25964: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  850. configure:25971: $? = 0
  851. configure:25998: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  852. conftest.c: In function 'main':
  853. conftest.c:69: error: expected expression before ')' token
  854. configure:26005: $? = 1
  855. configure: failed program was:
  856. | /* confdefs.h. */
  857. | #define PACKAGE_NAME "subversion"
  858. | #define PACKAGE_TARNAME "subversion"
  859. | #define PACKAGE_VERSION "1.6.6"
  860. | #define PACKAGE_STRING "subversion 1.6.6"
  861. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  862. | #define SVN_NEON_0_26 1
  863. | #define SVN_NEON_0_27 1
  864. | #define SVN_NEON_0_28 1
  865. | #define SVN_HAVE_NEON 1
  866. | #define STDC_HEADERS 1
  867. | #define HAVE_SYS_TYPES_H 1
  868. | #define HAVE_SYS_STAT_H 1
  869. | #define HAVE_STDLIB_H 1
  870. | #define HAVE_STRING_H 1
  871. | #define HAVE_MEMORY_H 1
  872. | #define HAVE_STRINGS_H 1
  873. | #define HAVE_INTTYPES_H 1
  874. | #define HAVE_STDINT_H 1
  875. | #define HAVE_UNISTD_H 1
  876. | #define SVN_BINDIR "/sw64/bin"
  877. | #define SVN_LOCALE_DIR "/sw64/share/locale"
  878. | #define HAVE_DLFCN_H 1
  879. | #define SVN_FS_WANT_DB_MAJOR 4
  880. | #define SVN_FS_WANT_DB_MINOR 0
  881. | #define SVN_FS_WANT_DB_PATCH 14
  882. | #define SVN_HAVE_SASL 1
  883. | #define SVN_HAVE_KEYCHAIN_SERVICES 1
  884. | #define ENABLE_NLS 1
  885. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  886. | #define STDC_HEADERS 1
  887. | /* end confdefs.h. */
  888. | #include <stdio.h>
  889. | #ifdef HAVE_SYS_TYPES_H
  890. | # include <sys/types.h>
  891. | #endif
  892. | #ifdef HAVE_SYS_STAT_H
  893. | # include <sys/stat.h>
  894. | #endif
  895. | #ifdef STDC_HEADERS
  896. | # include <stdlib.h>
  897. | # include <stddef.h>
  898. | #else
  899. | # ifdef HAVE_STDLIB_H
  900. | # include <stdlib.h>
  901. | # endif
  902. | #endif
  903. | #ifdef HAVE_STRING_H
  904. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  905. | # include <memory.h>
  906. | # endif
  907. | # include <string.h>
  908. | #endif
  909. | #ifdef HAVE_STRINGS_H
  910. | # include <strings.h>
  911. | #endif
  912. | #ifdef HAVE_INTTYPES_H
  913. | # include <inttypes.h>
  914. | #endif
  915. | #ifdef HAVE_STDINT_H
  916. | # include <stdint.h>
  917. | #endif
  918. | #ifdef HAVE_UNISTD_H
  919. | # include <unistd.h>
  920. | #endif
  921. | int
  922. | main ()
  923. | {
  924. | if (sizeof ((size_t)))
  925. | return 0;
  926. | ;
  927. | return 0;
  928. | }
  929. configure:26028: result: yes
  930. configure:26043: checking for working memcmp
  931. configure:26096: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  932. configure:26100: $? = 0
  933. configure:26106: ./conftest
  934. configure:26110: $? = 0
  935. configure:26127: result: yes
  936. configure:26141: checking for vprintf
  937. configure:26197: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  938. conftest.c:56: warning: conflicting types for built-in function 'vprintf'
  939. configure:26204: $? = 0
  940. configure:26226: result: yes
  941. configure:26235: checking for _doprnt
  942. configure:26291: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  943. Undefined symbols:
  944. "__doprnt", referenced from:
  945. _main in ccdlup11.o
  946. ld: symbol(s) not found
  947. collect2: ld returned 1 exit status
  948. configure:26298: $? = 1
  949. configure: failed program was:
  950. | /* confdefs.h. */
  951. | #define PACKAGE_NAME "subversion"
  952. | #define PACKAGE_TARNAME "subversion"
  953. | #define PACKAGE_VERSION "1.6.6"
  954. | #define PACKAGE_STRING "subversion 1.6.6"
  955. | #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  956. | #define SVN_NEON_0_26 1
  957. | #define SVN_NEON_0_27 1
  958. | #define SVN_NEON_0_28 1
  959. | #define SVN_HAVE_NEON 1
  960. | #define STDC_HEADERS 1
  961. | #define HAVE_SYS_TYPES_H 1
  962. | #define HAVE_SYS_STAT_H 1
  963. | #define HAVE_STDLIB_H 1
  964. | #define HAVE_STRING_H 1
  965. | #define HAVE_MEMORY_H 1
  966. | #define HAVE_STRINGS_H 1
  967. | #define HAVE_INTTYPES_H 1
  968. | #define HAVE_STDINT_H 1
  969. | #define HAVE_UNISTD_H 1
  970. | #define SVN_BINDIR "/sw64/bin"
  971. | #define SVN_LOCALE_DIR "/sw64/share/locale"
  972. | #define HAVE_DLFCN_H 1
  973. | #define SVN_FS_WANT_DB_MAJOR 4
  974. | #define SVN_FS_WANT_DB_MINOR 0
  975. | #define SVN_FS_WANT_DB_PATCH 14
  976. | #define SVN_HAVE_SASL 1
  977. | #define SVN_HAVE_KEYCHAIN_SERVICES 1
  978. | #define ENABLE_NLS 1
  979. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  980. | #define STDC_HEADERS 1
  981. | #define HAVE_VPRINTF 1
  982. | /* end confdefs.h. */
  983. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  984. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  985. | #define _doprnt innocuous__doprnt
  986. |
  987. | /* System header to define __stub macros and hopefully few prototypes,
  988. | which can conflict with char _doprnt (); below.
  989. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  990. | <limits.h> exists even on freestanding compilers. */
  991. |
  992. | #ifdef __STDC__
  993. | # include <limits.h>
  994. | #else
  995. | # include <assert.h>
  996. | #endif
  997. |
  998. | #undef _doprnt
  999. |
  1000. | /* Override any GCC internal prototype to avoid an error.
  1001. | Use char because int might match the return type of a GCC
  1002. | builtin and then its argument prototype would still apply. */
  1003. | #ifdef __cplusplus
  1004. | extern "C"
  1005. | #endif
  1006. | char _doprnt ();
  1007. | /* The GNU C library defines this for functions which it implements
  1008. | to always fail with ENOSYS. Some functions are actually named
  1009. | something starting with __ and the normal name is an alias. */
  1010. | #if defined __stub__doprnt || defined __stub____doprnt
  1011. | choke me
  1012. | #endif
  1013. |
  1014. | int
  1015. | main ()
  1016. | {
  1017. | return _doprnt ();
  1018. | ;
  1019. | return 0;
  1020. | }
  1021. configure:26318: result: no
  1022. configure:26338: checking for symlink
  1023. configure:26394: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  1024. configure:26401: $? = 0
  1025. configure:26423: result: yes
  1026. configure:26338: checking for readlink
  1027. configure:26394: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  1028. configure:26401: $? = 0
  1029. configure:26423: result: yes
  1030. configure:26951: checking zlib.h usability
  1031. configure:26968: gcc -c -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5
  1032. configure:26975: $? = 0
  1033. configure:26989: result: yes
  1034. configure:26993: checking zlib.h presence
  1035. configure:27008: gcc -E -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c
  1036. configure:27015: $? = 0
  1037. configure:27029: result: yes
  1038. configure:27062: checking for zlib.h
  1039. configure:27069: result: yes
  1040. configure:27075: checking for inflate in -lz
  1041. configure:27110: gcc -o conftest -g -O2 -g -O2 -I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib conftest.c -lz -lintl -framework Security -framework CoreFoundation -framework CoreServices >&5
  1042. configure:27117: $? = 0
  1043. configure:27138: result: yes
  1044. configure:27177: Disabling apache module activation
  1045. configure:27246: checking for python
  1046. configure:27264: found /usr/bin/python
  1047. configure:27276: result: /usr/bin/python
  1048. configure:27686: checking for perl
  1049. configure:27717: result: /usr/bin/false
  1050. configure:27728: checking for ruby
  1051. configure:27759: result: /usr/bin/false
  1052. configure:27840: WARNING: The detected Ruby is too old for Subversion to use
  1053. configure:27842: WARNING: A Ruby which has rb_hash_foreach is required to use the
  1054. configure:27844: WARNING: Subversion Ruby bindings
  1055. configure:27846: WARNING: Upgrade to the official 1.8.2 release, or later
  1056. configure:27865: checking for none
  1057. configure:27896: result: none
  1058. configure:28002: Configuring python swig binding
  1059. configure:28005: checking for Python includes
  1060. configure:28014: result: -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
  1061. configure:28023: checking for compiling Python extensions
  1062. configure:28032: result: gcc-4.2 -pipe
  1063. configure:28036: checking for linking Python extensions
  1064. configure:28045: result: gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -framework Python
  1065. configure:28049: checking for linking Python libraries
  1066. configure:28058: result: -Wl,-F. -bundle -undefined dynamic_lookup -framework Python
  1067. configure:28064: checking for apr_int64_t Python/C API format string
  1068. conftest.c:36:17: error: apr.h: No such file or directory
  1069. conftest.c:37:38: error: apr.h: No such file or directory
  1070. conftest.c:36:17: error: apr.h: No such file or directory
  1071. configure:28124: result:
  1072. configure:28128: error: failed to recognize APR_INT64_T_FMT on this platform
  1073.  
  1074. ## ---------------- ##
  1075. ## Cache variables. ##
  1076. ## ---------------- ##
  1077.  
  1078. ac_cv_build=i386-apple-darwin10.2.0
  1079. ac_cv_c_compiler_gnu=yes
  1080. ac_cv_c_const=yes
  1081. ac_cv_cxx_compiler_gnu=yes
  1082. ac_cv_env_CCC_set=
  1083. ac_cv_env_CCC_value=
  1084. ac_cv_env_CC_set=
  1085. ac_cv_env_CC_value=
  1086. ac_cv_env_CFLAGS_set=
  1087. ac_cv_env_CFLAGS_value=
  1088. ac_cv_env_CPPFLAGS_set=set
  1089. ac_cv_env_CPPFLAGS_value=-I/sw64/include
  1090. ac_cv_env_CPP_set=
  1091. ac_cv_env_CPP_value=
  1092. ac_cv_env_CXXCPP_set=
  1093. ac_cv_env_CXXCPP_value=
  1094. ac_cv_env_CXXFLAGS_set=
  1095. ac_cv_env_CXXFLAGS_value=
  1096. ac_cv_env_CXX_set=
  1097. ac_cv_env_CXX_value=
  1098. ac_cv_env_F77_set=set
  1099. ac_cv_env_F77_value=no
  1100. ac_cv_env_FFLAGS_set=
  1101. ac_cv_env_FFLAGS_value=
  1102. ac_cv_env_LDFLAGS_set=set
  1103. ac_cv_env_LDFLAGS_value='-L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs'
  1104. ac_cv_env_LIBS_set=
  1105. ac_cv_env_LIBS_value=
  1106. ac_cv_env_build_alias_set=
  1107. ac_cv_env_build_alias_value=
  1108. ac_cv_env_host_alias_set=
  1109. ac_cv_env_host_alias_value=
  1110. ac_cv_env_target_alias_set=
  1111. ac_cv_env_target_alias_value=
  1112. ac_cv_f77_compiler_gnu=no
  1113. ac_cv_func__doprnt=no
  1114. ac_cv_func_bind_textdomain_codeset=yes
  1115. ac_cv_func_memcmp_working=yes
  1116. ac_cv_func_readlink=yes
  1117. ac_cv_func_symlink=yes
  1118. ac_cv_func_vprintf=yes
  1119. ac_cv_header_apr_memcache_h=no
  1120. ac_cv_header_dlfcn_h=yes
  1121. ac_cv_header_inttypes_h=yes
  1122. ac_cv_header_memory_h=yes
  1123. ac_cv_header_sasl_sasl_h=yes
  1124. ac_cv_header_sasl_saslutil_h=yes
  1125. ac_cv_header_serf_h=no
  1126. ac_cv_header_sqlite3_h=yes
  1127. ac_cv_header_stdc=yes
  1128. ac_cv_header_stdint_h=yes
  1129. ac_cv_header_stdlib_h=yes
  1130. ac_cv_header_string_h=yes
  1131. ac_cv_header_strings_h=yes
  1132. ac_cv_header_sys_stat_h=yes
  1133. ac_cv_header_sys_types_h=yes
  1134. ac_cv_header_unistd_h=yes
  1135. ac_cv_header_zlib_h=yes
  1136. ac_cv_host=i386-apple-darwin10.2.0
  1137. ac_cv_lib_sasl2_prop_get=yes
  1138. ac_cv_lib_socket_socket=no
  1139. ac_cv_lib_sqlite3_sqlite3_close=yes
  1140. ac_cv_lib_z_inflate=yes
  1141. ac_cv_objext=o
  1142. ac_cv_path_EGREP='/usr/bin/grep -E'
  1143. ac_cv_path_GREP=/usr/bin/grep
  1144. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  1145. ac_cv_path_MSGFMT=/sw64/bin/msgfmt
  1146. ac_cv_path_MSGMERGE=/sw64/bin/msgmerge
  1147. ac_cv_path_PERL=/usr/bin/false
  1148. ac_cv_path_PKG_CONFIG=/sw64/bin/pkg-config
  1149. ac_cv_path_PYTHON=/usr/bin/python
  1150. ac_cv_path_RUBY=/usr/bin/false
  1151. ac_cv_path_SED=/usr/bin/sed
  1152. ac_cv_path_SWIG=none
  1153. ac_cv_path_TRANG=none
  1154. ac_cv_path_XGETTEXT=/sw64/bin/xgettext
  1155. ac_cv_path_install='/usr/bin/install -c'
  1156. ac_cv_prog_CPP='gcc -E'
  1157. ac_cv_prog_CXXCPP='g++ -E'
  1158. ac_cv_prog_ac_ct_AR=ar
  1159. ac_cv_prog_ac_ct_CC=gcc
  1160. ac_cv_prog_ac_ct_CXX=g++
  1161. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  1162. ac_cv_prog_ac_ct_NMEDIT=nmedit
  1163. ac_cv_prog_ac_ct_RANLIB=ranlib
  1164. ac_cv_prog_ac_ct_STRIP=strip
  1165. ac_cv_prog_cc_c89=
  1166. ac_cv_prog_cc_g=yes
  1167. ac_cv_prog_cxx_g=yes
  1168. ac_cv_prog_f77_g=no
  1169. ac_cv_python_compile='gcc-4.2 -pipe'
  1170. ac_cv_python_includes=-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
  1171. ac_cv_python_libs='-Wl,-F. -bundle -undefined dynamic_lookup -framework Python'
  1172. ac_cv_python_link='gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -framework Python'
  1173. ac_cv_search_bindtextdomain=-lintl
  1174. ac_cv_target=i386-apple-darwin10.2.0
  1175. ac_cv_type_size_t=yes
  1176. lt_cv_apple_cc_single_mod=yes
  1177. lt_cv_deplibs_check_method=pass_all
  1178. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1179. lt_cv_file_magic_test_file=
  1180. lt_cv_ld_exported_symbols_list=yes
  1181. lt_cv_ld_reload_flag=-r
  1182. lt_cv_objdir=.libs
  1183. lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  1184. lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  1185. lt_cv_path_NM=/usr/bin/nm
  1186. lt_cv_path_SED=/usr/bin/sed
  1187. lt_cv_prog_compiler_c_o=yes
  1188. lt_cv_prog_compiler_c_o_CXX=yes
  1189. lt_cv_prog_compiler_pic_works=yes
  1190. lt_cv_prog_compiler_pic_works_CXX=yes
  1191. lt_cv_prog_compiler_rtti_exceptions=no
  1192. lt_cv_prog_compiler_static_works=no
  1193. lt_cv_prog_compiler_static_works_CXX=no
  1194. lt_cv_prog_gnu_ld=no
  1195. lt_cv_prog_gnu_ldcxx=no
  1196. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  1197. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1198. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1199. lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  1200. lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 /usr/lib/i686-apple-darwin10/4.2.1 /usr/lib /usr/local/lib'
  1201. lt_cv_sys_max_cmd_len=196608
  1202. lt_lt_cv_prog_compiler_c_o='"yes"'
  1203. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1204. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
  1205. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  1206. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1207.  
  1208. ## ----------------- ##
  1209. ## Output variables. ##
  1210. ## ----------------- ##
  1211.  
  1212. APACHE_INCLUDES=''
  1213. APACHE_LDFLAGS=''
  1214. APACHE_LIBEXECDIR=''
  1215. APXS='no'
  1216. AR='ar'
  1217. BDB_TEST_DEPS='$(BDB_TEST_DEPS)'
  1218. BDB_TEST_PROGRAMS='$(BDB_TEST_PROGRAMS)'
  1219. BUILD_RULES='fsmod-lib ramod-lib lib bin test bdb-lib bdb-test neon-lib locale'
  1220. CC='gcc'
  1221. CFLAGS='-g -O2 -g -O2 '
  1222. CPP='gcc -E'
  1223. CPPFLAGS='-I/sw64/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp'
  1224. CTYPESGEN=''
  1225. CXX='g++'
  1226. CXXCPP='g++ -E'
  1227. CXXFLAGS='-g -O2'
  1228. DEFS=''
  1229. DSYMUTIL='dsymutil'
  1230. ECHO='/bin/echo'
  1231. ECHO_C='\c'
  1232. ECHO_N=''
  1233. ECHO_T=''
  1234. EGREP='/usr/bin/grep -E'
  1235. EXEEXT=''
  1236. F77='no'
  1237. FFLAGS=''
  1238. FIX_JAVAHL_LIB=''
  1239. GETTEXT_CODESET=''
  1240. GREP='/usr/bin/grep'
  1241. HAVE_KDE4_CONFIG=''
  1242. INCLUDE_OUTPUTS=''
  1243. INSTALL_DATA='${INSTALL} -m 644'
  1244. INSTALL_EXTRA_JAVAHL_LIB=''
  1245. INSTALL_PROGRAM='${INSTALL}'
  1246. INSTALL_RULES='install-fsmod-lib install-bdb-lib install-ramod-lib install-neon-lib install-lib install-include install-static install-locale'
  1247. INSTALL_SCRIPT='${INSTALL}'
  1248. INSTALL_STATIC_RULES='install-bin install-docs install-bdb-lib install-neon-lib'
  1249. JAR=''
  1250. JAVA=''
  1251. JAVAC=''
  1252. JAVAC_FLAGS=''
  1253. JAVADOC=''
  1254. JAVAH=''
  1255. JAVAHL_OBJDIR=''
  1256. JAVAHL_TESTS_TARGET=''
  1257. JAVA_CLASSPATH=''
  1258. JDK=''
  1259. JNI_INCLUDES=''
  1260. LDFLAGS='-L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs -L/sw64/lib -L/sw64/lib -L/sw64/lib'
  1261. LIBOBJS=''
  1262. LIBS='-lintl -framework Security -framework CoreFoundation -framework CoreServices'
  1263. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1264. LN_S='ln -s'
  1265. LTLIBOBJS=''
  1266. LT_CXX_LIBADD=''
  1267. LT_LDFLAGS=''
  1268. LT_NO_UNDEFINED=''
  1269. MKDIR='/usr/bin/install -c -d'
  1270. MOD_ACTIVATION=''
  1271. MSGFMT='/sw64/bin/msgfmt'
  1272. MSGFMTFLAGS='-c'
  1273. MSGMERGE='/sw64/bin/msgmerge'
  1274. NEON_LIBS='-L/sw64/lib -lneon'
  1275. NMEDIT='nmedit'
  1276. NO_GETTEXT_CODESET='#'
  1277. OBJEXT='o'
  1278. PACKAGE_BUGREPORT='http://subversion.tigris.org/'
  1279. PACKAGE_NAME='subversion'
  1280. PACKAGE_STRING='subversion 1.6.6'
  1281. PACKAGE_TARNAME='subversion'
  1282. PACKAGE_VERSION='1.6.6'
  1283. PATH_SEPARATOR=':'
  1284. PERL='/usr/bin/false'
  1285. PKG_CONFIG='/sw64/bin/pkg-config'
  1286. PYTHON='/usr/bin/python'
  1287. RANLIB='ranlib'
  1288. RDOC=''
  1289. RUBY='none'
  1290. RUBY_MAJOR=''
  1291. RUBY_MINOR=''
  1292. SED='/usr/bin/sed'
  1293. SHELL='/bin/sh'
  1294. STRIP='strip'
  1295. SVN_APRUTIL_EXPORT_LIBS=' -L/sw64/lib -laprutil '
  1296. SVN_APRUTIL_INCLUDES=' -I/sw64/include/apache2 -I/sw64/include'
  1297. SVN_APRUTIL_LIBS=' /sw64/lib/libaprutil.la '
  1298. SVN_APRUTIL_PREFIX='/sw64'
  1299. SVN_APR_EXPORT_LIBS=' -L/sw64/lib -lapr -lpthread'
  1300. SVN_APR_INCLUDES=' -I/sw64/include/apache2 '
  1301. SVN_APR_LIBS=' /sw64/lib/libapr.la -lpthread'
  1302. SVN_APR_MEMCACHE_EXPORT_LIBS=''
  1303. SVN_APR_MEMCACHE_INCLUDES=''
  1304. SVN_APR_MEMCACHE_LIBS=''
  1305. SVN_APR_MEMCACHE_PREFIX=''
  1306. SVN_APR_PREFIX='/sw64'
  1307. SVN_APR_SHLIB_PATH_VAR='DYLD_LIBRARY_PATH'
  1308. SVN_BINDIR='/sw64/bin'
  1309. SVN_CONFIG_SCRIPT_FILES=''
  1310. SVN_DB_INCLUDES='-I/sw64/include/db4'
  1311. SVN_DB_LIBS='-ldb-4.7'
  1312. SVN_EXTERNAL_PROJECT_SUBDIRS=''
  1313. SVN_FS_LIB_DEPS=''
  1314. SVN_FS_LIB_INSTALL_DEPS=''
  1315. SVN_FS_LIB_LINK=''
  1316. SVN_GNOME_KEYRING_INCLUDES=''
  1317. SVN_GNOME_KEYRING_LIBS=''
  1318. SVN_KWALLET_INCLUDES=''
  1319. SVN_KWALLET_LIBS=''
  1320. SVN_LIBTOOL='$(SHELL) /sw64/src/fink.build/svn-1.6.6-1/subversion-1.6.6/libtool'
  1321. SVN_NEON_INCLUDES='-I/sw64/include/neon'
  1322. SVN_RA_LIB_DEPS=''
  1323. SVN_RA_LIB_INSTALL_DEPS=''
  1324. SVN_RA_LIB_LINK=''
  1325. SVN_SASL_INCLUDES='-I/sw64/include'
  1326. SVN_SASL_LIBS='-lsasl2'
  1327. SVN_SERF_EXPORT_LIBS=''
  1328. SVN_SERF_INCLUDES=''
  1329. SVN_SERF_LIBS=''
  1330. SVN_SERF_PREFIX=''
  1331. SVN_SQLITE_INCLUDES='-I/sw64/include'
  1332. SVN_SQLITE_LIBS='-L/sw64/lib -lsqlite3'
  1333. SVN_ZLIB_INCLUDES=''
  1334. SVN_ZLIB_LIBS='-lz'
  1335. SVN_ZLIB_PREFIX=''
  1336. SWIG='none'
  1337. SWIG_LDFLAGS='-L/sw64/lib/system-openssl/lib -L/sw64/lib -Wl,-dead_strip_dylibs'
  1338. SWIG_PL_INCLUDES=''
  1339. SWIG_PY_COMPILE='gcc-4.2 -pipe -g -O2 -g -O2 '
  1340. SWIG_PY_INCLUDES='$(SWIG_INCLUDES) -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6'
  1341. SWIG_PY_LIBS='-Wl,-F. -bundle -undefined dynamic_lookup -framework Python'
  1342. SWIG_PY_LINK='gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -framework Python'
  1343. SWIG_RB_COMPILE=''
  1344. SWIG_RB_INCLUDES=''
  1345. SWIG_RB_LIBS=''
  1346. SWIG_RB_LINK=''
  1347. SWIG_RB_SITE_ARCH_DIR=''
  1348. SWIG_RB_SITE_LIB_DIR=''
  1349. SWIG_RB_TEST_VERBOSE=''
  1350. TRANG='none'
  1351. XGETTEXT='/sw64/bin/xgettext'
  1352. abs_builddir='/sw64/src/fink.build/svn-1.6.6-1/subversion-1.6.6'
  1353. abs_srcdir='/sw64/src/fink.build/svn-1.6.6-1/subversion-1.6.6'
  1354. ac_ct_CC='gcc'
  1355. ac_ct_CXX='g++'
  1356. ac_ct_F77=''
  1357. bindir='${exec_prefix}/bin'
  1358. build='i386-apple-darwin10.2.0'
  1359. build_alias=''
  1360. build_cpu='i386'
  1361. build_os='darwin10.2.0'
  1362. build_vendor='apple'
  1363. canonicalized_srcdir=''
  1364. datadir='${datarootdir}'
  1365. datarootdir='${prefix}/share'
  1366. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1367. dvidir='${docdir}'
  1368. exec_prefix='NONE'
  1369. host='i386-apple-darwin10.2.0'
  1370. host_alias=''
  1371. host_cpu='i386'
  1372. host_os='darwin10.2.0'
  1373. host_vendor='apple'
  1374. htmldir='${docdir}'
  1375. includedir='${prefix}/include'
  1376. infodir='${datarootdir}/info'
  1377. libdir='${prefix}/lib/svn15'
  1378. libexecdir='${prefix}/lib/svn15'
  1379. localedir='${datadir}/locale'
  1380. localstatedir='${prefix}/var'
  1381. mandir='${datarootdir}/man'
  1382. neon_config='/sw64/bin/neon-config'
  1383. oldincludedir='/usr/include'
  1384. pdfdir='${docdir}'
  1385. prefix='/sw64'
  1386. program_transform_name='s,x,x,'
  1387. psdir='${docdir}'
  1388. sbindir='${exec_prefix}/sbin'
  1389. sharedstatedir='${prefix}/com'
  1390. sysconfdir='${prefix}/etc'
  1391. target='i386-apple-darwin10.2.0'
  1392. target_alias=''
  1393. target_cpu='i386'
  1394. target_os='darwin10.2.0'
  1395. target_vendor='apple'
  1396.  
  1397. ## ----------- ##
  1398. ## confdefs.h. ##
  1399. ## ----------- ##
  1400.  
  1401. #define PACKAGE_NAME "subversion"
  1402. #define PACKAGE_TARNAME "subversion"
  1403. #define PACKAGE_VERSION "1.6.6"
  1404. #define PACKAGE_STRING "subversion 1.6.6"
  1405. #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
  1406. #define SVN_NEON_0_26 1
  1407. #define SVN_NEON_0_27 1
  1408. #define SVN_NEON_0_28 1
  1409. #define SVN_HAVE_NEON 1
  1410. #define STDC_HEADERS 1
  1411. #define HAVE_SYS_TYPES_H 1
  1412. #define HAVE_SYS_STAT_H 1
  1413. #define HAVE_STDLIB_H 1
  1414. #define HAVE_STRING_H 1
  1415. #define HAVE_MEMORY_H 1
  1416. #define HAVE_STRINGS_H 1
  1417. #define HAVE_INTTYPES_H 1
  1418. #define HAVE_STDINT_H 1
  1419. #define HAVE_UNISTD_H 1
  1420. #define SVN_BINDIR "/sw64/bin"
  1421. #define SVN_LOCALE_DIR "/sw64/share/locale"
  1422. #define HAVE_DLFCN_H 1
  1423. #define SVN_FS_WANT_DB_MAJOR 4
  1424. #define SVN_FS_WANT_DB_MINOR 0
  1425. #define SVN_FS_WANT_DB_PATCH 14
  1426. #define SVN_HAVE_SASL 1
  1427. #define SVN_HAVE_KEYCHAIN_SERVICES 1
  1428. #define ENABLE_NLS 1
  1429. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1430. #define STDC_HEADERS 1
  1431. #define HAVE_VPRINTF 1
  1432. #define HAVE_SYMLINK 1
  1433. #define HAVE_READLINK 1
  1434.  
  1435. configure: exit 1
  1436.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement