Advertisement
Guest User

Untitled

a guest
May 16th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.85 KB | None | 0 0
  1. Skunkworks:cpluff-0.1.3 davilla$ 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 C-Pluff configure 0.1.3, which was
  6. generated by GNU Autoconf 2.63. Invocation command line was
  7.  
  8. $ ./configure
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = Skunkworks
  15. uname -m = i386
  16. uname -r = 9.8.0
  17. uname -s = Darwin
  18. uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
  19.  
  20. /usr/bin/uname -p = i386
  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 = Mach kernel version:
  27. Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
  28. Kernel configured for up to 2 processors.
  29. 2 processors are physically available.
  30. 2 processors are logically available.
  31. Processor type: i486 (Intel 80486)
  32. Processors active: 0 1
  33. Primary memory available: 4.00 gigabytes
  34. Default processor set: 77 tasks, 316 threads, 2 processors
  35. Load average: 0.34, Mach factor: 1.65
  36. /bin/machine = unknown
  37. /usr/bin/oslevel = unknown
  38. /bin/universe = unknown
  39.  
  40. PATH: /usr/local/cuda/bin
  41. PATH: /opt/local/bin
  42. PATH: /opt/local/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/local/git/bin
  50. PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
  51.  
  52.  
  53. ## ----------- ##
  54. ## Core tests. ##
  55. ## ----------- ##
  56.  
  57. configure:2154: checking for a BSD-compatible install
  58. configure:2222: result: /usr/bin/install -c
  59. configure:2233: checking whether build environment is sane
  60. configure:2276: result: yes
  61. configure:2301: checking for a thread-safe mkdir -p
  62. configure:2340: result: auxliary/install-sh -c -d
  63. configure:2353: checking for gawk
  64. configure:2383: result: no
  65. configure:2353: checking for mawk
  66. configure:2383: result: no
  67. configure:2353: checking for nawk
  68. configure:2383: result: no
  69. configure:2353: checking for awk
  70. configure:2369: found /usr/bin/awk
  71. configure:2380: result: awk
  72. configure:2391: checking whether make sets $(MAKE)
  73. configure:2413: result: yes
  74. configure:2598: checking whether NLS is requested
  75. configure:2607: result: yes
  76. configure:2645: checking for msgfmt
  77. configure: trying /opt/local/bin/msgfmt...
  78. 0 translated messages.
  79. configure:2677: result: /opt/local/bin/msgfmt
  80. configure:2686: checking for gmsgfmt
  81. configure:2717: result: /opt/local/bin/msgfmt
  82. configure:2768: checking for xgettext
  83. configure: trying /opt/local/bin/xgettext...
  84. /opt/local/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  85. configure:2800: result: /opt/local/bin/xgettext
  86. configure:2846: checking for msgmerge
  87. configure: trying /opt/local/bin/msgmerge...
  88. configure:2877: result: /opt/local/bin/msgmerge
  89. configure:2919: checking for style of include used by make
  90. configure:2947: result: GNU
  91. configure:3017: checking for gcc
  92. configure:3033: found /usr/bin/gcc
  93. configure:3044: result: gcc
  94. configure:3276: checking for C compiler version
  95. configure:3284: gcc --version >&5
  96. i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
  97. Copyright (C) 2005 Free Software Foundation, Inc.
  98. This is free software; see the source for copying conditions. There is NO
  99. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  100.  
  101. configure:3288: $? = 0
  102. configure:3295: gcc -v >&5
  103. Using built-in specs.
  104. Target: i686-apple-darwin9
  105. Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
  106. Thread model: posix
  107. gcc version 4.0.1 (Apple Inc. build 5490)
  108. configure:3299: $? = 0
  109. configure:3306: gcc -V >&5
  110. gcc-4.0: argument to `-V' is missing
  111. configure:3310: $? = 1
  112. configure:3333: checking for C compiler default output file name
  113. configure:3355: gcc conftest.c >&5
  114. configure:3359: $? = 0
  115. configure:3397: result: a.out
  116. configure:3416: checking whether the C compiler works
  117. configure:3426: ./a.out
  118. configure:3430: $? = 0
  119. configure:3449: result: yes
  120. configure:3456: checking whether we are cross compiling
  121. configure:3458: result: no
  122. configure:3461: checking for suffix of executables
  123. configure:3468: gcc -o conftest conftest.c >&5
  124. configure:3472: $? = 0
  125. configure:3498: result:
  126. configure:3504: checking for suffix of object files
  127. configure:3530: gcc -c conftest.c >&5
  128. configure:3534: $? = 0
  129. configure:3559: result: o
  130. configure:3563: checking whether we are using the GNU C compiler
  131. configure:3592: gcc -c conftest.c >&5
  132. configure:3599: $? = 0
  133. configure:3616: result: yes
  134. configure:3625: checking whether gcc accepts -g
  135. configure:3655: gcc -c -g conftest.c >&5
  136. configure:3662: $? = 0
  137. configure:3763: result: yes
  138. configure:3780: checking for gcc option to accept ISO C89
  139. configure:3854: gcc -c -g -O2 conftest.c >&5
  140. configure:3861: $? = 0
  141. configure:3884: result: none needed
  142. configure:3904: checking dependency style of gcc
  143. configure:3995: result: gcc3
  144. configure:4016: checking build system type
  145. configure:4034: result: i686-apple-darwin9.8.0
  146. configure:4056: checking host system type
  147. configure:4071: result: i686-apple-darwin9.8.0
  148. configure:4117: checking for ld used by GCC
  149. configure:4181: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  150. configure:4190: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
  151. configure:4203: result: no
  152. configure:4210: checking for shared library run path origin
  153. configure:4223: result: done
  154. configure:4681: checking for CFPreferencesCopyAppValue
  155. configure:4709: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  156. configure:4716: $? = 0
  157. configure:4737: result: yes
  158. configure:4746: checking for CFLocaleCopyCurrent
  159. configure:4774: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  160. configure:4781: $? = 0
  161. configure:4802: result: yes
  162. configure:4853: checking for GNU gettext in libc
  163. configure:4883: gcc -o conftest -g -O2 conftest.c >&5
  164. conftest.c:13:21: error: libintl.h: No such file or directory
  165. conftest.c: In function 'main':
  166. conftest.c:21: warning: incompatible implicit declaration of built-in function 'gettext'
  167. configure:4890: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h. */
  170. | #define PACKAGE_NAME "C-Pluff"
  171. | #define PACKAGE_TARNAME "cpluff"
  172. | #define PACKAGE_VERSION "0.1.3"
  173. | #define PACKAGE_STRING "C-Pluff 0.1.3"
  174. | #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  175. | #define CP_ABI_COMPATIBILITY "0.1"
  176. | #define PACKAGE "cpluff"
  177. | #define VERSION "0.1.3"
  178. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  179. | #define HAVE_CFLOCALECOPYCURRENT 1
  180. | /* end confdefs.h. */
  181. | #include <libintl.h>
  182. |
  183. | extern int _nl_msg_cat_cntr;
  184. | extern int *_nl_domain_bindings;
  185. | int
  186. | main ()
  187. | {
  188. | bindtextdomain ("", "");
  189. | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
  190. | ;
  191. | return 0;
  192. | }
  193. configure:4912: result: no
  194. configure:4946: checking for iconv
  195. configure:4978: gcc -o conftest -g -O2 conftest.c >&5
  196. Undefined symbols:
  197. "_iconv", referenced from:
  198. _main in cc3VKp0A.o
  199. "_iconv_close", referenced from:
  200. _main in cc3VKp0A.o
  201. "_iconv_open", referenced from:
  202. _main in cc3VKp0A.o
  203. ld: symbol(s) not found
  204. collect2: ld returned 1 exit status
  205. configure:4985: $? = 1
  206. configure: failed program was:
  207. | /* confdefs.h. */
  208. | #define PACKAGE_NAME "C-Pluff"
  209. | #define PACKAGE_TARNAME "cpluff"
  210. | #define PACKAGE_VERSION "0.1.3"
  211. | #define PACKAGE_STRING "C-Pluff 0.1.3"
  212. | #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  213. | #define CP_ABI_COMPATIBILITY "0.1"
  214. | #define PACKAGE "cpluff"
  215. | #define VERSION "0.1.3"
  216. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  217. | #define HAVE_CFLOCALECOPYCURRENT 1
  218. | /* end confdefs.h. */
  219. | #include <stdlib.h>
  220. | #include <iconv.h>
  221. | int
  222. | main ()
  223. | {
  224. | iconv_t cd = iconv_open("","");
  225. | iconv(cd,NULL,NULL,NULL,NULL);
  226. | iconv_close(cd);
  227. | ;
  228. | return 0;
  229. | }
  230. configure:5031: gcc -o conftest -g -O2 conftest.c -liconv >&5
  231. configure:5038: $? = 0
  232. configure:5062: result: yes
  233. configure:5072: checking how to link with libiconv
  234. configure:5074: result: -liconv
  235. configure:5478: checking for GNU gettext in libintl
  236. configure:5516: gcc -o conftest -g -O2 conftest.c -lintl >&5
  237. conftest.c:14:21: error: libintl.h: No such file or directory
  238. conftest.c: In function 'main':
  239. conftest.c:26: warning: incompatible implicit declaration of built-in function 'gettext'
  240. configure:5523: $? = 1
  241. configure: failed program was:
  242. | /* confdefs.h. */
  243. | #define PACKAGE_NAME "C-Pluff"
  244. | #define PACKAGE_TARNAME "cpluff"
  245. | #define PACKAGE_VERSION "0.1.3"
  246. | #define PACKAGE_STRING "C-Pluff 0.1.3"
  247. | #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  248. | #define CP_ABI_COMPATIBILITY "0.1"
  249. | #define PACKAGE "cpluff"
  250. | #define VERSION "0.1.3"
  251. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  252. | #define HAVE_CFLOCALECOPYCURRENT 1
  253. | #define HAVE_ICONV 1
  254. | /* end confdefs.h. */
  255. | #include <libintl.h>
  256. |
  257. | extern int _nl_msg_cat_cntr;
  258. | extern
  259. | #ifdef __cplusplus
  260. | "C"
  261. | #endif
  262. | const char *_nl_expand_alias (const char *);
  263. | int
  264. | main ()
  265. | {
  266. | bindtextdomain ("", "");
  267. | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
  268. | ;
  269. | return 0;
  270. | }
  271. configure:5573: gcc -o conftest -g -O2 conftest.c -lintl -liconv >&5
  272. conftest.c:14:21: error: libintl.h: No such file or directory
  273. conftest.c: In function 'main':
  274. conftest.c:26: warning: incompatible implicit declaration of built-in function 'gettext'
  275. configure:5580: $? = 1
  276. configure: failed program was:
  277. | /* confdefs.h. */
  278. | #define PACKAGE_NAME "C-Pluff"
  279. | #define PACKAGE_TARNAME "cpluff"
  280. | #define PACKAGE_VERSION "0.1.3"
  281. | #define PACKAGE_STRING "C-Pluff 0.1.3"
  282. | #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  283. | #define CP_ABI_COMPATIBILITY "0.1"
  284. | #define PACKAGE "cpluff"
  285. | #define VERSION "0.1.3"
  286. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  287. | #define HAVE_CFLOCALECOPYCURRENT 1
  288. | #define HAVE_ICONV 1
  289. | /* end confdefs.h. */
  290. | #include <libintl.h>
  291. |
  292. | extern int _nl_msg_cat_cntr;
  293. | extern
  294. | #ifdef __cplusplus
  295. | "C"
  296. | #endif
  297. | const char *_nl_expand_alias (const char *);
  298. | int
  299. | main ()
  300. | {
  301. | bindtextdomain ("", "");
  302. | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
  303. | ;
  304. | return 0;
  305. | }
  306. configure:5608: result: no
  307. configure:5645: checking whether to use NLS
  308. configure:5647: result: no
  309. configure:5780: checking for gcc
  310. configure:5807: result: gcc
  311. configure:6039: checking for C compiler version
  312. configure:6047: gcc --version >&5
  313. i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
  314. Copyright (C) 2005 Free Software Foundation, Inc.
  315. This is free software; see the source for copying conditions. There is NO
  316. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  317.  
  318. configure:6051: $? = 0
  319. configure:6058: gcc -v >&5
  320. Using built-in specs.
  321. Target: i686-apple-darwin9
  322. Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
  323. Thread model: posix
  324. gcc version 4.0.1 (Apple Inc. build 5490)
  325. configure:6062: $? = 0
  326. configure:6069: gcc -V >&5
  327. gcc-4.0: argument to `-V' is missing
  328. configure:6073: $? = 1
  329. configure:6076: checking whether we are using the GNU C compiler
  330. configure:6129: result: yes
  331. configure:6138: checking whether gcc accepts -g
  332. configure:6276: result: yes
  333. configure:6293: checking for gcc option to accept ISO C89
  334. configure:6397: result: none needed
  335. configure:6417: checking dependency style of gcc
  336. configure:6508: result: gcc3
  337. configure:6529: checking whether gcc and cc understand -c and -o together
  338. configure:6564: gcc -c conftest.c -o conftest2.o >&5
  339. configure:6568: $? = 0
  340. configure:6574: gcc -c conftest.c -o conftest2.o >&5
  341. configure:6578: $? = 0
  342. configure:6589: cc -c conftest.c >&5
  343. configure:6593: $? = 0
  344. configure:6601: cc -c conftest.c -o conftest2.o >&5
  345. configure:6605: $? = 0
  346. configure:6611: cc -c conftest.c -o conftest2.o >&5
  347. configure:6615: $? = 0
  348. configure:6633: result: yes
  349. configure:6645: checking for an ANSI C-conforming const
  350. configure:6720: gcc -c -g -O2 conftest.c >&5
  351. configure:6727: $? = 0
  352. configure:6742: result: yes
  353. configure:7084: checking for a sed that does not truncate output
  354. configure:7150: result: /usr/bin/sed
  355. configure:7168: checking for grep that handles long lines and -e
  356. configure:7228: result: /usr/bin/grep
  357. configure:7233: checking for egrep
  358. configure:7297: result: /usr/bin/grep -E
  359. configure:7302: checking for fgrep
  360. configure:7366: result: /usr/bin/grep -F
  361. configure:7401: checking for ld used by gcc
  362. configure:7468: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  363. configure:7477: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
  364. configure:7492: result: no
  365. configure:7504: checking for BSD- or MS-compatible name lister (nm)
  366. configure:7553: result: /usr/bin/nm -p
  367. configure:7671: checking the name lister (/usr/bin/nm -p) interface
  368. configure:7678: gcc -c -g -O2 conftest.c >&5
  369. configure:7681: /usr/bin/nm -p "conftest.o"
  370. configure:7684: output
  371. 0000016c D _some_variable
  372. configure:7691: result: BSD nm
  373. configure:7694: checking whether ln -s works
  374. configure:7698: result: yes
  375. configure:7706: checking the maximum length of command line arguments
  376. configure:7826: result: 196608
  377. configure:7843: checking whether the shell understands some XSI constructs
  378. configure:7853: result: yes
  379. configure:7857: checking whether the shell understands "+="
  380. configure:7863: result: yes
  381. configure:7898: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files
  382. configure:7905: result: -r
  383. configure:7974: checking for objdump
  384. configure:8001: result: objdump
  385. configure:8030: checking how to recognize dependent libraries
  386. configure:8226: result: pass_all
  387. configure:8286: checking for ar
  388. configure:8302: found /usr/bin/ar
  389. configure:8313: result: ar
  390. configure:8391: checking for strip
  391. configure:8407: found /usr/bin/strip
  392. configure:8418: result: strip
  393. configure:8490: checking for ranlib
  394. configure:8506: found /usr/bin/ranlib
  395. configure:8517: result: ranlib
  396. configure:8607: checking command to parse /usr/bin/nm -p output from gcc object
  397. configure:8725: gcc -c -g -O2 conftest.c >&5
  398. configure:8728: $? = 0
  399. configure:8732: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  400. configure:8735: $? = 0
  401. cannot find nm_test_var in conftest.nm
  402. configure:8725: gcc -c -g -O2 conftest.c >&5
  403. configure:8728: $? = 0
  404. configure:8732: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  405. configure:8735: $? = 0
  406. configure:8789: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  407. configure:8792: $? = 0
  408. configure:8830: result: ok
  409. configure:9123: checking for dsymutil
  410. configure:9139: found /usr/bin/dsymutil
  411. configure:9150: result: dsymutil
  412. configure:9215: checking for nmedit
  413. configure:9231: found /usr/bin/nmedit
  414. configure:9242: result: nmedit
  415. configure:9307: checking for lipo
  416. configure:9323: found /usr/bin/lipo
  417. configure:9334: result: lipo
  418. configure:9399: checking for otool
  419. configure:9415: found /usr/bin/otool
  420. configure:9426: result: otool
  421. configure:9491: checking for otool64
  422. configure:9521: result: no
  423. configure:9566: checking for -single_module linker flag
  424. gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  425. configure:9593: result: yes
  426. configure:9595: checking for -exported_symbols_list linker flag
  427. configure:9625: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  428. configure:9632: $? = 0
  429. configure:9654: result: yes
  430. configure:9696: checking how to run the C preprocessor
  431. configure:9736: gcc -E conftest.c
  432. configure:9743: $? = 0
  433. configure:9774: gcc -E conftest.c
  434. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  435. configure:9781: $? = 1
  436. configure: failed program was:
  437. | /* confdefs.h. */
  438. | #define PACKAGE_NAME "C-Pluff"
  439. | #define PACKAGE_TARNAME "cpluff"
  440. | #define PACKAGE_VERSION "0.1.3"
  441. | #define PACKAGE_STRING "C-Pluff 0.1.3"
  442. | #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  443. | #define CP_ABI_COMPATIBILITY "0.1"
  444. | #define PACKAGE "cpluff"
  445. | #define VERSION "0.1.3"
  446. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  447. | #define HAVE_CFLOCALECOPYCURRENT 1
  448. | #define HAVE_ICONV 1
  449. | /* end confdefs.h. */
  450. | #include <ac_nonexistent.h>
  451. configure:9814: result: gcc -E
  452. configure:9843: gcc -E conftest.c
  453. configure:9850: $? = 0
  454. configure:9881: gcc -E conftest.c
  455. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  456. configure:9888: $? = 1
  457. configure: failed program was:
  458. | /* confdefs.h. */
  459. | #define PACKAGE_NAME "C-Pluff"
  460. | #define PACKAGE_TARNAME "cpluff"
  461. | #define PACKAGE_VERSION "0.1.3"
  462. | #define PACKAGE_STRING "C-Pluff 0.1.3"
  463. | #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  464. | #define CP_ABI_COMPATIBILITY "0.1"
  465. | #define PACKAGE "cpluff"
  466. | #define VERSION "0.1.3"
  467. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  468. | #define HAVE_CFLOCALECOPYCURRENT 1
  469. | #define HAVE_ICONV 1
  470. | /* end confdefs.h. */
  471. | #include <ac_nonexistent.h>
  472. configure:9928: checking for ANSI C header files
  473. configure:9958: gcc -c -g -O2 conftest.c >&5
  474. configure:9965: $? = 0
  475. configure:10064: gcc -o conftest -g -O2 conftest.c >&5
  476. configure:10068: $? = 0
  477. configure:10074: ./conftest
  478. configure:10078: $? = 0
  479. configure:10096: result: yes
  480. configure:10120: checking for sys/types.h
  481. configure:10141: gcc -c -g -O2 conftest.c >&5
  482. configure:10148: $? = 0
  483. configure:10165: result: yes
  484. configure:10120: checking for sys/stat.h
  485. configure:10141: gcc -c -g -O2 conftest.c >&5
  486. configure:10148: $? = 0
  487. configure:10165: result: yes
  488. configure:10120: checking for stdlib.h
  489. configure:10141: gcc -c -g -O2 conftest.c >&5
  490. configure:10148: $? = 0
  491. configure:10165: result: yes
  492. configure:10120: checking for string.h
  493. configure:10141: gcc -c -g -O2 conftest.c >&5
  494. configure:10148: $? = 0
  495. configure:10165: result: yes
  496. configure:10120: checking for memory.h
  497. configure:10141: gcc -c -g -O2 conftest.c >&5
  498. configure:10148: $? = 0
  499. configure:10165: result: yes
  500. configure:10120: checking for strings.h
  501. configure:10141: gcc -c -g -O2 conftest.c >&5
  502. configure:10148: $? = 0
  503. configure:10165: result: yes
  504. configure:10120: checking for inttypes.h
  505. configure:10141: gcc -c -g -O2 conftest.c >&5
  506. configure:10148: $? = 0
  507. configure:10165: result: yes
  508. configure:10120: checking for stdint.h
  509. configure:10141: gcc -c -g -O2 conftest.c >&5
  510. configure:10148: $? = 0
  511. configure:10165: result: yes
  512. configure:10120: checking for unistd.h
  513. configure:10141: gcc -c -g -O2 conftest.c >&5
  514. configure:10148: $? = 0
  515. configure:10165: result: yes
  516. configure:10183: checking for dlfcn.h
  517. configure:10204: gcc -c -g -O2 conftest.c >&5
  518. configure:10211: $? = 0
  519. configure:10228: result: yes
  520. configure:10410: checking for objdir
  521. configure:10425: result: .libs
  522. configure:10717: checking if gcc supports -fno-rtti -fno-exceptions
  523. configure:10735: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  524. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  525. configure:10739: $? = 0
  526. configure:10752: result: no
  527. configure:10772: checking for gcc option to produce PIC
  528. configure:11044: result: -fno-common -DPIC
  529. configure:11056: checking if gcc PIC flag -fno-common -DPIC works
  530. configure:11074: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  531. configure:11078: $? = 0
  532. configure:11091: result: yes
  533. configure:11115: checking if gcc static flag -static works
  534. configure:11143: result: no
  535. configure:11158: checking if gcc supports -c -o file.o
  536. configure:11179: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  537. configure:11183: $? = 0
  538. configure:11205: result: yes
  539. configure:11213: checking if gcc supports -c -o file.o
  540. configure:11260: result: yes
  541. configure:11293: checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
  542. configure:12367: result: yes
  543. configure:12606: checking dynamic linker characteristics
  544. configure:13289: result: darwin9.8.0 dyld
  545. configure:13391: checking how to hardcode library paths into programs
  546. configure:13416: result: immediate
  547. configure:13461: checking for dlopen in -ldl
  548. configure:13496: gcc -o conftest -g -O2 conftest.c -ldl >&5
  549. configure:13503: $? = 0
  550. configure:13524: result: yes
  551. configure:14023: checking whether a program can dlopen itself
  552. configure:14093: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
  553. configure:14096: $? = 0
  554. configure:14114: result: yes
  555. configure:14119: checking whether a statically linked program can dlopen itself
  556. configure:14189: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
  557. configure:14192: $? = 0
  558. configure:14210: result: yes
  559. configure:14249: checking whether stripping libraries is possible
  560. configure:14263: result: yes
  561. configure:14289: checking if libtool supports shared libraries
  562. configure:14291: result: yes
  563. configure:14294: checking whether to build shared libraries
  564. configure:14315: result: yes
  565. configure:14318: checking whether to build static libraries
  566. configure:14322: result: yes
  567. configure:14360: checking whether ln -s works
  568. configure:14364: result: yes
  569. configure:14421: checking for Posix threads
  570. configure:14440: gcc -o conftest -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c >&5
  571. configure:14447: $? = 0
  572. configure:14455: result: yes
  573. configure:14582: checking for dlfcn.h
  574. configure:14587: result: yes
  575. configure:14714: checking for dlopen in -ldl
  576. configure:14777: result: yes
  577. configure:15028: checking expat.h usability
  578. configure:15045: gcc -c -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c >&5
  579. configure:15052: $? = 0
  580. configure:15066: result: yes
  581. configure:15070: checking expat.h presence
  582. configure:15085: gcc -E -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c
  583. configure:15092: $? = 0
  584. configure:15106: result: yes
  585. configure:15139: checking for expat.h
  586. configure:15146: result: yes
  587. configure:15159: checking for XML_ParseBuffer in -lexpat
  588. configure:15194: gcc -o conftest -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c -lexpat >&5
  589. configure:15201: $? = 0
  590. configure:15222: result: yes
  591. configure:15254: checking readline/readline.h usability
  592. configure:15271: gcc -c -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c >&5
  593. configure:15278: $? = 0
  594. configure:15292: result: yes
  595. configure:15296: checking readline/readline.h presence
  596. configure:15311: gcc -E -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c
  597. configure:15318: $? = 0
  598. configure:15332: result: yes
  599. configure:15365: checking for readline/readline.h
  600. configure:15372: result: yes
  601. configure:15377: checking for add_history in -lreadline
  602. configure:15412: gcc -o conftest -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c -lreadline >&5
  603. configure:15419: $? = 0
  604. configure:15440: result: yes
  605. configure:15476: checking for stat
  606. configure:15532: gcc -o conftest -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c >&5
  607. configure:15539: $? = 0
  608. configure:15561: result: yes
  609. configure:15476: checking for lstat
  610. configure:15532: gcc -o conftest -g -O2 -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff conftest.c >&5
  611. configure:15539: $? = 0
  612. configure:15561: result: yes
  613. configure:15595: checking which file name separator to use
  614. configure:15605: result: '/'
  615. configure:15771: creating ./config.status
  616.  
  617. ## ---------------------- ##
  618. ## Running config.status. ##
  619. ## ---------------------- ##
  620.  
  621. This file was extended by C-Pluff config.status 0.1.3, which was
  622. generated by GNU Autoconf 2.63. Invocation command line was
  623.  
  624. CONFIG_FILES =
  625. CONFIG_HEADERS =
  626. CONFIG_LINKS =
  627. CONFIG_COMMANDS =
  628. $ ./config.status
  629.  
  630. on Skunkworks
  631.  
  632. config.status:1054: creating Makefile
  633. config.status:1054: creating libcpluff/Makefile
  634. config.status:1054: creating libcpluff/cpluffdef.h
  635. config.status:1054: creating libcpluff/docsrc/Makefile
  636. config.status:1054: creating libcpluff/docsrc/Doxyfile-ref
  637. config.status:1054: creating libcpluff/docsrc/Doxyfile-impl
  638. config.status:1054: creating loader/Makefile
  639. config.status:1054: creating console/Makefile
  640. config.status:1054: creating po/Makefile.in
  641. config.status:1054: creating doc/Makefile
  642. config.status:1054: creating doc/img/Makefile
  643. config.status:1054: creating docsrc/Makefile
  644. config.status:1054: creating test/Makefile
  645. config.status:1054: creating test/plugins-source/Makefile
  646. config.status:1054: creating test/plugins-source/callbackcounter/Makefile
  647. config.status:1054: creating test/plugins-source/symuser/Makefile
  648. config.status:1054: creating test/plugins-source/symprovider/Makefile
  649. config.status:1054: creating examples/Makefile
  650. config.status:1054: creating examples/cpfile/Makefile
  651. config.status:1054: creating examples/cpfile/cpfile
  652. config.status:1054: creating examples/cpfile/plugins/Makefile
  653. config.status:1054: creating examples/cpfile/plugins/core/Makefile
  654. config.status:1054: creating examples/cpfile/plugins/special/Makefile
  655. config.status:1054: creating examples/cpfile/plugins/extension/Makefile
  656. config.status:1054: creating examples/cpfile/plugins/cext/Makefile
  657. config.status:1054: creating config.h
  658. config.status:1328: executing po-directories commands
  659. config.status:1328: executing depfiles commands
  660. config.status:1328: executing libtool commands
  661. configure:18152: -----------------------------------------------------------
  662. configure:18154: C-Pluff configuration
  663. configure:18156: release version: 0.1.3
  664. configure:18163: multi-threading support: yes (Posix)
  665. configure:18165: dlopening mechanism: dlopen
  666. configure:18169: localization support: no
  667. configure:18171: use GNU readline library: yes
  668. configure:18178: assertion checks for debugging: no
  669. configure:18180: file name separator character: '/'
  670. configure:18182: compiler and linker settings:
  671. configure:18184: CC='gcc'
  672. configure:18186: CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
  673. configure:18188: CFLAGS='-g -O2'
  674. configure:18190: LDFLAGS=''
  675. configure:18192: LIBS=''
  676. configure:18194: LIBS_LIBCPLUFF='-lexpat -ldl '
  677. configure:18196: LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
  678. configure:18198: LIB_READLINE='-lreadline'
  679. configure:18200: LTLIBINTL=''
  680. configure:18202: -----------------------------------------------------------
  681.  
  682. ## ---------------- ##
  683. ## Cache variables. ##
  684. ## ---------------- ##
  685.  
  686. ac_cv_build=i686-apple-darwin9.8.0
  687. ac_cv_c_compiler_gnu=yes
  688. ac_cv_c_const=yes
  689. ac_cv_env_CC_set=
  690. ac_cv_env_CC_value=
  691. ac_cv_env_CFLAGS_set=
  692. ac_cv_env_CFLAGS_value=
  693. ac_cv_env_CPPFLAGS_set=
  694. ac_cv_env_CPPFLAGS_value=
  695. ac_cv_env_CPP_set=
  696. ac_cv_env_CPP_value=
  697. ac_cv_env_LDFLAGS_set=
  698. ac_cv_env_LDFLAGS_value=
  699. ac_cv_env_LIBS_set=
  700. ac_cv_env_LIBS_value=
  701. ac_cv_env_build_alias_set=
  702. ac_cv_env_build_alias_value=
  703. ac_cv_env_host_alias_set=
  704. ac_cv_env_host_alias_value=
  705. ac_cv_env_target_alias_set=
  706. ac_cv_env_target_alias_value=
  707. ac_cv_func_lstat=yes
  708. ac_cv_func_stat=yes
  709. ac_cv_header_dlfcn_h=yes
  710. ac_cv_header_expat_h=yes
  711. ac_cv_header_inttypes_h=yes
  712. ac_cv_header_memory_h=yes
  713. ac_cv_header_readline_readline_h=yes
  714. ac_cv_header_stdc=yes
  715. ac_cv_header_stdint_h=yes
  716. ac_cv_header_stdlib_h=yes
  717. ac_cv_header_string_h=yes
  718. ac_cv_header_strings_h=yes
  719. ac_cv_header_sys_stat_h=yes
  720. ac_cv_header_sys_types_h=yes
  721. ac_cv_header_unistd_h=yes
  722. ac_cv_host=i686-apple-darwin9.8.0
  723. ac_cv_lib_dl_dlopen=yes
  724. ac_cv_lib_expat_XML_ParseBuffer=yes
  725. ac_cv_lib_readline_add_history=yes
  726. ac_cv_objext=o
  727. ac_cv_path_EGREP='/usr/bin/grep -E'
  728. ac_cv_path_FGREP='/usr/bin/grep -F'
  729. ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
  730. ac_cv_path_GREP=/usr/bin/grep
  731. ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
  732. ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
  733. ac_cv_path_SED=/usr/bin/sed
  734. ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
  735. ac_cv_path_install='/usr/bin/install -c'
  736. ac_cv_prog_AWK=awk
  737. ac_cv_prog_CPP='gcc -E'
  738. ac_cv_prog_ac_ct_AR=ar
  739. ac_cv_prog_ac_ct_CC=gcc
  740. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  741. ac_cv_prog_ac_ct_LIPO=lipo
  742. ac_cv_prog_ac_ct_NMEDIT=nmedit
  743. ac_cv_prog_ac_ct_OBJDUMP=objdump
  744. ac_cv_prog_ac_ct_OTOOL=otool
  745. ac_cv_prog_ac_ct_RANLIB=ranlib
  746. ac_cv_prog_ac_ct_STRIP=strip
  747. ac_cv_prog_cc_c89=
  748. ac_cv_prog_cc_g=yes
  749. ac_cv_prog_cc_gcc_c_o=yes
  750. ac_cv_prog_make_make_set=yes
  751. acl_cv_hardcode_direct=no
  752. acl_cv_hardcode_libdir_flag_spec=
  753. acl_cv_hardcode_libdir_separator=
  754. acl_cv_hardcode_minus_L=no
  755. acl_cv_libext=a
  756. acl_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  757. acl_cv_prog_gnu_ld=no
  758. acl_cv_rpath=done
  759. acl_cv_shlibext=dylib
  760. acl_cv_wl=-Wl,
  761. am_cv_CC_dependencies_compiler_type=gcc3
  762. am_cv_func_iconv=yes
  763. am_cv_lib_iconv=yes
  764. gt_cv_func_CFLocaleCopyCurrent=yes
  765. gt_cv_func_CFPreferencesCopyAppValue=yes
  766. gt_cv_func_gnugettext1_libc=no
  767. gt_cv_func_gnugettext1_libintl=no
  768. lt_cv_apple_cc_single_mod=yes
  769. lt_cv_deplibs_check_method=pass_all
  770. lt_cv_dlopen=dlopen
  771. lt_cv_dlopen_libs=-ldl
  772. lt_cv_dlopen_self=yes
  773. lt_cv_dlopen_self_static=yes
  774. lt_cv_file_magic_cmd='$MAGIC_CMD'
  775. lt_cv_file_magic_test_file=
  776. lt_cv_ld_exported_symbols_list=yes
  777. lt_cv_ld_reload_flag=-r
  778. lt_cv_nm_interface='BSD nm'
  779. lt_cv_objdir=.libs
  780. lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  781. lt_cv_path_NM='/usr/bin/nm -p'
  782. lt_cv_prog_compiler_c_o=yes
  783. lt_cv_prog_compiler_pic_works=yes
  784. lt_cv_prog_compiler_rtti_exceptions=no
  785. lt_cv_prog_compiler_static_works=no
  786. lt_cv_prog_gnu_ld=no
  787. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  788. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  789. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  790. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  791. lt_cv_sys_max_cmd_len=196608
  792.  
  793. ## ----------------- ##
  794. ## Output variables. ##
  795. ## ----------------- ##
  796.  
  797. ACLOCAL='${SHELL} /Users/davilla/Downloads/cpluff-0.1.3/auxliary/missing --run aclocal-1.10'
  798. AMDEPBACKSLASH='\'
  799. AMDEP_FALSE='#'
  800. AMDEP_TRUE=''
  801. AMTAR='${SHELL} /Users/davilla/Downloads/cpluff-0.1.3/auxliary/missing --run tar'
  802. AR='ar'
  803. AS='as'
  804. AUTOCONF='${SHELL} /Users/davilla/Downloads/cpluff-0.1.3/auxliary/missing --run autoconf'
  805. AUTOHEADER='${SHELL} /Users/davilla/Downloads/cpluff-0.1.3/auxliary/missing --run autoheader'
  806. AUTOMAKE='${SHELL} /Users/davilla/Downloads/cpluff-0.1.3/auxliary/missing --run automake-1.10'
  807. AWK='awk'
  808. CC='gcc'
  809. CCDEPMODE='depmode=gcc3'
  810. CFLAGS='-g -O2'
  811. CPLUFF_LOADER='${exec_prefix}/bin/cpluff-loader'
  812. CPP='gcc -E'
  813. CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
  814. CP_CXX_LIB_VERSION='0:0:0'
  815. CP_C_LIB_VERSION='0:3:0'
  816. CP_VERSION_MAJOR='0'
  817. CP_VERSION_MINOR='1'
  818. CYGPATH_W='echo'
  819. DEFS='-DHAVE_CONFIG_H'
  820. DEPDIR='.deps'
  821. DLLTOOL='dlltool'
  822. DSYMUTIL='dsymutil'
  823. DUMPBIN=''
  824. ECHO_C='\c'
  825. ECHO_N=''
  826. ECHO_T=''
  827. EGREP='/usr/bin/grep -E'
  828. EXEEXT=''
  829. FGREP='/usr/bin/grep -F'
  830. GMSGFMT='/opt/local/bin/msgfmt'
  831. GMSGFMT_015='/opt/local/bin/msgfmt'
  832. GREP='/usr/bin/grep'
  833. HAVE_READLINE_FALSE='#'
  834. HAVE_READLINE_TRUE=''
  835. INSTALL_DATA='${INSTALL} -m 644'
  836. INSTALL_PROGRAM='${INSTALL}'
  837. INSTALL_SCRIPT='${INSTALL}'
  838. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  839. INTLLIBS=''
  840. INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
  841. LD='/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld'
  842. LDFLAGS=''
  843. LIBICONV='-liconv'
  844. LIBINTL=''
  845. LIBOBJS=''
  846. LIBS=''
  847. LIBS_LIBCPLUFF='-lexpat -ldl '
  848. LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
  849. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  850. LIB_READLINE='-lreadline'
  851. LIPO='lipo'
  852. LN_S='ln -s'
  853. LTLIBICONV='-liconv'
  854. LTLIBINTL=''
  855. LTLIBOBJS=''
  856. MAKEINFO='${SHELL} /Users/davilla/Downloads/cpluff-0.1.3/auxliary/missing --run makeinfo'
  857. MKDIR_P='auxliary/install-sh -c -d'
  858. MSGFMT='/opt/local/bin/msgfmt'
  859. MSGFMT_015='/opt/local/bin/msgfmt'
  860. MSGMERGE='/opt/local/bin/msgmerge'
  861. NM='/usr/bin/nm -p'
  862. NMEDIT='nmedit'
  863. OBJDUMP='objdump'
  864. OBJEXT='o'
  865. OTOOL64=':'
  866. OTOOL='otool'
  867. PACKAGE='cpluff'
  868. PACKAGE_BUGREPORT='johannes.lehtinen@iki.fi'
  869. PACKAGE_NAME='C-Pluff'
  870. PACKAGE_STRING='C-Pluff 0.1.3'
  871. PACKAGE_TARNAME='cpluff'
  872. PACKAGE_VERSION='0.1.3'
  873. PATH_SEPARATOR=':'
  874. POSIX_THREADS_FALSE='#'
  875. POSIX_THREADS_TRUE=''
  876. POSUB=''
  877. RANLIB='ranlib'
  878. SED='/usr/bin/sed'
  879. SET_MAKE=''
  880. SHELL='/bin/sh'
  881. STRIP='strip'
  882. USE_NLS='no'
  883. VERSION='0.1.3'
  884. WINDOWS_THREADS_FALSE=''
  885. WINDOWS_THREADS_TRUE='#'
  886. XGETTEXT='/opt/local/bin/xgettext'
  887. XGETTEXT_015='/opt/local/bin/xgettext'
  888. ac_ct_CC='gcc'
  889. ac_ct_DUMPBIN=''
  890. am__fastdepCC_FALSE='#'
  891. am__fastdepCC_TRUE=''
  892. am__include='include'
  893. am__isrc=''
  894. am__leading_dot='.'
  895. am__quote=''
  896. am__tar='${AMTAR} chof - "$$tardir"'
  897. am__untar='${AMTAR} xf -'
  898. bindir='${exec_prefix}/bin'
  899. build='i686-apple-darwin9.8.0'
  900. build_alias=''
  901. build_cpu='i686'
  902. build_os='darwin9.8.0'
  903. build_vendor='apple'
  904. datadir='${datarootdir}'
  905. datarootdir='${prefix}/share'
  906. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  907. dvidir='${docdir}'
  908. exec_prefix='${prefix}'
  909. host='i686-apple-darwin9.8.0'
  910. host_alias=''
  911. host_cpu='i686'
  912. host_os='darwin9.8.0'
  913. host_vendor='apple'
  914. htmldir='${docdir}'
  915. includedir='${prefix}/include'
  916. infodir='${datarootdir}/info'
  917. install_sh='$(SHELL) /Users/davilla/Downloads/cpluff-0.1.3/auxliary/install-sh'
  918. libdir='${exec_prefix}/lib'
  919. libexecdir='${exec_prefix}/libexec'
  920. localedir='${datarootdir}/locale'
  921. localstatedir='${prefix}/var'
  922. lt_ECHO='/bin/echo'
  923. mandir='${datarootdir}/man'
  924. mkdir_p='$(top_builddir)/auxliary/install-sh -c -d'
  925. oldincludedir='/usr/include'
  926. pdfdir='${docdir}'
  927. prefix='/usr/local'
  928. program_transform_name='s,x,x,'
  929. psdir='${docdir}'
  930. sbindir='${exec_prefix}/sbin'
  931. sharedstatedir='${prefix}/com'
  932. sysconfdir='${prefix}/etc'
  933. target_alias=''
  934.  
  935. ## ----------- ##
  936. ## confdefs.h. ##
  937. ## ----------- ##
  938.  
  939. #define PACKAGE_NAME "C-Pluff"
  940. #define PACKAGE_TARNAME "cpluff"
  941. #define PACKAGE_VERSION "0.1.3"
  942. #define PACKAGE_STRING "C-Pluff 0.1.3"
  943. #define PACKAGE_BUGREPORT "johannes.lehtinen@iki.fi"
  944. #define CP_ABI_COMPATIBILITY "0.1"
  945. #define PACKAGE "cpluff"
  946. #define VERSION "0.1.3"
  947. #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  948. #define HAVE_CFLOCALECOPYCURRENT 1
  949. #define HAVE_ICONV 1
  950. #define STDC_HEADERS 1
  951. #define HAVE_SYS_TYPES_H 1
  952. #define HAVE_SYS_STAT_H 1
  953. #define HAVE_STDLIB_H 1
  954. #define HAVE_STRING_H 1
  955. #define HAVE_MEMORY_H 1
  956. #define HAVE_STRINGS_H 1
  957. #define HAVE_INTTYPES_H 1
  958. #define HAVE_STDINT_H 1
  959. #define HAVE_UNISTD_H 1
  960. #define HAVE_DLFCN_H 1
  961. #define LT_OBJDIR ".libs/"
  962. #define CP_SHREXT "`test .$module = .yes && echo .so || echo .dylib`"
  963. #define CP_THREADS "Posix"
  964. #define DLOPEN_POSIX /**/
  965. #define HAVE_STAT 1
  966. #define HAVE_LSTAT 1
  967. #define CP_FNAMESEP_CHAR '/'
  968. #define CP_FNAMESEP_STR "/"
  969.  
  970. configure: exit 0
  971. Skunkworks:cpluff-0.1.3 davilla$
  972.  
  973.  
  974. Skunkworks:cpluff-0.1.3 davilla$ make
  975. make all-recursive
  976. Making all in libcpluff
  977. Making all in docsrc
  978. make[3]: Nothing to be done for `all'.
  979. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libcpluff -I../libcpluff -DNDEBUG -I. -DCP_C_API=CP_EXPORT -DCP_HOST="\"i686-apple-darwin9.8.0\"" -DCP_DATADIR="\"/usr/local/share\"" -g -O2 -MT psymbol.lo -MD -MP -MF .deps/psymbol.Tpo -c -o psymbol.lo psymbol.c
  980. ../libtool: line 796: X--tag=CC: command not found
  981. ../libtool: line 829: libtool: ignoring unknown tag : command not found
  982. ../libtool: line 796: X--mode=compile: command not found
  983. ../libtool: line 962: *** Warning: inferring the mode of operation is deprecated.: command not found
  984. ../libtool: line 963: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
  985. ../libtool: line 1106: Xgcc: command not found
  986. ../libtool: line 1106: X-DHAVE_CONFIG_H: command not found
  987. ../libtool: line 1106: X-I.: command not found
  988. ../libtool: line 1106: X-I..: command not found
  989. ../libtool: line 1106: X-I..: command not found
  990. ../libtool: line 1106: X-I../libcpluff: No such file or directory
  991. ../libtool: line 1106: X-I../libcpluff: No such file or directory
  992. ../libtool: line 1106: X-DNDEBUG: command not found
  993. ../libtool: line 1106: X-I.: command not found
  994. ../libtool: line 1106: X-DCP_C_API=CP_EXPORT: command not found
  995. ../libtool: line 1106: X-DCP_HOST="i686-apple-darwin9.8.0": command not found
  996. ../libtool: line 1106: X-DCP_DATADIR="/usr/local/share": No such file or directory
  997. ../libtool: line 1106: X-g: command not found
  998. ../libtool: line 1106: X-O2: command not found
  999. ../libtool: line 1106: X-MT: command not found
  1000. ../libtool: line 1106: Xpsymbol.lo: command not found
  1001. ../libtool: line 1106: X-MD: command not found
  1002. ../libtool: line 1106: X-MP: command not found
  1003. ../libtool: line 1106: X-MF: command not found
  1004. ../libtool: line 1106: X.deps/psymbol.Tpo: No such file or directory
  1005. ../libtool: line 1106: X-c: command not found
  1006. ../libtool: line 1157: Xpsymbol.lo: command not found
  1007. ../libtool: line 1162: libtool: compile: cannot determine name of library object from `': command not found
  1008. make[3]: *** [psymbol.lo] Error 1
  1009. make[2]: *** [all-recursive] Error 1
  1010. make[1]: *** [all-recursive] Error 1
  1011. make: *** [all] Error 2
  1012. Skunkworks:cpluff-0.1.3 davilla$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement