Guest User

Untitled

a guest
Jul 8th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.67 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 MacPorts configure 1.8.0, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Unknown-Device.local
  14. uname -m = i386
  15. uname -r = 10.0.0b2
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.0.0b2: Tue Jun 23 18:38:45 PDT 2009; root:xnu-1456.1.8~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.0.0b2: Tue Jun 23 18:38:45 PDT 2009; root:xnu-1456.1.8~1/RELEASE_I386
  27. Kernel configured for up to 8 processors.
  28. 8 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: 10.00 gigabytes
  33. Default processor set: 85 tasks, 481 threads, 8 processors
  34. Load average: 0.25, Mach factor: 7.73
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /opt/local/bin
  40. PATH: /opt/local/sbin
  41. PATH: /sw/bin
  42. PATH: /sw/sbin
  43. PATH: /usr/bin
  44. PATH: /bin
  45. PATH: /usr/sbin
  46. PATH: /sbin
  47. PATH: /usr/local/bin
  48. PATH: /usr/X11/bin
  49. PATH: /usr/X11R6/bin
  50.  
  51.  
  52. ## ----------- ##
  53. ## Core tests. ##
  54. ## ----------- ##
  55.  
  56. configure:2051: checking build system type
  57. configure:2069: result: i386-apple-darwin10.0.0b2
  58. configure:2091: checking host system type
  59. configure:2106: result: i386-apple-darwin10.0.0b2
  60. configure:2128: checking target system type
  61. configure:2143: result: i386-apple-darwin10.0.0b2
  62. configure:2173: checking MacPorts version
  63. configure:2176: result: 1.8.0
  64. configure:2209: checking for sw_vers
  65. configure:2227: found /usr/bin/sw_vers
  66. configure:2239: result: /usr/bin/sw_vers
  67. configure:2249: checking for defaults
  68. configure:2267: found /usr/bin/defaults
  69. configure:2279: result: /usr/bin/defaults
  70. configure:2289: checking for xcode-select
  71. configure:2307: found /usr/bin/xcode-select
  72. configure:2319: result: /usr/bin/xcode-select
  73. configure:2329: checking Mac OS X version
  74. configure:2332: result: 10.6
  75. configure:2357: checking Xcode location
  76. configure:2360: result: /Developer
  77. configure:2369: checking Xcode version
  78. configure:2376: result: 3.2
  79. configure:2448: checking for gcc
  80. configure:2464: found /usr/bin/gcc
  81. configure:2475: result: gcc
  82. configure:2707: checking for C compiler version
  83. configure:2715: gcc --version >&5
  84. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  85. Copyright (C) 2007 Free Software Foundation, Inc.
  86. This is free software; see the source for copying conditions. There is NO
  87. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  88.  
  89. configure:2719: $? = 0
  90. configure:2726: gcc -v >&5
  91. Using built-in specs.
  92. Target: i686-apple-darwin10
  93. Configured with: /var/tmp/gcc/gcc-5646~6/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
  94. Thread model: posix
  95. gcc version 4.2.1 (Apple Inc. build 5646)
  96. configure:2730: $? = 0
  97. configure:2737: gcc -V >&5
  98. gcc-4.2: argument to `-V' is missing
  99. configure:2741: $? = 1
  100. configure:2764: checking for C compiler default output file name
  101. configure:2786: gcc conftest.c >&5
  102. configure:2790: $? = 0
  103. configure:2828: result: a.out
  104. configure:2847: checking whether the C compiler works
  105. configure:2857: ./a.out
  106. configure:2861: $? = 0
  107. configure:2880: result: yes
  108. configure:2887: checking whether we are cross compiling
  109. configure:2889: result: no
  110. configure:2892: checking for suffix of executables
  111. configure:2899: gcc -o conftest conftest.c >&5
  112. configure:2903: $? = 0
  113. configure:2929: result:
  114. configure:2935: checking for suffix of object files
  115. configure:2961: gcc -c conftest.c >&5
  116. configure:2965: $? = 0
  117. configure:2990: result: o
  118. configure:2994: checking whether we are using the GNU C compiler
  119. configure:3023: gcc -c conftest.c >&5
  120. configure:3030: $? = 0
  121. configure:3047: result: yes
  122. configure:3056: checking whether gcc accepts -g
  123. configure:3086: gcc -c -g conftest.c >&5
  124. configure:3093: $? = 0
  125. configure:3194: result: yes
  126. configure:3211: checking for gcc option to accept ISO C89
  127. configure:3285: gcc -c -g -O2 conftest.c >&5
  128. configure:3292: $? = 0
  129. configure:3315: result: none needed
  130. configure:3387: checking for gcc
  131. configure:3403: found /usr/bin/gcc
  132. configure:3414: result: gcc
  133. configure:3440: checking for Objective C compiler version
  134. configure:3443: gcc --version </dev/null >&5
  135. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  136. Copyright (C) 2007 Free Software Foundation, Inc.
  137. This is free software; see the source for copying conditions. There is NO
  138. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  139.  
  140. configure:3446: $? = 0
  141. configure:3448: gcc -v </dev/null >&5
  142. Using built-in specs.
  143. Target: i686-apple-darwin10
  144. Configured with: /var/tmp/gcc/gcc-5646~6/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
  145. Thread model: posix
  146. gcc version 4.2.1 (Apple Inc. build 5646)
  147. configure:3451: $? = 0
  148. configure:3453: gcc -V </dev/null >&5
  149. gcc-4.2: argument to `-V' is missing
  150. configure:3456: $? = 1
  151. configure:3459: checking whether we are using the GNU Objective C compiler
  152. configure:3488: gcc -c conftest.m >&5
  153. configure:3495: $? = 0
  154. configure:3512: result: yes
  155. configure:3518: checking whether gcc accepts -g
  156. configure:3544: gcc -c -g conftest.m >&5
  157. configure:3551: $? = 0
  158. configure:3566: result: yes
  159. configure:3603: checking for a BSD-compatible install
  160. configure:3671: result: /usr/bin/install -c
  161. configure:3682: checking whether make sets $(MAKE)
  162. configure:3704: result: yes
  163. configure:3713: checking whether ln -s works
  164. configure:3717: result: yes
  165. configure:3726: checking for mtree
  166. configure:3745: found /usr/sbin/mtree
  167. configure:3757: result: /usr/sbin/mtree
  168. configure:3767: checking for chown
  169. configure:3786: found /usr/sbin/chown
  170. configure:3798: result: /usr/sbin/chown
  171. configure:3808: checking for cp
  172. configure:3826: found /bin/cp
  173. configure:3838: result: /bin/cp
  174. configure:3848: checking for cpio
  175. configure:3866: found /usr/bin/cpio
  176. configure:3878: result: /usr/bin/cpio
  177. configure:3888: checking for diff
  178. configure:3906: found /usr/bin/diff
  179. configure:3918: result: /usr/bin/diff
  180. configure:3928: checking for ditto
  181. configure:3946: found /usr/bin/ditto
  182. configure:3958: result: /usr/bin/ditto
  183. configure:3968: checking for dscl
  184. configure:3986: found /usr/bin/dscl
  185. configure:3998: result: /usr/bin/dscl
  186. configure:4008: checking for file
  187. configure:4026: found /usr/bin/file
  188. configure:4038: result: /usr/bin/file
  189. configure:4048: checking for cvs
  190. configure:4066: found /usr/bin/cvs
  191. configure:4078: result: /usr/bin/cvs
  192. configure:4088: checking for svn
  193. configure:4106: found /usr/bin/svn
  194. configure:4118: result: /usr/bin/svn
  195. configure:4128: checking for git
  196. configure:4161: result: no
  197. configure:4168: checking for hg
  198. configure:4201: result: no
  199. configure:4208: checking for gzip
  200. configure:4226: found /sw/bin/gzip
  201. configure:4238: result: /sw/bin/gzip
  202. configure:4248: checking for lipo
  203. configure:4266: found /usr/bin/lipo
  204. configure:4278: result: /usr/bin/lipo
  205. configure:4288: checking for nice
  206. configure:4306: found /usr/bin/nice
  207. configure:4318: result: /usr/bin/nice
  208. configure:4328: checking for patch
  209. configure:4346: found /usr/bin/patch
  210. configure:4358: result: /usr/bin/patch
  211. configure:4368: checking for rmdir
  212. configure:4386: found /bin/rmdir
  213. configure:4398: result: /bin/rmdir
  214. configure:4408: checking for rsync
  215. configure:4426: found /usr/bin/rsync
  216. configure:4438: result: /usr/bin/rsync
  217. configure:4448: checking for sed
  218. configure:4466: found /usr/bin/sed
  219. configure:4478: result: /usr/bin/sed
  220. configure:4488: checking for tar
  221. configure:4506: found /sw/bin/tar
  222. configure:4518: result: /sw/bin/tar
  223. configure:4528: checking for unzip
  224. configure:4546: found /sw/bin/unzip
  225. configure:4558: result: /sw/bin/unzip
  226. configure:4568: checking for zip
  227. configure:4586: found /usr/bin/zip
  228. configure:4598: result: /usr/bin/zip
  229. configure:4610: checking for bsdmake
  230. configure:4628: found /usr/bin/bsdmake
  231. configure:4640: result: /usr/bin/bsdmake
  232. configure:4653: checking for make
  233. configure:4671: found /usr/bin/make
  234. configure:4683: result: /usr/bin/make
  235. configure:4693: checking for hdiutil
  236. configure:4711: found /usr/bin/hdiutil
  237. configure:4723: result: /usr/bin/hdiutil
  238. configure:4733: checking for launchd
  239. configure:4749: found /sbin/launchd
  240. configure:4760: result: yes
  241. configure:4770: checking for launchctl
  242. configure:4788: found /bin/launchctl
  243. configure:4800: result: /bin/launchctl
  244. configure:4810: checking for xcodebuild
  245. configure:4828: found /usr/bin/xcodebuild
  246. configure:4840: result: /usr/bin/xcodebuild
  247. configure:4852: checking for gnutar
  248. configure:4871: found /sw/bin/gnutar
  249. configure:4883: result: /sw/bin/gnutar
  250. configure:4898: checking for gnumake
  251. configure:4917: found /usr/bin/gnumake
  252. configure:4929: result: /usr/bin/gnumake
  253. configure:4942: checking for bzip2
  254. configure:4960: found /sw/bin/bzip2
  255. configure:4972: result: /sw/bin/bzip2
  256. configure:4982: checking for lsbom
  257. configure:5000: found /usr/bin/lsbom
  258. configure:5012: result: /usr/bin/lsbom
  259. configure:5022: checking for mkbom
  260. configure:5040: found /usr/bin/mkbom
  261. configure:5052: result: /usr/bin/mkbom
  262. configure:5062: checking for pax
  263. configure:5080: found /bin/pax
  264. configure:5092: result: /bin/pax
  265. configure:5102: checking for xar
  266. configure:5120: found /usr/bin/xar
  267. configure:5132: result: /usr/bin/xar
  268. configure:5142: checking for open
  269. configure:5160: found /usr/bin/open
  270. configure:5172: result: /usr/bin/open
  271. configure:5199: checking for sed
  272. configure:5229: result: /usr/bin/sed
  273. configure:5244: checking which sed flag to use for extended regexp
  274. configure:5254: result: -E (BSD)
  275. configure:5271: checking for tar
  276. configure:5301: result: /sw/bin/tar
  277. configure:5311: checking for gnutar
  278. configure:5341: result: /sw/bin/gnutar
  279. configure:5350: checking for which tar variant to use
  280. configure:5358: result: /sw/bin/gnutar
  281. configure:5362: checking for /sw/bin/gnutar --no-same-owner support
  282. configure:5369: result: yes
  283. configure:5399: checking how to mark unused variables
  284. configure:5415: gcc -c -g -O2 conftest.c >&5
  285. configure:5422: $? = 0
  286. configure:5444: result:
  287. configure:5449: checking for gcc symbol visibility attribute
  288. configure:5478: gcc -c -g -O2 conftest.c >&5
  289. configure:5485: $? = 0
  290. configure:5507: result: __attribute__((visibility("hidden")))
  291. configure:5723: checking for the pthreads library -lpthreads
  292. configure:5766: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  293. ld: library not found for -lpthreads
  294. collect2: ld returned 1 exit status
  295. configure:5773: $? = 1
  296. configure: failed program was:
  297. | /* confdefs.h. */
  298. | #define PACKAGE_NAME "MacPorts"
  299. | #define PACKAGE_TARNAME "macports"
  300. | #define PACKAGE_VERSION "1.8.0"
  301. | #define PACKAGE_STRING "MacPorts 1.8.0"
  302. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  303. | #define UNUSED __attribute__((unused))
  304. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  305. | /* end confdefs.h. */
  306. | #include <pthread.h>
  307. | int
  308. | main ()
  309. | {
  310. | pthread_t th; pthread_join(th, 0);
  311. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  312. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  313. | ;
  314. | return 0;
  315. | }
  316. configure:5796: result: no
  317. configure:5668: checking whether pthreads work without any flags
  318. configure:5766: gcc -o conftest -g -O2 conftest.c >&5
  319. configure:5773: $? = 0
  320. configure:5796: result: yes
  321. configure:5815: checking for joinable pthread attribute
  322. configure:5840: gcc -o conftest -g -O2 conftest.c >&5
  323. configure:5847: $? = 0
  324. configure:5867: result: PTHREAD_CREATE_JOINABLE
  325. configure:5877: checking if more special flags are required for pthreads
  326. configure:5884: result: -D_THREAD_SAFE
  327. configure:5923: checking how to run the Objective C preprocessor
  328. configure:5959: gcc -E conftest.m
  329. configure:5966: $? = 0
  330. configure:5997: gcc -E conftest.m
  331. conftest.m:11:28: error: ac_nonexistent.h: No such file or directory
  332. configure:6004: $? = 1
  333. configure: failed program was:
  334. | /* confdefs.h. */
  335. | #define PACKAGE_NAME "MacPorts"
  336. | #define PACKAGE_TARNAME "macports"
  337. | #define PACKAGE_VERSION "1.8.0"
  338. | #define PACKAGE_STRING "MacPorts 1.8.0"
  339. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  340. | #define UNUSED __attribute__((unused))
  341. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  342. | #define HAVE_PTHREAD 1
  343. | /* end confdefs.h. */
  344. | #include <ac_nonexistent.h>
  345. configure:6037: result: gcc -E
  346. configure:6066: gcc -E conftest.m
  347. configure:6073: $? = 0
  348. configure:6104: gcc -E conftest.m
  349. conftest.m:11:28: error: ac_nonexistent.h: No such file or directory
  350. configure:6111: $? = 1
  351. configure: failed program was:
  352. | /* confdefs.h. */
  353. | #define PACKAGE_NAME "MacPorts"
  354. | #define PACKAGE_TARNAME "macports"
  355. | #define PACKAGE_VERSION "1.8.0"
  356. | #define PACKAGE_STRING "MacPorts 1.8.0"
  357. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  358. | #define UNUSED __attribute__((unused))
  359. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  360. | #define HAVE_PTHREAD 1
  361. | /* end confdefs.h. */
  362. | #include <ac_nonexistent.h>
  363. configure:6151: checking for grep that handles long lines and -e
  364. configure:6211: result: /usr/bin/grep
  365. configure:6216: checking for egrep
  366. configure:6280: result: /usr/bin/grep -E
  367. configure:6285: checking for ANSI C header files
  368. configure:6315: gcc -c -g -O2 conftest.m >&5
  369. configure:6322: $? = 0
  370. configure:6421: gcc -o conftest -g -O2 conftest.m >&5
  371. configure:6425: $? = 0
  372. configure:6431: ./conftest
  373. configure:6435: $? = 0
  374. configure:6453: result: yes
  375. configure:6477: checking for sys/types.h
  376. configure:6498: gcc -c -g -O2 conftest.m >&5
  377. configure:6505: $? = 0
  378. configure:6522: result: yes
  379. configure:6477: checking for sys/stat.h
  380. configure:6498: gcc -c -g -O2 conftest.m >&5
  381. configure:6505: $? = 0
  382. configure:6522: result: yes
  383. configure:6477: checking for stdlib.h
  384. configure:6498: gcc -c -g -O2 conftest.m >&5
  385. configure:6505: $? = 0
  386. configure:6522: result: yes
  387. configure:6477: checking for string.h
  388. configure:6498: gcc -c -g -O2 conftest.m >&5
  389. configure:6505: $? = 0
  390. configure:6522: result: yes
  391. configure:6477: checking for memory.h
  392. configure:6498: gcc -c -g -O2 conftest.m >&5
  393. configure:6505: $? = 0
  394. configure:6522: result: yes
  395. configure:6477: checking for strings.h
  396. configure:6498: gcc -c -g -O2 conftest.m >&5
  397. configure:6505: $? = 0
  398. configure:6522: result: yes
  399. configure:6477: checking for inttypes.h
  400. configure:6498: gcc -c -g -O2 conftest.m >&5
  401. configure:6505: $? = 0
  402. configure:6522: result: yes
  403. configure:6477: checking for stdint.h
  404. configure:6498: gcc -c -g -O2 conftest.m >&5
  405. configure:6505: $? = 0
  406. configure:6522: result: yes
  407. configure:6477: checking for unistd.h
  408. configure:6498: gcc -c -g -O2 conftest.m >&5
  409. configure:6505: $? = 0
  410. configure:6522: result: yes
  411. configure:6587: checking objc/objc.h usability
  412. configure:6604: gcc -c -g -O2 conftest.m >&5
  413. configure:6611: $? = 0
  414. configure:6625: result: yes
  415. configure:6629: checking objc/objc.h presence
  416. configure:6644: gcc -E conftest.m
  417. configure:6651: $? = 0
  418. configure:6665: result: yes
  419. configure:6698: checking for objc/objc.h
  420. configure:6707: result: yes
  421. configure:6739: checking if linking libobjc requires pthreads
  422. configure:6778: gcc -o conftest -g -O2 conftest.m -lobjc >&5
  423. conftest.m: In function 'main':
  424. conftest.m:31: warning: 'Object' may not respond to '+alloc'
  425. conftest.m:31: warning: (Messages without a matching method signature
  426. conftest.m:31: warning: will be assumed to return 'id' and accept
  427. conftest.m:31: warning: '...' as arguments.)
  428. conftest.m:32: warning: 'Object' may not respond to '-name'
  429. configure:6785: $? = 0
  430. configure:6884: result: no
  431. configure:6897: checking for Apple Objective-C runtime
  432. configure:6936: gcc -o conftest -g -O2 conftest.m -lobjc >&5
  433. conftest.m: In function 'main':
  434. conftest.m:31: warning: initialization makes pointer from integer without a cast
  435. conftest.m:32: warning: no '-alloc' method found
  436. conftest.m:32: warning: (Messages without a matching method signature
  437. conftest.m:32: warning: will be assumed to return 'id' and accept
  438. conftest.m:32: warning: '...' as arguments.)
  439. conftest.m:33: warning: no '-name' method found
  440. configure:6943: $? = 0
  441. configure:6970: result: yes
  442. configure:6977: checking for GNU Objective C runtime
  443. configure:7016: gcc -o conftest -g -O2 conftest.m -lobjc >&5
  444. conftest.m: In function 'main':
  445. conftest.m:31: warning: initialization makes pointer from integer without a cast
  446. conftest.m:32: warning: no '-alloc' method found
  447. conftest.m:32: warning: (Messages without a matching method signature
  448. conftest.m:32: warning: will be assumed to return 'id' and accept
  449. conftest.m:32: warning: '...' as arguments.)
  450. conftest.m:33: warning: no '-name' method found
  451. Undefined symbols:
  452. "_objc_lookup_class", referenced from:
  453. _main in ccXYCC7K.o
  454. ld: symbol(s) not found
  455. collect2: ld returned 1 exit status
  456. configure:7023: $? = 1
  457. configure: failed program was:
  458. |
  459. | /* confdefs.h. */
  460. | #define PACKAGE_NAME "MacPorts"
  461. | #define PACKAGE_TARNAME "macports"
  462. | #define PACKAGE_VERSION "1.8.0"
  463. | #define PACKAGE_STRING "MacPorts 1.8.0"
  464. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  465. | #define UNUSED __attribute__((unused))
  466. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  467. | #define HAVE_PTHREAD 1
  468. | #define STDC_HEADERS 1
  469. | #define HAVE_SYS_TYPES_H 1
  470. | #define HAVE_SYS_STAT_H 1
  471. | #define HAVE_STDLIB_H 1
  472. | #define HAVE_STRING_H 1
  473. | #define HAVE_MEMORY_H 1
  474. | #define HAVE_STRINGS_H 1
  475. | #define HAVE_INTTYPES_H 1
  476. | #define HAVE_STDINT_H 1
  477. | #define HAVE_UNISTD_H 1
  478. | #define HAVE_OBJC_OBJC_H 1
  479. | /* end confdefs.h. */
  480. |
  481. | #include <objc/objc.h>
  482. | #include <objc/objc-api.h>
  483. |
  484. | int
  485. | main ()
  486. | {
  487. |
  488. | id class = objc_lookup_class("Object");
  489. | id obj = [class alloc];
  490. | puts([obj name]);
  491. |
  492. | ;
  493. | return 0;
  494. | }
  495. |
  496. configure:7050: result: no
  497. configure:7062: Using Apple Objective-C runtime
  498. configure:7151: checking for Apple Foundation library
  499. configure:7197: gcc -o conftest -g -O2 conftest.m -framework Foundation >&5
  500. conftest.m: In function 'main':
  501. conftest.m:32: warning: 'NSString' may not respond to '+length'
  502. conftest.m:32: warning: (Messages without a matching method signature
  503. conftest.m:32: warning: will be assumed to return 'id' and accept
  504. conftest.m:32: warning: '...' as arguments.)
  505. configure:7204: $? = 0
  506. configure:7234: result: yes
  507. configure:7248: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
  508. configure:7366: Using Apple Foundation library
  509. configure:7406: checking for CoreFoundation framework
  510. configure:7444: gcc -o conftest -g -O2 conftest.c -framework CoreFoundation >&5
  511. configure:7451: $? = 0
  512. configure:7481: result: yes
  513. configure:7497: checking for SystemConfiguration framework
  514. configure:7535: gcc -o conftest -g -O2 conftest.c -framework SystemConfiguration >&5
  515. configure:7542: $? = 0
  516. configure:7572: result: yes
  517. configure:7588: checking for IOKit framework
  518. configure:7626: gcc -o conftest -g -O2 conftest.c -framework IOKit >&5
  519. configure:7633: $? = 0
  520. configure:7663: result: yes
  521. configure:7679: checking for CFNotificationCenterGetDarwinNotifyCenter
  522. configure:7716: gcc -o conftest -g -O2 conftest.c -framework CoreFoundation >&5
  523. configure:7723: $? = 0
  524. configure:7753: result: yes
  525. configure:7772: checking for whether we will build daemondo
  526. configure:7789: result: yes
  527. configure:7816: checking for ports tree
  528. configure:7840: WARNING: No ports tree found
  529. configure:7847: checking for MacPorts config directory
  530. configure:7852: result: ${sysconfdir}/macports
  531. configure:7919: checking for install user
  532. configure:7925: result: root
  533. configure:7939: checking for install group
  534. configure:7959: result: admin
  535. configure:7973: checking for macports user
  536. configure:7981: result: root
  537. configure:7995: checking what permissions to use for installation directories
  538. configure:8001: result: 0755
  539. configure:8041: checking for Applications installation directory
  540. configure:8052: result: /Applications/MacPorts
  541. configure:8071: checking for Frameworks installation directory
  542. configure:8078: result: /opt/local/Library/Frameworks
  543. configure:8104: checking for Universal CPU architectures
  544. configure:8106: result: x86_64 i386
  545. configure:8117: checking how to run the C preprocessor
  546. configure:8157: gcc -E conftest.c
  547. configure:8164: $? = 0
  548. configure:8195: gcc -E conftest.c
  549. conftest.c:28:28: error: ac_nonexistent.h: No such file or directory
  550. configure:8202: $? = 1
  551. configure: failed program was:
  552. | /* confdefs.h. */
  553. | #define PACKAGE_NAME "MacPorts"
  554. | #define PACKAGE_TARNAME "macports"
  555. | #define PACKAGE_VERSION "1.8.0"
  556. | #define PACKAGE_STRING "MacPorts 1.8.0"
  557. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  558. | #define UNUSED __attribute__((unused))
  559. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  560. | #define HAVE_PTHREAD 1
  561. | #define STDC_HEADERS 1
  562. | #define HAVE_SYS_TYPES_H 1
  563. | #define HAVE_SYS_STAT_H 1
  564. | #define HAVE_STDLIB_H 1
  565. | #define HAVE_STRING_H 1
  566. | #define HAVE_MEMORY_H 1
  567. | #define HAVE_STRINGS_H 1
  568. | #define HAVE_INTTYPES_H 1
  569. | #define HAVE_STDINT_H 1
  570. | #define HAVE_UNISTD_H 1
  571. | #define HAVE_OBJC_OBJC_H 1
  572. | #define APPLE_RUNTIME 1
  573. | #define APPLE_FOUNDATION 1
  574. | #define HAVE_FRAMEWORK_COREFOUNDATION /**/
  575. | #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
  576. | #define HAVE_FRAMEWORK_IOKIT /**/
  577. | #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
  578. | /* end confdefs.h. */
  579. | #include <ac_nonexistent.h>
  580. configure:8235: result: gcc -E
  581. configure:8264: gcc -E conftest.c
  582. configure:8271: $? = 0
  583. configure:8302: gcc -E conftest.c
  584. conftest.c:28:28: error: ac_nonexistent.h: No such file or directory
  585. configure:8309: $? = 1
  586. configure: failed program was:
  587. | /* confdefs.h. */
  588. | #define PACKAGE_NAME "MacPorts"
  589. | #define PACKAGE_TARNAME "macports"
  590. | #define PACKAGE_VERSION "1.8.0"
  591. | #define PACKAGE_STRING "MacPorts 1.8.0"
  592. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  593. | #define UNUSED __attribute__((unused))
  594. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  595. | #define HAVE_PTHREAD 1
  596. | #define STDC_HEADERS 1
  597. | #define HAVE_SYS_TYPES_H 1
  598. | #define HAVE_SYS_STAT_H 1
  599. | #define HAVE_STDLIB_H 1
  600. | #define HAVE_STRING_H 1
  601. | #define HAVE_MEMORY_H 1
  602. | #define HAVE_STRINGS_H 1
  603. | #define HAVE_INTTYPES_H 1
  604. | #define HAVE_STDINT_H 1
  605. | #define HAVE_UNISTD_H 1
  606. | #define HAVE_OBJC_OBJC_H 1
  607. | #define APPLE_RUNTIME 1
  608. | #define APPLE_FOUNDATION 1
  609. | #define HAVE_FRAMEWORK_COREFOUNDATION /**/
  610. | #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
  611. | #define HAVE_FRAMEWORK_IOKIT /**/
  612. | #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
  613. | /* end confdefs.h. */
  614. | #include <ac_nonexistent.h>
  615. configure:8349: checking for ANSI C header files
  616. configure:8517: result: yes
  617. configure:8535: checking for dirent.h that defines DIR
  618. configure:8564: gcc -c -g -O2 conftest.c >&5
  619. configure:8571: $? = 0
  620. configure:8588: result: yes
  621. configure:8603: checking for library containing opendir
  622. configure:8644: gcc -o conftest -g -O2 conftest.c >&5
  623. configure:8651: $? = 0
  624. configure:8682: result: none required
  625. configure:8780: checking for sys/wait.h that is POSIX.1 compatible
  626. configure:8816: gcc -c -g -O2 conftest.c >&5
  627. configure:8823: $? = 0
  628. configure:8838: result: yes
  629. configure:8878: checking limits.h usability
  630. configure:8895: gcc -c -g -O2 conftest.c >&5
  631. configure:8902: $? = 0
  632. configure:8916: result: yes
  633. configure:8920: checking limits.h presence
  634. configure:8935: gcc -E conftest.c
  635. configure:8942: $? = 0
  636. configure:8956: result: yes
  637. configure:8989: checking for limits.h
  638. configure:8998: result: yes
  639. configure:8878: checking paths.h usability
  640. configure:8895: gcc -c -g -O2 conftest.c >&5
  641. configure:8902: $? = 0
  642. configure:8916: result: yes
  643. configure:8920: checking paths.h presence
  644. configure:8935: gcc -E conftest.c
  645. configure:8942: $? = 0
  646. configure:8956: result: yes
  647. configure:8989: checking for paths.h
  648. configure:8998: result: yes
  649. configure:8878: checking sys/file.h usability
  650. configure:8895: gcc -c -g -O2 conftest.c >&5
  651. configure:8902: $? = 0
  652. configure:8916: result: yes
  653. configure:8920: checking sys/file.h presence
  654. configure:8935: gcc -E conftest.c
  655. configure:8942: $? = 0
  656. configure:8956: result: yes
  657. configure:8989: checking for sys/file.h
  658. configure:8998: result: yes
  659. configure:8878: checking crt_externs.h usability
  660. configure:8895: gcc -c -g -O2 conftest.c >&5
  661. configure:8902: $? = 0
  662. configure:8916: result: yes
  663. configure:8920: checking crt_externs.h presence
  664. configure:8935: gcc -E conftest.c
  665. configure:8942: $? = 0
  666. configure:8956: result: yes
  667. configure:8989: checking for crt_externs.h
  668. configure:8998: result: yes
  669. configure:8878: checking fcntl.h usability
  670. configure:8895: gcc -c -g -O2 conftest.c >&5
  671. configure:8902: $? = 0
  672. configure:8916: result: yes
  673. configure:8920: checking fcntl.h presence
  674. configure:8935: gcc -E conftest.c
  675. configure:8942: $? = 0
  676. configure:8956: result: yes
  677. configure:8989: checking for fcntl.h
  678. configure:8998: result: yes
  679. configure:8878: checking sys/fcntl.h usability
  680. configure:8895: gcc -c -g -O2 conftest.c >&5
  681. configure:8902: $? = 0
  682. configure:8916: result: yes
  683. configure:8920: checking sys/fcntl.h presence
  684. configure:8935: gcc -E conftest.c
  685. configure:8942: $? = 0
  686. configure:8956: result: yes
  687. configure:8989: checking for sys/fcntl.h
  688. configure:8998: result: yes
  689. configure:8878: checking sys/cdefs.h usability
  690. configure:8895: gcc -c -g -O2 conftest.c >&5
  691. configure:8902: $? = 0
  692. configure:8916: result: yes
  693. configure:8920: checking sys/cdefs.h presence
  694. configure:8935: gcc -E conftest.c
  695. configure:8942: $? = 0
  696. configure:8956: result: yes
  697. configure:8989: checking for sys/cdefs.h
  698. configure:8998: result: yes
  699. configure:8878: checking err.h usability
  700. configure:8895: gcc -c -g -O2 conftest.c >&5
  701. configure:8902: $? = 0
  702. configure:8916: result: yes
  703. configure:8920: checking err.h presence
  704. configure:8935: gcc -E conftest.c
  705. configure:8942: $? = 0
  706. configure:8956: result: yes
  707. configure:8989: checking for err.h
  708. configure:8998: result: yes
  709. configure:8878: checking sys/socket.h usability
  710. configure:8895: gcc -c -g -O2 conftest.c >&5
  711. configure:8902: $? = 0
  712. configure:8916: result: yes
  713. configure:8920: checking sys/socket.h presence
  714. configure:8935: gcc -E conftest.c
  715. configure:8942: $? = 0
  716. configure:8956: result: yes
  717. configure:8989: checking for sys/socket.h
  718. configure:8998: result: yes
  719. configure:8878: checking readline/readline.h usability
  720. configure:8895: gcc -c -g -O2 conftest.c >&5
  721. configure:8902: $? = 0
  722. configure:8916: result: yes
  723. configure:8920: checking readline/readline.h presence
  724. configure:8935: gcc -E conftest.c
  725. configure:8942: $? = 0
  726. configure:8956: result: yes
  727. configure:8989: checking for readline/readline.h
  728. configure:8998: result: yes
  729. configure:8878: checking readline/history.h usability
  730. configure:8895: gcc -c -g -O2 conftest.c >&5
  731. configure:8902: $? = 0
  732. configure:8916: result: yes
  733. configure:8920: checking readline/history.h presence
  734. configure:8935: gcc -E conftest.c
  735. configure:8942: $? = 0
  736. configure:8956: result: yes
  737. configure:8989: checking for readline/history.h
  738. configure:8998: result: yes
  739. configure:8878: checking pwd.h usability
  740. configure:8895: gcc -c -g -O2 conftest.c >&5
  741. configure:8902: $? = 0
  742. configure:8916: result: yes
  743. configure:8920: checking pwd.h presence
  744. configure:8935: gcc -E conftest.c
  745. configure:8942: $? = 0
  746. configure:8956: result: yes
  747. configure:8989: checking for pwd.h
  748. configure:8998: result: yes
  749. configure:8878: checking sys/paths.h usability
  750. configure:8895: gcc -c -g -O2 conftest.c >&5
  751. configure:8902: $? = 0
  752. configure:8916: result: yes
  753. configure:8920: checking sys/paths.h presence
  754. configure:8935: gcc -E conftest.c
  755. configure:8942: $? = 0
  756. configure:8956: result: yes
  757. configure:8989: checking for sys/paths.h
  758. configure:8998: result: yes
  759. configure:8878: checking utime.h usability
  760. configure:8895: gcc -c -g -O2 conftest.c >&5
  761. configure:8902: $? = 0
  762. configure:8916: result: yes
  763. configure:8920: checking utime.h presence
  764. configure:8935: gcc -E conftest.c
  765. configure:8942: $? = 0
  766. configure:8956: result: yes
  767. configure:8989: checking for utime.h
  768. configure:8998: result: yes
  769. configure:9031: checking for bzero
  770. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  771. conftest.c:68: warning: conflicting types for built-in function 'bzero'
  772. configure:9094: $? = 0
  773. configure:9116: result: yes
  774. configure:9031: checking for memset
  775. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  776. conftest.c:69: warning: conflicting types for built-in function 'memset'
  777. configure:9094: $? = 0
  778. configure:9116: result: yes
  779. configure:9031: checking for fgetln
  780. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  781. configure:9094: $? = 0
  782. configure:9116: result: yes
  783. configure:9031: checking for lockf
  784. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  785. configure:9094: $? = 0
  786. configure:9116: result: yes
  787. configure:9031: checking for flock
  788. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  789. configure:9094: $? = 0
  790. configure:9116: result: yes
  791. configure:9031: checking for setmode
  792. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  793. configure:9094: $? = 0
  794. configure:9116: result: yes
  795. configure:9031: checking for strcasecmp
  796. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  797. conftest.c:74: warning: conflicting types for built-in function 'strcasecmp'
  798. configure:9094: $? = 0
  799. configure:9116: result: yes
  800. configure:9031: checking for strncasecmp
  801. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  802. conftest.c:75: warning: conflicting types for built-in function 'strncasecmp'
  803. configure:9094: $? = 0
  804. configure:9116: result: yes
  805. configure:9031: checking for strlcpy
  806. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  807. configure:9094: $? = 0
  808. configure:9116: result: yes
  809. configure:9031: checking for copyfile
  810. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  811. configure:9094: $? = 0
  812. configure:9116: result: yes
  813. configure:9031: checking for clearenv
  814. configure:9087: gcc -o conftest -g -O2 conftest.c >&5
  815. Undefined symbols:
  816. "_clearenv", referenced from:
  817. _main in cc6B12cM.o
  818. ld: symbol(s) not found
  819. collect2: ld returned 1 exit status
  820. configure:9094: $? = 1
  821. configure: failed program was:
  822. | /* confdefs.h. */
  823. | #define PACKAGE_NAME "MacPorts"
  824. | #define PACKAGE_TARNAME "macports"
  825. | #define PACKAGE_VERSION "1.8.0"
  826. | #define PACKAGE_STRING "MacPorts 1.8.0"
  827. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  828. | #define UNUSED __attribute__((unused))
  829. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  830. | #define HAVE_PTHREAD 1
  831. | #define STDC_HEADERS 1
  832. | #define HAVE_SYS_TYPES_H 1
  833. | #define HAVE_SYS_STAT_H 1
  834. | #define HAVE_STDLIB_H 1
  835. | #define HAVE_STRING_H 1
  836. | #define HAVE_MEMORY_H 1
  837. | #define HAVE_STRINGS_H 1
  838. | #define HAVE_INTTYPES_H 1
  839. | #define HAVE_STDINT_H 1
  840. | #define HAVE_UNISTD_H 1
  841. | #define HAVE_OBJC_OBJC_H 1
  842. | #define APPLE_RUNTIME 1
  843. | #define APPLE_FOUNDATION 1
  844. | #define HAVE_FRAMEWORK_COREFOUNDATION /**/
  845. | #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
  846. | #define HAVE_FRAMEWORK_IOKIT /**/
  847. | #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
  848. | #define STDC_HEADERS 1
  849. | #define HAVE_DIRENT_H 1
  850. | #define HAVE_SYS_WAIT_H 1
  851. | #define HAVE_LIMITS_H 1
  852. | #define HAVE_PATHS_H 1
  853. | #define HAVE_SYS_FILE_H 1
  854. | #define HAVE_CRT_EXTERNS_H 1
  855. | #define HAVE_FCNTL_H 1
  856. | #define HAVE_SYS_FCNTL_H 1
  857. | #define HAVE_SYS_CDEFS_H 1
  858. | #define HAVE_ERR_H 1
  859. | #define HAVE_SYS_SOCKET_H 1
  860. | #define HAVE_READLINE_READLINE_H 1
  861. | #define HAVE_READLINE_HISTORY_H 1
  862. | #define HAVE_PWD_H 1
  863. | #define HAVE_SYS_PATHS_H 1
  864. | #define HAVE_UTIME_H 1
  865. | #define HAVE_BZERO 1
  866. | #define HAVE_MEMSET 1
  867. | #define HAVE_FGETLN 1
  868. | #define HAVE_LOCKF 1
  869. | #define HAVE_FLOCK 1
  870. | #define HAVE_SETMODE 1
  871. | #define HAVE_STRCASECMP 1
  872. | #define HAVE_STRNCASECMP 1
  873. | #define HAVE_STRLCPY 1
  874. | #define HAVE_COPYFILE 1
  875. | /* end confdefs.h. */
  876. | /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
  877. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  878. | #define clearenv innocuous_clearenv
  879. |
  880. | /* System header to define __stub macros and hopefully few prototypes,
  881. | which can conflict with char clearenv (); below.
  882. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  883. | <limits.h> exists even on freestanding compilers. */
  884. |
  885. | #ifdef __STDC__
  886. | # include <limits.h>
  887. | #else
  888. | # include <assert.h>
  889. | #endif
  890. |
  891. | #undef clearenv
  892. |
  893. | /* Override any GCC internal prototype to avoid an error.
  894. | Use char because int might match the return type of a GCC
  895. | builtin and then its argument prototype would still apply. */
  896. | #ifdef __cplusplus
  897. | extern "C"
  898. | #endif
  899. | char clearenv ();
  900. | /* The GNU C library defines this for functions which it implements
  901. | to always fail with ENOSYS. Some functions are actually named
  902. | something starting with __ and the normal name is an alias. */
  903. | #if defined __stub_clearenv || defined __stub___clearenv
  904. | choke me
  905. | #endif
  906. |
  907. | int
  908. | main ()
  909. | {
  910. | return clearenv ();
  911. | ;
  912. | return 0;
  913. | }
  914. configure:9116: result: no
  915. configure:9129: checking if readlink conforms to POSIX 1003.1a
  916. configure:9163: gcc -c -g -O2 conftest.c >&5
  917. configure:9170: $? = 0
  918. configure:9193: result: yes
  919. configure:9211: checking for MD5Update in -lmd
  920. configure:9246: gcc -o conftest -g -O2 conftest.c -lmd >&5
  921. ld: library not found for -lmd
  922. collect2: ld returned 1 exit status
  923. configure:9253: $? = 1
  924. configure: failed program was:
  925. | /* confdefs.h. */
  926. | #define PACKAGE_NAME "MacPorts"
  927. | #define PACKAGE_TARNAME "macports"
  928. | #define PACKAGE_VERSION "1.8.0"
  929. | #define PACKAGE_STRING "MacPorts 1.8.0"
  930. | #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  931. | #define UNUSED __attribute__((unused))
  932. | #define MP_PRIVATE __attribute__((visibility("hidden")))
  933. | #define HAVE_PTHREAD 1
  934. | #define STDC_HEADERS 1
  935. | #define HAVE_SYS_TYPES_H 1
  936. | #define HAVE_SYS_STAT_H 1
  937. | #define HAVE_STDLIB_H 1
  938. | #define HAVE_STRING_H 1
  939. | #define HAVE_MEMORY_H 1
  940. | #define HAVE_STRINGS_H 1
  941. | #define HAVE_INTTYPES_H 1
  942. | #define HAVE_STDINT_H 1
  943. | #define HAVE_UNISTD_H 1
  944. | #define HAVE_OBJC_OBJC_H 1
  945. | #define APPLE_RUNTIME 1
  946. | #define APPLE_FOUNDATION 1
  947. | #define HAVE_FRAMEWORK_COREFOUNDATION /**/
  948. | #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
  949. | #define HAVE_FRAMEWORK_IOKIT /**/
  950. | #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
  951. | #define STDC_HEADERS 1
  952. | #define HAVE_DIRENT_H 1
  953. | #define HAVE_SYS_WAIT_H 1
  954. | #define HAVE_LIMITS_H 1
  955. | #define HAVE_PATHS_H 1
  956. | #define HAVE_SYS_FILE_H 1
  957. | #define HAVE_CRT_EXTERNS_H 1
  958. | #define HAVE_FCNTL_H 1
  959. | #define HAVE_SYS_FCNTL_H 1
  960. | #define HAVE_SYS_CDEFS_H 1
  961. | #define HAVE_ERR_H 1
  962. | #define HAVE_SYS_SOCKET_H 1
  963. | #define HAVE_READLINE_READLINE_H 1
  964. | #define HAVE_READLINE_HISTORY_H 1
  965. | #define HAVE_PWD_H 1
  966. | #define HAVE_SYS_PATHS_H 1
  967. | #define HAVE_UTIME_H 1
  968. | #define HAVE_BZERO 1
  969. | #define HAVE_MEMSET 1
  970. | #define HAVE_FGETLN 1
  971. | #define HAVE_LOCKF 1
  972. | #define HAVE_FLOCK 1
  973. | #define HAVE_SETMODE 1
  974. | #define HAVE_STRCASECMP 1
  975. | #define HAVE_STRNCASECMP 1
  976. | #define HAVE_STRLCPY 1
  977. | #define HAVE_COPYFILE 1
  978. | /* end confdefs.h. */
  979. |
  980. | /* Override any GCC internal prototype to avoid an error.
  981. | Use char because int might match the return type of a GCC
  982. | builtin and then its argument prototype would still apply. */
  983. | #ifdef __cplusplus
  984. | extern "C"
  985. | #endif
  986. | char MD5Update ();
  987. | int
  988. | main ()
  989. | {
  990. | return MD5Update ();
  991. | ;
  992. | return 0;
  993. | }
  994. configure:9274: result: no
  995. configure:9456: checking for MD5_Update in -lcrypto
  996. configure:9491: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
  997. configure:9498: $? = 0
  998. configure:9519: result: yes
  999. configure:9539: checking openssl/md5.h usability
  1000. configure:9556: gcc -c -g -O2 conftest.c >&5
  1001. configure:9563: $? = 0
  1002. configure:9577: result: yes
  1003. configure:9581: checking openssl/md5.h presence
  1004. configure:9596: gcc -E conftest.c
  1005. configure:9603: $? = 0
  1006. configure:9617: result: yes
  1007. configure:9650: checking for openssl/md5.h
  1008. configure:9659: result: yes
  1009. configure:10268: checking for Tcl configuration
  1010. configure:10345: result: found /usr/lib/tclConfig.sh
  1011. configure:10351: checking for existence of /usr/lib/tclConfig.sh
  1012. configure:10355: result: loading
  1013. configure:10406: checking for Tcl public headers
  1014. configure:10459: result: /usr/include
  1015. configure:10526: checking for tclsh
  1016. configure:10544: found /sw/bin/tclsh
  1017. configure:10556: result: /sw/bin/tclsh
  1018. configure:10579: checking for Tcl package directory
  1019. configure:10644: result: /Library/Tcl
  1020. configure:10659: checking whether tclsh was compiled with threads
  1021. configure:10666: result: no
  1022. configure:10668: error: tcl wasn't compiled with threads enabled
  1023.  
  1024. ## ---------------- ##
  1025. ## Cache variables. ##
  1026. ## ---------------- ##
  1027.  
  1028. ac_cv_build=i386-apple-darwin10.0.0b2
  1029. ac_cv_c_compiler_gnu=yes
  1030. ac_cv_c_tclconfig=/usr/lib
  1031. ac_cv_c_tclh=/usr/include
  1032. ac_cv_c_tclpkgd=/Library/Tcl
  1033. ac_cv_env_BSDMAKE_set=
  1034. ac_cv_env_BSDMAKE_value=
  1035. ac_cv_env_BZIP2_set=
  1036. ac_cv_env_BZIP2_value=
  1037. ac_cv_env_CC_set=
  1038. ac_cv_env_CC_value=
  1039. ac_cv_env_CFLAGS_set=
  1040. ac_cv_env_CFLAGS_value=
  1041. ac_cv_env_CPPFLAGS_set=
  1042. ac_cv_env_CPPFLAGS_value=
  1043. ac_cv_env_CPP_set=
  1044. ac_cv_env_CPP_value=
  1045. ac_cv_env_CVS_set=
  1046. ac_cv_env_CVS_value=
  1047. ac_cv_env_GNUMAKE_set=
  1048. ac_cv_env_GNUMAKE_value=
  1049. ac_cv_env_GNUTAR_set=
  1050. ac_cv_env_GNUTAR_value=
  1051. ac_cv_env_LDFLAGS_set=
  1052. ac_cv_env_LDFLAGS_value=
  1053. ac_cv_env_LIBS_set=
  1054. ac_cv_env_LIBS_value=
  1055. ac_cv_env_MAKE_set=
  1056. ac_cv_env_MAKE_value=
  1057. ac_cv_env_MTREE_set=
  1058. ac_cv_env_MTREE_value=
  1059. ac_cv_env_OBJCFLAGS_set=
  1060. ac_cv_env_OBJCFLAGS_value=
  1061. ac_cv_env_OBJCPP_set=
  1062. ac_cv_env_OBJCPP_value=
  1063. ac_cv_env_OBJC_set=
  1064. ac_cv_env_OBJC_value=
  1065. ac_cv_env_OPEN_set=
  1066. ac_cv_env_OPEN_value=
  1067. ac_cv_env_RSYNC_set=
  1068. ac_cv_env_RSYNC_value=
  1069. ac_cv_env_SED_set=
  1070. ac_cv_env_SED_value=
  1071. ac_cv_env_SVN_set=
  1072. ac_cv_env_SVN_value=
  1073. ac_cv_env_TAR_set=
  1074. ac_cv_env_TAR_value=
  1075. ac_cv_env_XAR_set=
  1076. ac_cv_env_XAR_value=
  1077. ac_cv_env_build_alias_set=
  1078. ac_cv_env_build_alias_value=
  1079. ac_cv_env_host_alias_set=
  1080. ac_cv_env_host_alias_value=
  1081. ac_cv_env_target_alias_set=
  1082. ac_cv_env_target_alias_value=
  1083. ac_cv_func_bzero=yes
  1084. ac_cv_func_clearenv=no
  1085. ac_cv_func_copyfile=yes
  1086. ac_cv_func_fgetln=yes
  1087. ac_cv_func_flock=yes
  1088. ac_cv_func_lockf=yes
  1089. ac_cv_func_memset=yes
  1090. ac_cv_func_setmode=yes
  1091. ac_cv_func_strcasecmp=yes
  1092. ac_cv_func_strlcpy=yes
  1093. ac_cv_func_strncasecmp=yes
  1094. ac_cv_header_crt_externs_h=yes
  1095. ac_cv_header_dirent_dirent_h=yes
  1096. ac_cv_header_err_h=yes
  1097. ac_cv_header_fcntl_h=yes
  1098. ac_cv_header_inttypes_h=yes
  1099. ac_cv_header_limits_h=yes
  1100. ac_cv_header_memory_h=yes
  1101. ac_cv_header_objc_objc_h=yes
  1102. ac_cv_header_openssl_md5_h=yes
  1103. ac_cv_header_paths_h=yes
  1104. ac_cv_header_pwd_h=yes
  1105. ac_cv_header_readline_history_h=yes
  1106. ac_cv_header_readline_readline_h=yes
  1107. ac_cv_header_stdc=yes
  1108. ac_cv_header_stdint_h=yes
  1109. ac_cv_header_stdlib_h=yes
  1110. ac_cv_header_string_h=yes
  1111. ac_cv_header_strings_h=yes
  1112. ac_cv_header_sys_cdefs_h=yes
  1113. ac_cv_header_sys_fcntl_h=yes
  1114. ac_cv_header_sys_file_h=yes
  1115. ac_cv_header_sys_paths_h=yes
  1116. ac_cv_header_sys_socket_h=yes
  1117. ac_cv_header_sys_stat_h=yes
  1118. ac_cv_header_sys_types_h=yes
  1119. ac_cv_header_sys_wait_h=yes
  1120. ac_cv_header_unistd_h=yes
  1121. ac_cv_header_utime_h=yes
  1122. ac_cv_host=i386-apple-darwin10.0.0b2
  1123. ac_cv_lib_crypto_MD5_Update=yes
  1124. ac_cv_lib_md_MD5Update=no
  1125. ac_cv_objc_compiler_gnu=yes
  1126. ac_cv_objc_foundation_apple=yes
  1127. ac_cv_objext=o
  1128. ac_cv_path_BSDMAKE=/usr/bin/bsdmake
  1129. ac_cv_path_BZIP2=/sw/bin/bzip2
  1130. ac_cv_path_CHOWN=/usr/sbin/chown
  1131. ac_cv_path_CP=/bin/cp
  1132. ac_cv_path_CPIO=/usr/bin/cpio
  1133. ac_cv_path_CVS=/usr/bin/cvs
  1134. ac_cv_path_DEFAULTS=/usr/bin/defaults
  1135. ac_cv_path_DIFF=/usr/bin/diff
  1136. ac_cv_path_DITTO=/usr/bin/ditto
  1137. ac_cv_path_DSCL=/usr/bin/dscl
  1138. ac_cv_path_EGREP='/usr/bin/grep -E'
  1139. ac_cv_path_FILE=/usr/bin/file
  1140. ac_cv_path_GNUMAKE=/usr/bin/gnumake
  1141. ac_cv_path_GNUTAR=/sw/bin/gnutar
  1142. ac_cv_path_GREP=/usr/bin/grep
  1143. ac_cv_path_GZIP=/sw/bin/gzip
  1144. ac_cv_path_HDIUTIL=/usr/bin/hdiutil
  1145. ac_cv_path_LAUNCHCTL=/bin/launchctl
  1146. ac_cv_path_LIPO=/usr/bin/lipo
  1147. ac_cv_path_LSBOM=/usr/bin/lsbom
  1148. ac_cv_path_MAKE=/usr/bin/make
  1149. ac_cv_path_MKBOM=/usr/bin/mkbom
  1150. ac_cv_path_MTREE=/usr/sbin/mtree
  1151. ac_cv_path_NICE=/usr/bin/nice
  1152. ac_cv_path_OPEN=/usr/bin/open
  1153. ac_cv_path_PATCH=/usr/bin/patch
  1154. ac_cv_path_PAX=/bin/pax
  1155. ac_cv_path_RMDIR=/bin/rmdir
  1156. ac_cv_path_RSYNC=/usr/bin/rsync
  1157. ac_cv_path_SED=/usr/bin/sed
  1158. ac_cv_path_SVN=/usr/bin/svn
  1159. ac_cv_path_SW_VERS=/usr/bin/sw_vers
  1160. ac_cv_path_TAR=/sw/bin/tar
  1161. ac_cv_path_TCLSH=/sw/bin/tclsh
  1162. ac_cv_path_UNZIP=/sw/bin/unzip
  1163. ac_cv_path_XAR=/usr/bin/xar
  1164. ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
  1165. ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
  1166. ac_cv_path_ZIP=/usr/bin/zip
  1167. ac_cv_path_install='/usr/bin/install -c'
  1168. ac_cv_prog_CPP='gcc -E'
  1169. ac_cv_prog_HAVE_LAUNCHD=yes
  1170. ac_cv_prog_OBJCPP='gcc -E'
  1171. ac_cv_prog_ac_ct_CC=gcc
  1172. ac_cv_prog_ac_ct_OBJC=gcc
  1173. ac_cv_prog_cc_c89=
  1174. ac_cv_prog_cc_g=yes
  1175. ac_cv_prog_make_make_set=yes
  1176. ac_cv_prog_objc_g=yes
  1177. ac_cv_search_opendir='none required'
  1178. ac_cv_target=i386-apple-darwin10.0.0b2
  1179. mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
  1180. mp_cv_have_framework_corefoundation=yes
  1181. mp_cv_have_framework_iokit=yes
  1182. mp_cv_have_framework_systemconfiguration=yes
  1183. mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
  1184. mp_cv_objc_req_pthread=no
  1185. mp_cv_objc_runtime_apple=yes
  1186. mp_cv_objc_runtime_gnu=no
  1187. mp_cv_readlink_is_posix_1003_1a=yes
  1188.  
  1189. ## ----------------- ##
  1190. ## Output variables. ##
  1191. ## ----------------- ##
  1192.  
  1193. BSDMAKE='/usr/bin/bsdmake'
  1194. BZIP2='/sw/bin/bzip2'
  1195. CC='gcc'
  1196. CFLAGS='-g -O2'
  1197. CFLAGS_LIBCURL=''
  1198. CFLAGS_QUICHEEATERS='-W -Wall -pedantic'
  1199. CFLAGS_WERROR=''
  1200. CHOWN='/usr/sbin/chown'
  1201. CP='/bin/cp'
  1202. CPIO='/usr/bin/cpio'
  1203. CPP='gcc -E'
  1204. CPPFLAGS=''
  1205. CURL_CONFIG=''
  1206. CVS='/usr/bin/cvs'
  1207. DEFAULTS='/usr/bin/defaults'
  1208. DEFS=''
  1209. DEVELOPER_DIR='/Developer'
  1210. DIFF='/usr/bin/diff'
  1211. DITTO='/usr/bin/ditto'
  1212. DSCL='/usr/bin/dscl'
  1213. DSTGRP='admin'
  1214. DSTMODE='0755'
  1215. DSTUSR='root'
  1216. ECHO_C='\c'
  1217. ECHO_N=''
  1218. ECHO_T=''
  1219. EGREP='/usr/bin/grep -E'
  1220. EXEEXT=''
  1221. EXTRA_PROGS=' daemondo'
  1222. FILE='/usr/bin/file'
  1223. GIT=''
  1224. GNUMAKE='/usr/bin/gnumake'
  1225. GNUTAR='/sw/bin/gnutar'
  1226. GREP='/usr/bin/grep'
  1227. GZIP='/sw/bin/gzip'
  1228. HAVE_FRAMEWORK_COREFOUNDATION=''
  1229. HAVE_FRAMEWORK_IOKIT=''
  1230. HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
  1231. HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
  1232. HAVE_LAUNCHD='yes'
  1233. HDIUTIL='/usr/bin/hdiutil'
  1234. HG=''
  1235. INCLUDES='-I.. -I. '
  1236. INSTALL_DATA='${INSTALL} -m 644'
  1237. INSTALL_PROGRAM='${INSTALL}'
  1238. INSTALL_SCRIPT='${INSTALL}'
  1239. LAUNCHCTL='/bin/launchctl'
  1240. LDFLAGS=''
  1241. LDFLAGS_LIBCURL=''
  1242. LIBOBJS=''
  1243. LIBS=''
  1244. LIPO='/usr/bin/lipo'
  1245. LN_S='ln -s'
  1246. LSBOM='/usr/bin/lsbom'
  1247. LTLIBOBJS=''
  1248. MACPORTS_VERSION='1.8.0'
  1249. MAKE='/usr/bin/make'
  1250. MD5_LIBS='-lcrypto'
  1251. MKBOM='/usr/bin/mkbom'
  1252. MPAPPLICATIONSDIR='/Applications/MacPorts'
  1253. MPCONFIGDIR='${sysconfdir}/macports'
  1254. MPCONFIGDIR_EXPANDED=''
  1255. MPFRAMEWORKSDIR='/opt/local/Library/Frameworks'
  1256. MTREE='/usr/sbin/mtree'
  1257. NICE='/usr/bin/nice'
  1258. OBJC='gcc'
  1259. OBJCFLAGS='-g -O2'
  1260. OBJCPP='gcc -E'
  1261. OBJC_FOUNDATION='Apple'
  1262. OBJC_FOUNDATION_CPPFLAGS=''
  1263. OBJC_FOUNDATION_LDFLAGS=''
  1264. OBJC_FOUNDATION_LIBS='-framework Foundation'
  1265. OBJC_LIBS='-lobjc'
  1266. OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
  1267. OBJC_PTHREAD_LIBS=''
  1268. OBJC_RUNTIME='APPLE_RUNTIME'
  1269. OBJC_RUNTIME_FLAGS='-fnext-runtime'
  1270. OBJEXT='o'
  1271. OPEN='/usr/bin/open'
  1272. OUR_INCLUDED_PACKAGES=''
  1273. PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
  1274. PACKAGE_NAME='MacPorts'
  1275. PACKAGE_STRING='MacPorts 1.8.0'
  1276. PACKAGE_TARNAME='macports'
  1277. PACKAGE_VERSION='1.8.0'
  1278. PATCH='/usr/bin/patch'
  1279. PATHCONF=''
  1280. PATH_CLEANED='/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin'
  1281. PATH_SEPARATOR=':'
  1282. PAX='/bin/pax'
  1283. PORTSDIR=''
  1284. PTHREAD_CFLAGS='-D_THREAD_SAFE '
  1285. PTHREAD_LIBS=''
  1286. READLINE_LIBS=''
  1287. READLINK_IS_NOT_P1003_1A=''
  1288. RMDIR='/bin/rmdir'
  1289. RSYNC='/usr/bin/rsync'
  1290. RUNUSR='root'
  1291. SED='/usr/bin/sed'
  1292. SED_EXT='-E'
  1293. SET_MAKE=''
  1294. SHELL='/bin/sh'
  1295. SHLIB_CFLAGS=''
  1296. SHLIB_LD=''
  1297. SHLIB_LDFLAGS=''
  1298. SHLIB_SUFFIX=''
  1299. SQLITE3_DIR=''
  1300. SQLITE3_LIBS=''
  1301. STLIB_LD=''
  1302. SVN='/usr/bin/svn'
  1303. SW_VERS='/usr/bin/sw_vers'
  1304. TAR='/sw/bin/tar'
  1305. TAR_CMD='/sw/bin/gnutar --no-same-owner'
  1306. TCLSH='/sw/bin/tclsh'
  1307. TCL_BIN_DIR='/usr/lib'
  1308. TCL_CC='gcc'
  1309. TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_GET_STACKSIZE_NP=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DTCL_SHLIB_EXT=\".dylib\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_MTSAFE_GETHOSTBYNAME=1 -DHAVE_MTSAFE_GETHOSTBYADDR=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_CHFLAGS=1 -DHAVE_GETATTRLIST=1 -DHAVE_COPYFILE_H=1 -DHAVE_COPYFILE=1 -DHAVE_LIBKERN_OSATOMIC_H=1 -DHAVE_OSSPINLOCKLOCK=1 -DHAVE_PTHREAD_ATFORK=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_LOAD_FROM_MEMORY=1 -DTCL_WIDE_CLICKS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_WEAK_IMPORT=1 -D_DARWIN_C_SOURCE=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_UNLOAD_DLLS=1 -DUSE_DTRACE=1 -DTCL_FRAMEWORK=1 '
  1310. TCL_INCLUDES='-I"/usr/include"'
  1311. TCL_LIB_FILE='Tcl'
  1312. TCL_LIB_FLAG='-framework Tcl'
  1313. TCL_LIB_SPEC='-F/System/Library/Frameworks -framework Tcl'
  1314. TCL_PACKAGE_DIR='/Library/Tcl'
  1315. TCL_SRC_DIR='/SourceCache/tcl/tcl-86/tcl/tcl'
  1316. TCL_STUB_LIB_FILE='libtclstub8.5.a'
  1317. TCL_STUB_LIB_FLAG='-ltclstub8.5'
  1318. TCL_STUB_LIB_SPEC='-L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5'
  1319. TCL_VERSION='8.5'
  1320. UNIVERSAL_ARCHS='x86_64 i386'
  1321. UNZIP='/sw/bin/unzip'
  1322. XAR='/usr/bin/xar'
  1323. XCODEBUILD='/usr/bin/xcodebuild'
  1324. XCODE_SELECT='/usr/bin/xcode-select'
  1325. ZIP='/usr/bin/zip'
  1326. ac_ct_CC='gcc'
  1327. ac_ct_OBJC='gcc'
  1328. acx_pthread_config=''
  1329. bindir='${exec_prefix}/bin'
  1330. build='i386-apple-darwin10.0.0b2'
  1331. build_alias=''
  1332. build_cpu='i386'
  1333. build_os='darwin10.0.0b2'
  1334. build_vendor='apple'
  1335. datadir='${datarootdir}'
  1336. datarootdir='${prefix}/share'
  1337. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1338. dvidir='${docdir}'
  1339. exec_prefix='NONE'
  1340. host='i386-apple-darwin10.0.0b2'
  1341. host_alias=''
  1342. host_cpu='i386'
  1343. host_os='darwin10.0.0b2'
  1344. host_vendor='apple'
  1345. htmldir='${docdir}'
  1346. includedir='${prefix}/include'
  1347. infodir='${datarootdir}/info'
  1348. libdir='${exec_prefix}/lib'
  1349. libexecdir='${exec_prefix}/libexec'
  1350. localedir='${datarootdir}/locale'
  1351. localstatedir='${prefix}/var'
  1352. localstatedir_expanded=''
  1353. mandir='${datarootdir}/man'
  1354. oldincludedir='/usr/include'
  1355. pdfdir='${docdir}'
  1356. prefix='NONE'
  1357. prefix_expanded=''
  1358. program_transform_name='s,x,x,'
  1359. psdir='${docdir}'
  1360. sbindir='${exec_prefix}/sbin'
  1361. sharedstatedir='${prefix}/com'
  1362. subdirs=''
  1363. sysconfdir='${prefix}/etc'
  1364. target='i386-apple-darwin10.0.0b2'
  1365. target_alias=''
  1366. target_cpu='i386'
  1367. target_os='darwin10.0.0b2'
  1368. target_vendor='apple'
  1369.  
  1370. ## ----------- ##
  1371. ## confdefs.h. ##
  1372. ## ----------- ##
  1373.  
  1374. #define PACKAGE_NAME "MacPorts"
  1375. #define PACKAGE_TARNAME "macports"
  1376. #define PACKAGE_VERSION "1.8.0"
  1377. #define PACKAGE_STRING "MacPorts 1.8.0"
  1378. #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
  1379. #define UNUSED __attribute__((unused))
  1380. #define MP_PRIVATE __attribute__((visibility("hidden")))
  1381. #define HAVE_PTHREAD 1
  1382. #define STDC_HEADERS 1
  1383. #define HAVE_SYS_TYPES_H 1
  1384. #define HAVE_SYS_STAT_H 1
  1385. #define HAVE_STDLIB_H 1
  1386. #define HAVE_STRING_H 1
  1387. #define HAVE_MEMORY_H 1
  1388. #define HAVE_STRINGS_H 1
  1389. #define HAVE_INTTYPES_H 1
  1390. #define HAVE_STDINT_H 1
  1391. #define HAVE_UNISTD_H 1
  1392. #define HAVE_OBJC_OBJC_H 1
  1393. #define APPLE_RUNTIME 1
  1394. #define APPLE_FOUNDATION 1
  1395. #define HAVE_FRAMEWORK_COREFOUNDATION /**/
  1396. #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
  1397. #define HAVE_FRAMEWORK_IOKIT /**/
  1398. #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
  1399. #define STDC_HEADERS 1
  1400. #define HAVE_DIRENT_H 1
  1401. #define HAVE_SYS_WAIT_H 1
  1402. #define HAVE_LIMITS_H 1
  1403. #define HAVE_PATHS_H 1
  1404. #define HAVE_SYS_FILE_H 1
  1405. #define HAVE_CRT_EXTERNS_H 1
  1406. #define HAVE_FCNTL_H 1
  1407. #define HAVE_SYS_FCNTL_H 1
  1408. #define HAVE_SYS_CDEFS_H 1
  1409. #define HAVE_ERR_H 1
  1410. #define HAVE_SYS_SOCKET_H 1
  1411. #define HAVE_READLINE_READLINE_H 1
  1412. #define HAVE_READLINE_HISTORY_H 1
  1413. #define HAVE_PWD_H 1
  1414. #define HAVE_SYS_PATHS_H 1
  1415. #define HAVE_UTIME_H 1
  1416. #define HAVE_BZERO 1
  1417. #define HAVE_MEMSET 1
  1418. #define HAVE_FGETLN 1
  1419. #define HAVE_LOCKF 1
  1420. #define HAVE_FLOCK 1
  1421. #define HAVE_SETMODE 1
  1422. #define HAVE_STRCASECMP 1
  1423. #define HAVE_STRNCASECMP 1
  1424. #define HAVE_STRLCPY 1
  1425. #define HAVE_COPYFILE 1
  1426. #define HAVE_OPENSSL_MD5_H 1
  1427. #define HAVE_LIBCRYPTO /**/
  1428. #define MIN_USABLE_UID 500
  1429. #define MIN_USABLE_GID 500
  1430.  
  1431. configure: exit 1
Add Comment
Please, Sign In to add comment