Guest User

Untitled

a guest
Jun 19th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.90 KB | None | 0 0
  1. ubuntu@ip-10-162-30-26:~/ObjFW-10ca67eb015c$ cat config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by ObjFW configure 0.4-dev, which was
  6. generated by GNU Autoconf 2.65. Invocation command line was
  7.  
  8. $ ./configure OBJC=clang
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = ip-10-162-30-26
  15. uname -m = x86_64
  16. uname -r = 2.6.32-308-ec2
  17. uname -s = Linux
  18. uname -v = #15-Ubuntu SMP Thu Aug 19 04:03:34 UTC 2010
  19.  
  20. /usr/bin/uname -p = unknown
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = unknown
  24. /usr/bin/arch -k = unknown
  25. /usr/convex/getsysinfo = unknown
  26. /usr/bin/hostinfo = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2170: checking build system type
  45. configure:2184: result: x86_64-unknown-linux-gnu
  46. configure:2204: checking host system type
  47. configure:2217: result: x86_64-unknown-linux-gnu
  48. configure:2350: checking for Objective C compiler version
  49. configure:2359: clang --version >&5
  50. clang version 1.1 (branches/release_27)
  51. Target: x86_64-pc-linux-gnu
  52. Thread model: posix
  53. configure:2370: $? = 0
  54. configure:2359: clang -v >&5
  55. clang version 1.1 (branches/release_27)
  56. Target: x86_64-pc-linux-gnu
  57. Thread model: posix
  58. configure:2370: $? = 0
  59. configure:2359: clang -V >&5
  60. clang: error: argument to '-V' is missing (expected 1 value)
  61. clang: error: no input files
  62. configure:2370: $? = 1
  63. configure:2359: clang -qversion >&5
  64. clang: error: no input files
  65. configure:2370: $? = 1
  66. configure:2390: checking whether the Objective C compiler works
  67. configure:2412: clang conftest.m >&5
  68. configure:2416: $? = 0
  69. configure:2465: result: yes
  70. configure:2468: checking for Objective C compiler default output file name
  71. configure:2470: result: a.out
  72. configure:2476: checking for suffix of executables
  73. configure:2483: clang -o conftest conftest.m >&5
  74. configure:2487: $? = 0
  75. configure:2509: result:
  76. configure:2531: checking whether we are cross compiling
  77. configure:2539: clang -o conftest conftest.m >&5
  78. configure:2543: $? = 0
  79. configure:2550: ./conftest
  80. configure:2554: $? = 0
  81. configure:2569: result: no
  82. configure:2574: checking for suffix of object files
  83. configure:2596: clang -c conftest.m >&5
  84. configure:2600: $? = 0
  85. configure:2621: result: o
  86. configure:2625: checking whether we are using the GNU Objective C compiler
  87. configure:2644: clang -c conftest.m >&5
  88. configure:2644: $? = 0
  89. configure:2653: result: yes
  90. configure:2662: checking whether clang accepts -g
  91. configure:2682: clang -c -g conftest.m >&5
  92. configure:2682: $? = 0
  93. configure:2723: result: yes
  94. configure:2751: checking how to run the Objective C preprocessor
  95. configure:2778: clang -E conftest.m
  96. configure:2778: $? = 0
  97. configure:2792: clang -E conftest.m
  98. conftest.m:9:10: fatal error: 'ac_nonexistent.h' file not found
  99. #include <ac_nonexistent.h>
  100. ^
  101. 1 diagnostic generated.
  102. configure:2792: $? = 1
  103. configure: failed program was:
  104. | /* confdefs.h */
  105. | #define PACKAGE_NAME "ObjFW"
  106. | #define PACKAGE_TARNAME "objfw"
  107. | #define PACKAGE_VERSION "0.4-dev"
  108. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  109. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  110. | #define PACKAGE_URL ""
  111. | /* end confdefs.h. */
  112. | #include <ac_nonexistent.h>
  113. configure:2817: result: clang -E
  114. configure:2837: clang -E conftest.m
  115. configure:2837: $? = 0
  116. configure:2851: clang -E conftest.m
  117. conftest.m:9:10: fatal error: 'ac_nonexistent.h' file not found
  118. #include <ac_nonexistent.h>
  119. ^
  120. 1 diagnostic generated.
  121. configure:2851: $? = 1
  122. configure: failed program was:
  123. | /* confdefs.h */
  124. | #define PACKAGE_NAME "ObjFW"
  125. | #define PACKAGE_TARNAME "objfw"
  126. | #define PACKAGE_VERSION "0.4-dev"
  127. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  128. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  129. | #define PACKAGE_URL ""
  130. | /* end confdefs.h. */
  131. | #include <ac_nonexistent.h>
  132. configure:2879: checking whether ln -s works
  133. configure:2883: result: yes
  134. configure:2904: checking for a BSD-compatible install
  135. configure:2972: result: /usr/bin/install -c
  136. configure:2983: checking for grep that handles long lines and -e
  137. configure:3041: result: /bin/grep
  138. configure:3046: checking for egrep
  139. configure:3108: result: /bin/grep -E
  140. configure:3120: checking whether Objective C compiler accepts -pipe
  141. configure:3139: clang -c -pipe conftest.m >&5
  142. configure:3139: $? = 0
  143. configure:3149: result: yes
  144. configure:3157: checking whether Objective C compiler accepts -fno-common
  145. configure:3176: clang -c -fno-common conftest.m >&5
  146. configure:3176: $? = 0
  147. configure:3186: result: yes
  148. configure:3194: checking whether Objective C compiler accepts -fno-constant-cfstrings
  149. configure:3213: clang -c -fno-constant-cfstrings conftest.m >&5
  150. configure:3213: $? = 0
  151. configure:3223: result: yes
  152. configure:3235: checking whether Objective C compiler supports fast enumeration
  153. configure:3259: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings conftest.m >&5
  154. conftest.m:10:10: fatal error: 'objc/objc.h' file not found
  155. #import <objc/objc.h>
  156. ^
  157. 1 diagnostic generated.
  158. configure:3259: $? = 1
  159. configure: failed program was:
  160. | /* confdefs.h */
  161. | #define PACKAGE_NAME "ObjFW"
  162. | #define PACKAGE_TARNAME "objfw"
  163. | #define PACKAGE_VERSION "0.4-dev"
  164. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  165. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  166. | #define PACKAGE_URL ""
  167. | /* end confdefs.h. */
  168. |
  169. | #import <objc/objc.h>
  170. |
  171. | @protocol OFFastEnumeration
  172. | - (int)countByEnumeratingWithState: (void*)state
  173. | objects: (id*)objects
  174. | count: (int)count;
  175. | @end
  176. |
  177. | int
  178. | main ()
  179. | {
  180. |
  181. | id n = nil;
  182. | for (id i in n);
  183. |
  184. | ;
  185. | return 0;
  186. | }
  187. configure:3268: result: no
  188. configure:3273: checking whether Objective C compiler supports properties
  189. configure:3300: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings conftest.m >&5
  190. conftest.m:10:10: fatal error: 'objc/objc.h' file not found
  191. #import <objc/objc.h>
  192. ^
  193. 1 diagnostic generated.
  194. configure:3300: $? = 1
  195. configure: failed program was:
  196. | /* confdefs.h */
  197. | #define PACKAGE_NAME "ObjFW"
  198. | #define PACKAGE_TARNAME "objfw"
  199. | #define PACKAGE_VERSION "0.4-dev"
  200. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  201. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  202. | #define PACKAGE_URL ""
  203. | /* end confdefs.h. */
  204. |
  205. | #import <objc/objc.h>
  206. |
  207. | @interface Foo
  208. | {
  209. | id bar;
  210. | }
  211. |
  212. | @property (retain, nonatomic) id bar;
  213. | @end
  214. |
  215. | int
  216. | main ()
  217. | {
  218. |
  219. | Foo *foo = nil;
  220. | [foo setBar: nil];
  221. | [foo bar];
  222. |
  223. | ;
  224. | return 0;
  225. | }
  226. configure:3311: result: no
  227. configure:3316: checking whether Objective C compiler supports blocks
  228. configure:3334: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  229. configure:3334: $? = 0
  230. configure:3341: result: yes
  231. configure:3352: checking for _Block_copy
  232. configure:3352: clang -o conftest -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  233. /tmp/cc-qRTFDy.o: In function `main':
  234. /home/ubuntu/ObjFW-10ca67eb015c/conftest.m:44: undefined reference to `_Block_copy'
  235. collect2: ld returned 1 exit status
  236. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  237. configure:3352: $? = 1
  238. configure: failed program was:
  239. | /* confdefs.h */
  240. | #define PACKAGE_NAME "ObjFW"
  241. | #define PACKAGE_TARNAME "objfw"
  242. | #define PACKAGE_VERSION "0.4-dev"
  243. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  244. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  245. | #define PACKAGE_URL ""
  246. | #define OF_HAVE_BLOCKS 1
  247. | /* end confdefs.h. */
  248. | /* Define _Block_copy to an innocuous variant, in case <limits.h> declares _Block_copy.
  249. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  250. | #define _Block_copy innocuous__Block_copy
  251. |
  252. | /* System header to define __stub macros and hopefully few prototypes,
  253. | which can conflict with char _Block_copy (); below.
  254. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  255. | <limits.h> exists even on freestanding compilers. */
  256. |
  257. | #ifdef __STDC__
  258. | # include <limits.h>
  259. | #else
  260. | # include <assert.h>
  261. | #endif
  262. |
  263. | #undef _Block_copy
  264. |
  265. | /* Override any GCC internal prototype to avoid an error.
  266. | Use char because int might match the return type of a GCC
  267. | builtin and then its argument prototype would still apply. */
  268. | #ifdef __cplusplus
  269. | extern "C"
  270. | #endif
  271. | char _Block_copy ();
  272. | /* The GNU C library defines this for functions which it implements
  273. | to always fail with ENOSYS. Some functions are actually named
  274. | something starting with __ and the normal name is an alias. */
  275. | #if defined __stub__Block_copy || defined __stub____Block_copy
  276. | choke me
  277. | #endif
  278. |
  279. | int
  280. | main ()
  281. | {
  282. | return _Block_copy ();
  283. | ;
  284. | return 0;
  285. | }
  286. configure:3352: result: no
  287. configure:3362: checking for ANSI C header files
  288. configure:3382: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  289. configure:3382: $? = 0
  290. configure:3455: clang -o conftest -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  291. configure:3455: $? = 0
  292. configure:3455: ./conftest
  293. configure:3455: $? = 0
  294. configure:3466: result: yes
  295. configure:3479: checking for sys/types.h
  296. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  297. configure:3479: $? = 0
  298. configure:3479: result: yes
  299. configure:3479: checking for sys/stat.h
  300. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  301. configure:3479: $? = 0
  302. configure:3479: result: yes
  303. configure:3479: checking for stdlib.h
  304. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  305. configure:3479: $? = 0
  306. configure:3479: result: yes
  307. configure:3479: checking for string.h
  308. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  309. configure:3479: $? = 0
  310. configure:3479: result: yes
  311. configure:3479: checking for memory.h
  312. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  313. configure:3479: $? = 0
  314. configure:3479: result: yes
  315. configure:3479: checking for strings.h
  316. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  317. configure:3479: $? = 0
  318. configure:3479: result: yes
  319. configure:3479: checking for inttypes.h
  320. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  321. configure:3479: $? = 0
  322. configure:3479: result: yes
  323. configure:3479: checking for stdint.h
  324. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  325. configure:3479: $? = 0
  326. configure:3479: result: yes
  327. configure:3479: checking for unistd.h
  328. configure:3479: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  329. configure:3479: $? = 0
  330. configure:3479: result: yes
  331. configure:3495: checking objfw-rt.h usability
  332. configure:3495: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  333. conftest.m:53:10: fatal error: 'objfw-rt.h' file not found
  334. #include <objfw-rt.h>
  335. ^
  336. 1 diagnostic generated.
  337. configure:3495: $? = 1
  338. configure: failed program was:
  339. | /* confdefs.h */
  340. | #define PACKAGE_NAME "ObjFW"
  341. | #define PACKAGE_TARNAME "objfw"
  342. | #define PACKAGE_VERSION "0.4-dev"
  343. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  344. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  345. | #define PACKAGE_URL ""
  346. | #define OF_HAVE_BLOCKS 1
  347. | #define STDC_HEADERS 1
  348. | #define HAVE_SYS_TYPES_H 1
  349. | #define HAVE_SYS_STAT_H 1
  350. | #define HAVE_STDLIB_H 1
  351. | #define HAVE_STRING_H 1
  352. | #define HAVE_MEMORY_H 1
  353. | #define HAVE_STRINGS_H 1
  354. | #define HAVE_INTTYPES_H 1
  355. | #define HAVE_STDINT_H 1
  356. | #define HAVE_UNISTD_H 1
  357. | /* end confdefs.h. */
  358. | #include <stdio.h>
  359. | #ifdef HAVE_SYS_TYPES_H
  360. | # include <sys/types.h>
  361. | #endif
  362. | #ifdef HAVE_SYS_STAT_H
  363. | # include <sys/stat.h>
  364. | #endif
  365. | #ifdef STDC_HEADERS
  366. | # include <stdlib.h>
  367. | # include <stddef.h>
  368. | #else
  369. | # ifdef HAVE_STDLIB_H
  370. | # include <stdlib.h>
  371. | # endif
  372. | #endif
  373. | #ifdef HAVE_STRING_H
  374. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  375. | # include <memory.h>
  376. | # endif
  377. | # include <string.h>
  378. | #endif
  379. | #ifdef HAVE_STRINGS_H
  380. | # include <strings.h>
  381. | #endif
  382. | #ifdef HAVE_INTTYPES_H
  383. | # include <inttypes.h>
  384. | #endif
  385. | #ifdef HAVE_STDINT_H
  386. | # include <stdint.h>
  387. | #endif
  388. | #ifdef HAVE_UNISTD_H
  389. | # include <unistd.h>
  390. | #endif
  391. | #include <objfw-rt.h>
  392. configure:3495: result: no
  393. configure:3495: checking objfw-rt.h presence
  394. configure:3495: clang -E conftest.m
  395. conftest.m:20:10: fatal error: 'objfw-rt.h' file not found
  396. #include <objfw-rt.h>
  397. ^
  398. 1 diagnostic generated.
  399. configure:3495: $? = 1
  400. configure: failed program was:
  401. | /* confdefs.h */
  402. | #define PACKAGE_NAME "ObjFW"
  403. | #define PACKAGE_TARNAME "objfw"
  404. | #define PACKAGE_VERSION "0.4-dev"
  405. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  406. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  407. | #define PACKAGE_URL ""
  408. | #define OF_HAVE_BLOCKS 1
  409. | #define STDC_HEADERS 1
  410. | #define HAVE_SYS_TYPES_H 1
  411. | #define HAVE_SYS_STAT_H 1
  412. | #define HAVE_STDLIB_H 1
  413. | #define HAVE_STRING_H 1
  414. | #define HAVE_MEMORY_H 1
  415. | #define HAVE_STRINGS_H 1
  416. | #define HAVE_INTTYPES_H 1
  417. | #define HAVE_STDINT_H 1
  418. | #define HAVE_UNISTD_H 1
  419. | /* end confdefs.h. */
  420. | #include <objfw-rt.h>
  421. configure:3495: result: no
  422. configure:3495: checking for objfw-rt.h
  423. configure:3495: result: no
  424. configure:3495: checking objc/objc.h usability
  425. configure:3495: clang -c -g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks conftest.m >&5
  426. conftest.m:53:10: fatal error: 'objc/objc.h' file not found
  427. #include <objc/objc.h>
  428. ^
  429. 1 diagnostic generated.
  430. configure:3495: $? = 1
  431. configure: failed program was:
  432. | /* confdefs.h */
  433. | #define PACKAGE_NAME "ObjFW"
  434. | #define PACKAGE_TARNAME "objfw"
  435. | #define PACKAGE_VERSION "0.4-dev"
  436. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  437. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  438. | #define PACKAGE_URL ""
  439. | #define OF_HAVE_BLOCKS 1
  440. | #define STDC_HEADERS 1
  441. | #define HAVE_SYS_TYPES_H 1
  442. | #define HAVE_SYS_STAT_H 1
  443. | #define HAVE_STDLIB_H 1
  444. | #define HAVE_STRING_H 1
  445. | #define HAVE_MEMORY_H 1
  446. | #define HAVE_STRINGS_H 1
  447. | #define HAVE_INTTYPES_H 1
  448. | #define HAVE_STDINT_H 1
  449. | #define HAVE_UNISTD_H 1
  450. | /* end confdefs.h. */
  451. | #include <stdio.h>
  452. | #ifdef HAVE_SYS_TYPES_H
  453. | # include <sys/types.h>
  454. | #endif
  455. | #ifdef HAVE_SYS_STAT_H
  456. | # include <sys/stat.h>
  457. | #endif
  458. | #ifdef STDC_HEADERS
  459. | # include <stdlib.h>
  460. | # include <stddef.h>
  461. | #else
  462. | # ifdef HAVE_STDLIB_H
  463. | # include <stdlib.h>
  464. | # endif
  465. | #endif
  466. | #ifdef HAVE_STRING_H
  467. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  468. | # include <memory.h>
  469. | # endif
  470. | # include <string.h>
  471. | #endif
  472. | #ifdef HAVE_STRINGS_H
  473. | # include <strings.h>
  474. | #endif
  475. | #ifdef HAVE_INTTYPES_H
  476. | # include <inttypes.h>
  477. | #endif
  478. | #ifdef HAVE_STDINT_H
  479. | # include <stdint.h>
  480. | #endif
  481. | #ifdef HAVE_UNISTD_H
  482. | # include <unistd.h>
  483. | #endif
  484. | #include <objc/objc.h>
  485. configure:3495: result: no
  486. configure:3495: checking objc/objc.h presence
  487. configure:3495: clang -E conftest.m
  488. conftest.m:20:10: fatal error: 'objc/objc.h' file not found
  489. #include <objc/objc.h>
  490. ^
  491. 1 diagnostic generated.
  492. configure:3495: $? = 1
  493. configure: failed program was:
  494. | /* confdefs.h */
  495. | #define PACKAGE_NAME "ObjFW"
  496. | #define PACKAGE_TARNAME "objfw"
  497. | #define PACKAGE_VERSION "0.4-dev"
  498. | #define PACKAGE_STRING "ObjFW 0.4-dev"
  499. | #define PACKAGE_BUGREPORT "js@webkeks.org"
  500. | #define PACKAGE_URL ""
  501. | #define OF_HAVE_BLOCKS 1
  502. | #define STDC_HEADERS 1
  503. | #define HAVE_SYS_TYPES_H 1
  504. | #define HAVE_SYS_STAT_H 1
  505. | #define HAVE_STDLIB_H 1
  506. | #define HAVE_STRING_H 1
  507. | #define HAVE_MEMORY_H 1
  508. | #define HAVE_STRINGS_H 1
  509. | #define HAVE_INTTYPES_H 1
  510. | #define HAVE_STDINT_H 1
  511. | #define HAVE_UNISTD_H 1
  512. | /* end confdefs.h. */
  513. | #include <objc/objc.h>
  514. configure:3495: result: no
  515. configure:3495: checking for objc/objc.h
  516. configure:3495: result: no
  517. configure:3529: checking which Objective C runtime we use
  518. configure:3554: result: none
  519. configure:3556: error: No ObjC runtime found! Please install ObjFW-RT!
  520.  
  521. ## ---------------- ##
  522. ## Cache variables. ##
  523. ## ---------------- ##
  524.  
  525. ac_cv_build=x86_64-unknown-linux-gnu
  526. ac_cv_env_CPPFLAGS_set=
  527. ac_cv_env_CPPFLAGS_value=
  528. ac_cv_env_LDFLAGS_set=
  529. ac_cv_env_LDFLAGS_value=
  530. ac_cv_env_LIBS_set=
  531. ac_cv_env_LIBS_value=
  532. ac_cv_env_OBJCFLAGS_set=
  533. ac_cv_env_OBJCFLAGS_value=
  534. ac_cv_env_OBJCPP_set=
  535. ac_cv_env_OBJCPP_value=
  536. ac_cv_env_OBJC_set=set
  537. ac_cv_env_OBJC_value=clang
  538. ac_cv_env_build_alias_set=
  539. ac_cv_env_build_alias_value=
  540. ac_cv_env_host_alias_set=
  541. ac_cv_env_host_alias_value=
  542. ac_cv_env_target_alias_set=
  543. ac_cv_env_target_alias_value=
  544. ac_cv_func__Block_copy=no
  545. ac_cv_header_inttypes_h=yes
  546. ac_cv_header_memory_h=yes
  547. ac_cv_header_objc_objc_h=no
  548. ac_cv_header_objfw_rt_h=no
  549. ac_cv_header_stdc=yes
  550. ac_cv_header_stdint_h=yes
  551. ac_cv_header_stdlib_h=yes
  552. ac_cv_header_string_h=yes
  553. ac_cv_header_strings_h=yes
  554. ac_cv_header_sys_stat_h=yes
  555. ac_cv_header_sys_types_h=yes
  556. ac_cv_header_unistd_h=yes
  557. ac_cv_host=x86_64-unknown-linux-gnu
  558. ac_cv_objc_compiler_gnu=yes
  559. ac_cv_objext=o
  560. ac_cv_path_EGREP='/bin/grep -E'
  561. ac_cv_path_GREP=/bin/grep
  562. ac_cv_path_install='/usr/bin/install -c'
  563. ac_cv_prog_OBJCPP='clang -E'
  564. ac_cv_prog_objc_g=yes
  565. ax_cv_objc_flags__fno_common=yes
  566. ax_cv_objc_flags__fno_constant_cfstrings=yes
  567. ax_cv_objc_flags__pipe=yes
  568.  
  569. ## ----------------- ##
  570. ## Output variables. ##
  571. ## ----------------- ##
  572.  
  573. AR=''
  574. ASPRINTF_DEF=''
  575. ASPRINTF_M=''
  576. ATOMIC_H=''
  577. BIN_PREFIX=''
  578. BLOCKS_FLAGS='-fblocks'
  579. CLEAN_LIB=''
  580. CPP='clang -E'
  581. CPPFLAGS=' '
  582. DEFS=''
  583. ECHO_C=''
  584. ECHO_N='-n'
  585. ECHO_T=''
  586. EGREP='/bin/grep -E'
  587. ENDIANESS_DEF=''
  588. EXEEXT=''
  589. GNU_RUNTIME=''
  590. GREP='/bin/grep'
  591. INSTALL_DATA='${INSTALL} -m 644'
  592. INSTALL_LIB=''
  593. INSTALL_PROGRAM='${INSTALL}'
  594. INSTALL_SCRIPT='${INSTALL}'
  595. LDFLAGS=''
  596. LDFLAGS_REEXPORT=''
  597. LDFLAGS_RPATH=''
  598. LIBOBJS=''
  599. LIBS=''
  600. LIB_CFLAGS=''
  601. LIB_LDFLAGS=''
  602. LIB_PREFIX=''
  603. LIB_SUFFIX=''
  604. LN_S='ln -s'
  605. LTLIBOBJS=''
  606. NO_CONST_CFSTRINGS='-fno-constant-cfstrings'
  607. NO_WARN_UNUSED=''
  608. OBJC='clang'
  609. OBJCFLAGS='-g -O2 -Wall -fexceptions -fconstant-string-class=OFConstantString -pipe -fno-common -fno-constant-cfstrings -fblocks'
  610. OBJCPP='clang -E'
  611. OBJC_PROPERTIES_M=''
  612. OBJC_SYNC_M=''
  613. OBJEXT='o'
  614. OBJFW_SHARED_LIB=''
  615. OBJFW_STATIC_LIB=''
  616. OFBLOCK_M='OFBlock.m'
  617. OFPLUGINS_DEF=''
  618. OFPLUGINTESTS_M=''
  619. OFPLUGIN_M=''
  620. OFTHREADTESTS_M=''
  621. OFTHREAD_M=''
  622. PACKAGE=''
  623. PACKAGE_BUGREPORT='js@webkeks.org'
  624. PACKAGE_NAME='ObjFW'
  625. PACKAGE_STRING='ObjFW 0.4-dev'
  626. PACKAGE_TARNAME='objfw'
  627. PACKAGE_URL=''
  628. PACKAGE_VERSION='0.4-dev'
  629. PATH_SEPARATOR=':'
  630. PLUGIN_CFLAGS=''
  631. PLUGIN_LDFLAGS=''
  632. PLUGIN_SUFFIX=''
  633. PROPERTIESTESTS_M=''
  634. PTHREAD_CFLAGS=''
  635. PTHREAD_LIBS=''
  636. RANLIB=''
  637. REEXPORT_LIBOBJC=''
  638. SHELL='/bin/bash'
  639. TERM_BOLD=''
  640. TERM_EL=''
  641. TERM_SETAF1=''
  642. TERM_SETAF2=''
  643. TERM_SETAF3=''
  644. TERM_SETAF4=''
  645. TERM_SETAF6=''
  646. TERM_SGR0=''
  647. TESTPLUGIN=''
  648. TESTS=''
  649. TEST_LAUNCHER=''
  650. THREADING_H=''
  651. TPUT=''
  652. UNINSTALL_LIB=''
  653. WINE=''
  654. ac_ct_OBJC=''
  655. acx_pthread_config=''
  656. bindir='${exec_prefix}/bin'
  657. build='x86_64-unknown-linux-gnu'
  658. build_alias=''
  659. build_cpu='x86_64'
  660. build_os='linux-gnu'
  661. build_vendor='unknown'
  662. datadir='${datarootdir}'
  663. datarootdir='${prefix}/share'
  664. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  665. dvidir='${docdir}'
  666. exec_prefix='NONE'
  667. host='x86_64-unknown-linux-gnu'
  668. host_alias=''
  669. host_cpu='x86_64'
  670. host_os='linux-gnu'
  671. host_vendor='unknown'
  672. htmldir='${docdir}'
  673. includedir='${prefix}/include'
  674. infodir='${datarootdir}/info'
  675. libdir='${exec_prefix}/lib'
  676. libexecdir='${exec_prefix}/libexec'
  677. localedir='${datarootdir}/locale'
  678. localstatedir='${prefix}/var'
  679. mandir='${datarootdir}/man'
  680. oldincludedir='/usr/include'
  681. pdfdir='${docdir}'
  682. prefix='NONE'
  683. program_transform_name='s,x,x,'
  684. psdir='${docdir}'
  685. sbindir='${exec_prefix}/sbin'
  686. sharedstatedir='${prefix}/com'
  687. sysconfdir='${prefix}/etc'
  688. target_alias=''
  689.  
  690. ## ----------- ##
  691. ## confdefs.h. ##
  692. ## ----------- ##
  693.  
  694. /* confdefs.h */
  695. #define PACKAGE_NAME "ObjFW"
  696. #define PACKAGE_TARNAME "objfw"
  697. #define PACKAGE_VERSION "0.4-dev"
  698. #define PACKAGE_STRING "ObjFW 0.4-dev"
  699. #define PACKAGE_BUGREPORT "js@webkeks.org"
  700. #define PACKAGE_URL ""
  701. #define OF_HAVE_BLOCKS 1
  702. #define STDC_HEADERS 1
  703. #define HAVE_SYS_TYPES_H 1
  704. #define HAVE_SYS_STAT_H 1
  705. #define HAVE_STDLIB_H 1
  706. #define HAVE_STRING_H 1
  707. #define HAVE_MEMORY_H 1
  708. #define HAVE_STRINGS_H 1
  709. #define HAVE_INTTYPES_H 1
  710. #define HAVE_STDINT_H 1
  711. #define HAVE_UNISTD_H 1
  712.  
  713. configure: exit 1
  714. ubuntu@ip-10-162-30-26:~/ObjFW-10ca67eb015c$
Add Comment
Please, Sign In to add comment