Guest User

Untitled

a guest
Oct 24th, 2017
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.80 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 parcellite configure 1.0.2rc3, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = met.ath.cx
  14. uname -m = i386
  15. uname -r = 8.2-RELEASE
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: .
  31. PATH: /home/jrm/bin
  32. PATH: /usr/local/texlive/2009/bin/i386-freebsd
  33. PATH: /usr/local/sbin
  34. PATH: /usr/sbin
  35. PATH: /sbin
  36. PATH: /usr/local/bin
  37. PATH: /usr/bin
  38. PATH: /bin
  39. PATH: /usr/X11R6/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2316: checking for a BSD-compatible install
  47. configure:2384: result: /usr/local/bin/ginstall -c
  48. configure:2395: checking whether build environment is sane
  49. configure:2445: result: yes
  50. configure:2586: checking for a thread-safe mkdir -p
  51. configure:2625: result: /usr/local/bin/gmkdir -p
  52. configure:2638: checking for gawk
  53. configure:2654: found /usr/local/bin/gawk
  54. configure:2665: result: gawk
  55. configure:2676: checking whether make sets $(MAKE)
  56. configure:2698: result: yes
  57. configure:2810: checking for style of include used by make
  58. configure:2838: result: GNU
  59. configure:2908: checking for gcc
  60. configure:2924: found /usr/bin/gcc
  61. configure:2935: result: gcc
  62. configure:3164: checking for C compiler version
  63. configure:3173: gcc --version >&5
  64. gcc (GCC) 4.2.1 20070719 [FreeBSD]
  65. Copyright (C) 2007 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:3184: $? = 0
  70. configure:3173: gcc -v >&5
  71. Using built-in specs.
  72. Target: i386-undermydesk-freebsd
  73. Configured with: FreeBSD/i386 system compiler
  74. Thread model: posix
  75. gcc version 4.2.1 20070719 [FreeBSD]
  76. configure:3184: $? = 0
  77. configure:3173: gcc -V >&5
  78. gcc: '-V' option must have argument
  79. configure:3184: $? = 1
  80. configure:3173: gcc -qversion >&5
  81. gcc: unrecognized option '-qversion'
  82. gcc: No input files specified
  83. configure:3184: $? = 1
  84. configure:3204: checking whether the C compiler works
  85. configure:3226: gcc conftest.c >&5
  86. configure:3230: $? = 0
  87. configure:3278: result: yes
  88. configure:3281: checking for C compiler default output file name
  89. configure:3283: result: a.out
  90. configure:3289: checking for suffix of executables
  91. configure:3296: gcc -o conftest conftest.c >&5
  92. configure:3300: $? = 0
  93. configure:3322: result:
  94. configure:3344: checking whether we are cross compiling
  95. configure:3352: gcc -o conftest conftest.c >&5
  96. configure:3356: $? = 0
  97. configure:3363: ./conftest
  98. configure:3367: $? = 0
  99. configure:3382: result: no
  100. configure:3387: checking for suffix of object files
  101. configure:3409: gcc -c conftest.c >&5
  102. configure:3413: $? = 0
  103. configure:3434: result: o
  104. configure:3438: checking whether we are using the GNU C compiler
  105. configure:3457: gcc -c conftest.c >&5
  106. configure:3457: $? = 0
  107. configure:3466: result: yes
  108. configure:3475: checking whether gcc accepts -g
  109. configure:3495: gcc -c -g conftest.c >&5
  110. configure:3495: $? = 0
  111. configure:3536: result: yes
  112. configure:3553: checking for gcc option to accept ISO C89
  113. configure:3617: gcc -c -g -O2 conftest.c >&5
  114. configure:3617: $? = 0
  115. configure:3630: result: none needed
  116. configure:3652: checking dependency style of gcc
  117. configure:3762: result: gcc3
  118. configure:3783: checking how to run the C preprocessor
  119. configure:3814: gcc -E conftest.c
  120. configure:3814: $? = 0
  121. configure:3828: gcc -E conftest.c
  122. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  123. configure:3828: $? = 1
  124. configure: failed program was:
  125. | /* confdefs.h */
  126. | #define PACKAGE_NAME "parcellite"
  127. | #define PACKAGE_TARNAME "parcellite"
  128. | #define PACKAGE_VERSION "1.0.2rc3"
  129. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  130. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  131. | #define PACKAGE_URL ""
  132. | #define PACKAGE "parcellite"
  133. | #define VERSION "1.0.2rc3"
  134. | #define GETTEXT_PACKAGE "parcellite"
  135. | /* end confdefs.h. */
  136. | #include <ac_nonexistent.h>
  137. configure:3853: result: gcc -E
  138. configure:3873: gcc -E conftest.c
  139. configure:3873: $? = 0
  140. configure:3887: gcc -E conftest.c
  141. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  142. configure:3887: $? = 1
  143. configure: failed program was:
  144. | /* confdefs.h */
  145. | #define PACKAGE_NAME "parcellite"
  146. | #define PACKAGE_TARNAME "parcellite"
  147. | #define PACKAGE_VERSION "1.0.2rc3"
  148. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  149. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  150. | #define PACKAGE_URL ""
  151. | #define PACKAGE "parcellite"
  152. | #define VERSION "1.0.2rc3"
  153. | #define GETTEXT_PACKAGE "parcellite"
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:3916: checking for grep that handles long lines and -e
  157. configure:3974: result: /usr/bin/grep
  158. configure:3979: checking for egrep
  159. configure:4041: result: /usr/bin/grep -E
  160. configure:4046: checking for ANSI C header files
  161. configure:4066: gcc -c -g -O2 conftest.c >&5
  162. configure:4066: $? = 0
  163. configure:4139: gcc -o conftest -g -O2 conftest.c >&5
  164. configure:4139: $? = 0
  165. configure:4139: ./conftest
  166. configure:4139: $? = 0
  167. configure:4150: result: yes
  168. configure:4163: checking for sys/types.h
  169. configure:4163: gcc -c -g -O2 conftest.c >&5
  170. configure:4163: $? = 0
  171. configure:4163: result: yes
  172. configure:4163: checking for sys/stat.h
  173. configure:4163: gcc -c -g -O2 conftest.c >&5
  174. configure:4163: $? = 0
  175. configure:4163: result: yes
  176. configure:4163: checking for stdlib.h
  177. configure:4163: gcc -c -g -O2 conftest.c >&5
  178. configure:4163: $? = 0
  179. configure:4163: result: yes
  180. configure:4163: checking for string.h
  181. configure:4163: gcc -c -g -O2 conftest.c >&5
  182. configure:4163: $? = 0
  183. configure:4163: result: yes
  184. configure:4163: checking for memory.h
  185. configure:4163: gcc -c -g -O2 conftest.c >&5
  186. configure:4163: $? = 0
  187. configure:4163: result: yes
  188. configure:4163: checking for strings.h
  189. configure:4163: gcc -c -g -O2 conftest.c >&5
  190. configure:4163: $? = 0
  191. configure:4163: result: yes
  192. configure:4163: checking for inttypes.h
  193. configure:4163: gcc -c -g -O2 conftest.c >&5
  194. configure:4163: $? = 0
  195. configure:4163: result: yes
  196. configure:4163: checking for stdint.h
  197. configure:4163: gcc -c -g -O2 conftest.c >&5
  198. configure:4163: $? = 0
  199. configure:4163: result: yes
  200. configure:4163: checking for unistd.h
  201. configure:4163: gcc -c -g -O2 conftest.c >&5
  202. configure:4163: $? = 0
  203. configure:4163: result: yes
  204. configure:4178: checking locale.h usability
  205. configure:4178: gcc -c -g -O2 conftest.c >&5
  206. configure:4178: $? = 0
  207. configure:4178: result: yes
  208. configure:4178: checking locale.h presence
  209. configure:4178: gcc -E conftest.c
  210. configure:4178: $? = 0
  211. configure:4178: result: yes
  212. configure:4178: checking for locale.h
  213. configure:4178: result: yes
  214. configure:4189: checking for LC_MESSAGES
  215. configure:4205: gcc -o conftest -g -O2 conftest.c >&5
  216. configure:4205: $? = 0
  217. configure:4213: result: yes
  218. configure:4230: checking libintl.h usability
  219. configure:4230: gcc -c -g -O2 conftest.c >&5
  220. conftest.c:57:21: error: libintl.h: No such file or directory
  221. configure:4230: $? = 1
  222. configure: failed program was:
  223. | /* confdefs.h */
  224. | #define PACKAGE_NAME "parcellite"
  225. | #define PACKAGE_TARNAME "parcellite"
  226. | #define PACKAGE_VERSION "1.0.2rc3"
  227. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  228. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  229. | #define PACKAGE_URL ""
  230. | #define PACKAGE "parcellite"
  231. | #define VERSION "1.0.2rc3"
  232. | #define GETTEXT_PACKAGE "parcellite"
  233. | #define STDC_HEADERS 1
  234. | #define HAVE_SYS_TYPES_H 1
  235. | #define HAVE_SYS_STAT_H 1
  236. | #define HAVE_STDLIB_H 1
  237. | #define HAVE_STRING_H 1
  238. | #define HAVE_MEMORY_H 1
  239. | #define HAVE_STRINGS_H 1
  240. | #define HAVE_INTTYPES_H 1
  241. | #define HAVE_STDINT_H 1
  242. | #define HAVE_UNISTD_H 1
  243. | #define HAVE_LOCALE_H 1
  244. | #define HAVE_LC_MESSAGES 1
  245. | /* end confdefs.h. */
  246. | #include <stdio.h>
  247. | #ifdef HAVE_SYS_TYPES_H
  248. | # include <sys/types.h>
  249. | #endif
  250. | #ifdef HAVE_SYS_STAT_H
  251. | # include <sys/stat.h>
  252. | #endif
  253. | #ifdef STDC_HEADERS
  254. | # include <stdlib.h>
  255. | # include <stddef.h>
  256. | #else
  257. | # ifdef HAVE_STDLIB_H
  258. | # include <stdlib.h>
  259. | # endif
  260. | #endif
  261. | #ifdef HAVE_STRING_H
  262. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  263. | # include <memory.h>
  264. | # endif
  265. | # include <string.h>
  266. | #endif
  267. | #ifdef HAVE_STRINGS_H
  268. | # include <strings.h>
  269. | #endif
  270. | #ifdef HAVE_INTTYPES_H
  271. | # include <inttypes.h>
  272. | #endif
  273. | #ifdef HAVE_STDINT_H
  274. | # include <stdint.h>
  275. | #endif
  276. | #ifdef HAVE_UNISTD_H
  277. | # include <unistd.h>
  278. | #endif
  279. | #include <libintl.h>
  280. configure:4230: result: no
  281. configure:4230: checking libintl.h presence
  282. configure:4230: gcc -E conftest.c
  283. conftest.c:24:21: error: libintl.h: No such file or directory
  284. configure:4230: $? = 1
  285. configure: failed program was:
  286. | /* confdefs.h */
  287. | #define PACKAGE_NAME "parcellite"
  288. | #define PACKAGE_TARNAME "parcellite"
  289. | #define PACKAGE_VERSION "1.0.2rc3"
  290. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  291. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  292. | #define PACKAGE_URL ""
  293. | #define PACKAGE "parcellite"
  294. | #define VERSION "1.0.2rc3"
  295. | #define GETTEXT_PACKAGE "parcellite"
  296. | #define STDC_HEADERS 1
  297. | #define HAVE_SYS_TYPES_H 1
  298. | #define HAVE_SYS_STAT_H 1
  299. | #define HAVE_STDLIB_H 1
  300. | #define HAVE_STRING_H 1
  301. | #define HAVE_MEMORY_H 1
  302. | #define HAVE_STRINGS_H 1
  303. | #define HAVE_INTTYPES_H 1
  304. | #define HAVE_STDINT_H 1
  305. | #define HAVE_UNISTD_H 1
  306. | #define HAVE_LOCALE_H 1
  307. | #define HAVE_LC_MESSAGES 1
  308. | /* end confdefs.h. */
  309. | #include <libintl.h>
  310. configure:4230: result: no
  311. configure:4230: checking for libintl.h
  312. configure:4230: result: no
  313. configure:4880: checking whether NLS is requested
  314. configure:4889: result: yes
  315. configure:4904: checking for intltool >= 0.23
  316. configure:4911: result: 0.37.1 found
  317. configure:4919: checking for intltool-update
  318. configure:4937: found ./intltool-update
  319. configure:4949: result: ./intltool-update
  320. configure:4959: checking for intltool-merge
  321. configure:4977: found ./intltool-merge
  322. configure:4989: result: ./intltool-merge
  323. configure:4999: checking for intltool-extract
  324. configure:5017: found ./intltool-extract
  325. configure:5029: result: ./intltool-extract
  326. configure:5160: checking for xgettext
  327. configure:5178: found /usr/local/bin/xgettext
  328. configure:5190: result: /usr/local/bin/xgettext
  329. configure:5200: checking for msgmerge
  330. configure:5218: found /usr/local/bin/msgmerge
  331. configure:5230: result: /usr/local/bin/msgmerge
  332. configure:5240: checking for msgfmt
  333. configure:5258: found /usr/local/bin/msgfmt
  334. configure:5270: result: /usr/local/bin/msgfmt
  335. configure:5280: checking for gmsgfmt
  336. configure:5311: result: /usr/local/bin/msgfmt
  337. configure:5331: checking for perl
  338. configure:5349: found /usr/local/bin/perl
  339. configure:5361: result: /usr/local/bin/perl
  340. configure:5372: checking for perl >= 5.8.1
  341. configure:5379: result: 5.14.1
  342. configure:5383: checking for XML::Parser
  343. configure:5386: result: ok
  344. configure:5411: gcc -o conftest -g -O2 conftest.c >&5
  345. /var/tmp//ccmxFSmi.o(.text+0xf): In function `main':
  346. /usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:27: undefined reference to `_nl_msg_cat_cntr'
  347. configure:5411: $? = 1
  348. configure: failed program was:
  349. | /* confdefs.h */
  350. | #define PACKAGE_NAME "parcellite"
  351. | #define PACKAGE_TARNAME "parcellite"
  352. | #define PACKAGE_VERSION "1.0.2rc3"
  353. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  354. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  355. | #define PACKAGE_URL ""
  356. | #define PACKAGE "parcellite"
  357. | #define VERSION "1.0.2rc3"
  358. | #define GETTEXT_PACKAGE "parcellite"
  359. | #define STDC_HEADERS 1
  360. | #define HAVE_SYS_TYPES_H 1
  361. | #define HAVE_SYS_STAT_H 1
  362. | #define HAVE_STDLIB_H 1
  363. | #define HAVE_STRING_H 1
  364. | #define HAVE_MEMORY_H 1
  365. | #define HAVE_STRINGS_H 1
  366. | #define HAVE_INTTYPES_H 1
  367. | #define HAVE_STDINT_H 1
  368. | #define HAVE_UNISTD_H 1
  369. | #define HAVE_LOCALE_H 1
  370. | #define HAVE_LC_MESSAGES 1
  371. | /* end confdefs.h. */
  372. |
  373. | int
  374. | main ()
  375. | {
  376. | extern int _nl_msg_cat_cntr;
  377. | return _nl_msg_cat_cntr
  378. | ;
  379. | return 0;
  380. | }
  381. configure:5478: checking for msgfmt
  382. configure:5510: result: /usr/local/bin/msgfmt
  383. configure:5519: checking for gmsgfmt
  384. configure:5550: result: /usr/local/bin/msgfmt
  385. configure:5601: checking for xgettext
  386. configure:5633: result: /usr/local/bin/xgettext
  387. configure:5679: checking for msgmerge
  388. configure:5710: result: /usr/local/bin/msgmerge
  389. configure:5747: checking build system type
  390. configure:5761: result: i386-unknown-freebsd8.2
  391. configure:5781: checking host system type
  392. configure:5794: result: i386-unknown-freebsd8.2
  393. configure:5838: checking for ld used by GCC
  394. configure:5902: result: /usr/bin/ld
  395. configure:5909: checking if the linker (/usr/bin/ld) is GNU ld
  396. configure:5922: result: yes
  397. configure:5929: checking for shared library run path origin
  398. configure:5942: result: done
  399. configure:6514: checking for CFPreferencesCopyAppValue
  400. configure:6532: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  401. conftest.c:24:42: error: CoreFoundation/CFPreferences.h: No such file or directory
  402. conftest.c: In function 'main':
  403. conftest.c:28: error: 'NULL' undeclared (first use in this function)
  404. conftest.c:28: error: (Each undeclared identifier is reported only once
  405. conftest.c:28: error: for each function it appears in.)
  406. configure:6532: $? = 1
  407. configure: failed program was:
  408. | /* confdefs.h */
  409. | #define PACKAGE_NAME "parcellite"
  410. | #define PACKAGE_TARNAME "parcellite"
  411. | #define PACKAGE_VERSION "1.0.2rc3"
  412. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  413. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  414. | #define PACKAGE_URL ""
  415. | #define PACKAGE "parcellite"
  416. | #define VERSION "1.0.2rc3"
  417. | #define GETTEXT_PACKAGE "parcellite"
  418. | #define STDC_HEADERS 1
  419. | #define HAVE_SYS_TYPES_H 1
  420. | #define HAVE_SYS_STAT_H 1
  421. | #define HAVE_STDLIB_H 1
  422. | #define HAVE_STRING_H 1
  423. | #define HAVE_MEMORY_H 1
  424. | #define HAVE_STRINGS_H 1
  425. | #define HAVE_INTTYPES_H 1
  426. | #define HAVE_STDINT_H 1
  427. | #define HAVE_UNISTD_H 1
  428. | #define HAVE_LOCALE_H 1
  429. | #define HAVE_LC_MESSAGES 1
  430. | /* end confdefs.h. */
  431. | #include <CoreFoundation/CFPreferences.h>
  432. | int
  433. | main ()
  434. | {
  435. | CFPreferencesCopyAppValue(NULL, NULL)
  436. | ;
  437. | return 0;
  438. | }
  439. configure:6541: result: no
  440. configure:6548: checking for CFLocaleCopyCurrent
  441. configure:6566: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  442. conftest.c:24:37: error: CoreFoundation/CFLocale.h: No such file or directory
  443. configure:6566: $? = 1
  444. configure: failed program was:
  445. | /* confdefs.h */
  446. | #define PACKAGE_NAME "parcellite"
  447. | #define PACKAGE_TARNAME "parcellite"
  448. | #define PACKAGE_VERSION "1.0.2rc3"
  449. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  450. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  451. | #define PACKAGE_URL ""
  452. | #define PACKAGE "parcellite"
  453. | #define VERSION "1.0.2rc3"
  454. | #define GETTEXT_PACKAGE "parcellite"
  455. | #define STDC_HEADERS 1
  456. | #define HAVE_SYS_TYPES_H 1
  457. | #define HAVE_SYS_STAT_H 1
  458. | #define HAVE_STDLIB_H 1
  459. | #define HAVE_STRING_H 1
  460. | #define HAVE_MEMORY_H 1
  461. | #define HAVE_STRINGS_H 1
  462. | #define HAVE_INTTYPES_H 1
  463. | #define HAVE_STDINT_H 1
  464. | #define HAVE_UNISTD_H 1
  465. | #define HAVE_LOCALE_H 1
  466. | #define HAVE_LC_MESSAGES 1
  467. | /* end confdefs.h. */
  468. | #include <CoreFoundation/CFLocale.h>
  469. | int
  470. | main ()
  471. | {
  472. | CFLocaleCopyCurrent();
  473. | ;
  474. | return 0;
  475. | }
  476. configure:6575: result: no
  477. configure:6624: checking for GNU gettext in libc
  478. configure:6644: gcc -o conftest -g -O2 conftest.c >&5
  479. conftest.c:24:21: error: libintl.h: No such file or directory
  480. conftest.c: In function 'main':
  481. conftest.c:32: warning: incompatible implicit declaration of built-in function 'gettext'
  482. configure:6644: $? = 1
  483. configure: failed program was:
  484. | /* confdefs.h */
  485. | #define PACKAGE_NAME "parcellite"
  486. | #define PACKAGE_TARNAME "parcellite"
  487. | #define PACKAGE_VERSION "1.0.2rc3"
  488. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  489. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  490. | #define PACKAGE_URL ""
  491. | #define PACKAGE "parcellite"
  492. | #define VERSION "1.0.2rc3"
  493. | #define GETTEXT_PACKAGE "parcellite"
  494. | #define STDC_HEADERS 1
  495. | #define HAVE_SYS_TYPES_H 1
  496. | #define HAVE_SYS_STAT_H 1
  497. | #define HAVE_STDLIB_H 1
  498. | #define HAVE_STRING_H 1
  499. | #define HAVE_MEMORY_H 1
  500. | #define HAVE_STRINGS_H 1
  501. | #define HAVE_INTTYPES_H 1
  502. | #define HAVE_STDINT_H 1
  503. | #define HAVE_UNISTD_H 1
  504. | #define HAVE_LOCALE_H 1
  505. | #define HAVE_LC_MESSAGES 1
  506. | /* end confdefs.h. */
  507. | #include <libintl.h>
  508. |
  509. | extern int _nl_msg_cat_cntr;
  510. | extern int *_nl_domain_bindings;
  511. | int
  512. | main ()
  513. | {
  514. | bindtextdomain ("", "");
  515. | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
  516. | ;
  517. | return 0;
  518. | }
  519. configure:6653: result: no
  520. configure:6687: checking for iconv
  521. configure:6709: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5
  522. /var/tmp//cckRTfYb.o(.text+0x26): In function `main':
  523. /usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:29: undefined reference to `libiconv_open'
  524. /var/tmp//cckRTfYb.o(.text+0x50):/usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:30: undefined reference to `libiconv'
  525. /var/tmp//cckRTfYb.o(.text+0x58):/usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:31: undefined reference to `libiconv_close'
  526. configure:6709: $? = 1
  527. configure: failed program was:
  528. | /* confdefs.h */
  529. | #define PACKAGE_NAME "parcellite"
  530. | #define PACKAGE_TARNAME "parcellite"
  531. | #define PACKAGE_VERSION "1.0.2rc3"
  532. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  533. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  534. | #define PACKAGE_URL ""
  535. | #define PACKAGE "parcellite"
  536. | #define VERSION "1.0.2rc3"
  537. | #define GETTEXT_PACKAGE "parcellite"
  538. | #define STDC_HEADERS 1
  539. | #define HAVE_SYS_TYPES_H 1
  540. | #define HAVE_SYS_STAT_H 1
  541. | #define HAVE_STDLIB_H 1
  542. | #define HAVE_STRING_H 1
  543. | #define HAVE_MEMORY_H 1
  544. | #define HAVE_STRINGS_H 1
  545. | #define HAVE_INTTYPES_H 1
  546. | #define HAVE_STDINT_H 1
  547. | #define HAVE_UNISTD_H 1
  548. | #define HAVE_LOCALE_H 1
  549. | #define HAVE_LC_MESSAGES 1
  550. | /* end confdefs.h. */
  551. | #include <stdlib.h>
  552. | #include <iconv.h>
  553. | int
  554. | main ()
  555. | {
  556. | iconv_t cd = iconv_open("","");
  557. | iconv(cd,NULL,NULL,NULL,NULL);
  558. | iconv_close(cd);
  559. | ;
  560. | return 0;
  561. | }
  562. configure:6731: gcc -o conftest -g -O2 -I/usr/local/include conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
  563. configure:6731: $? = 0
  564. configure:6741: result: yes
  565. configure:6744: checking for working iconv
  566. configure:6839: gcc -o conftest -g -O2 -I/usr/local/include conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
  567. conftest.c: In function 'main':
  568. conftest.c:43: warning: passing argument 2 of 'libiconv' from incompatible pointer type
  569. conftest.c:62: warning: passing argument 2 of 'libiconv' from incompatible pointer type
  570. configure:6839: $? = 0
  571. configure:6839: ./conftest
  572. configure:6839: $? = 0
  573. configure:6851: result: yes
  574. configure:6866: checking how to link with libiconv
  575. configure:6868: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
  576. configure:7340: checking for GNU gettext in libintl
  577. configure:7368: gcc -o conftest -g -O2 -I/usr/local/include conftest.c /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
  578. configure:7368: $? = 0
  579. configure:7409: result: yes
  580. configure:7444: checking whether to use NLS
  581. configure:7446: result: yes
  582. configure:7449: checking where the gettext function comes from
  583. configure:7460: result: external libintl
  584. configure:7468: checking how to link with libintl
  585. configure:7470: result: /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
  586. configure:7575: checking for gcc
  587. configure:7602: result: gcc
  588. configure:7831: checking for C compiler version
  589. configure:7840: gcc --version >&5
  590. gcc (GCC) 4.2.1 20070719 [FreeBSD]
  591. Copyright (C) 2007 Free Software Foundation, Inc.
  592. This is free software; see the source for copying conditions. There is NO
  593. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  594.  
  595. configure:7851: $? = 0
  596. configure:7840: gcc -v >&5
  597. Using built-in specs.
  598. Target: i386-undermydesk-freebsd
  599. Configured with: FreeBSD/i386 system compiler
  600. Thread model: posix
  601. gcc version 4.2.1 20070719 [FreeBSD]
  602. configure:7851: $? = 0
  603. configure:7840: gcc -V >&5
  604. gcc: '-V' option must have argument
  605. configure:7851: $? = 1
  606. configure:7840: gcc -qversion >&5
  607. gcc: unrecognized option '-qversion'
  608. gcc: No input files specified
  609. configure:7851: $? = 1
  610. configure:7855: checking whether we are using the GNU C compiler
  611. configure:7883: result: yes
  612. configure:7892: checking whether gcc accepts -g
  613. configure:7953: result: yes
  614. configure:7970: checking for gcc option to accept ISO C89
  615. configure:8047: result: none needed
  616. configure:8069: checking dependency style of gcc
  617. configure:8179: result: gcc3
  618. configure:8195: checking whether make sets $(MAKE)
  619. configure:8217: result: yes
  620. configure:8228: checking for memset
  621. configure:8228: gcc -o conftest -g -O2 -I/usr/local/include conftest.c >&5
  622. conftest.c:51: warning: conflicting types for built-in function 'memset'
  623. configure:8228: $? = 0
  624. configure:8228: result: yes
  625. configure:8290: checking for pkg-config
  626. configure:8308: found /usr/local/bin/pkg-config
  627. configure:8320: result: /usr/local/bin/pkg-config
  628. configure:8345: checking pkg-config is at least version 0.20
  629. configure:8348: result: yes
  630. configure:8364: checking for GTK
  631. configure:8371: $PKG_CONFIG --exists --print-errors "$pkg_modules"
  632. configure:8374: $? = 0
  633. configure:8387: $PKG_CONFIG --exists --print-errors "$pkg_modules"
  634. configure:8390: $? = 0
  635. configure:8447: result: yes
  636. configure:8457: checking for gtk_status_icon_new in -lgtk-x11-2.0
  637. configure:8482: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lgtk-x11-2.0 >&5
  638. /usr/bin/ld: cannot find -lgtk-x11-2.0
  639. configure:8482: $? = 1
  640. configure: failed program was:
  641. | /* confdefs.h */
  642. | #define PACKAGE_NAME "parcellite"
  643. | #define PACKAGE_TARNAME "parcellite"
  644. | #define PACKAGE_VERSION "1.0.2rc3"
  645. | #define PACKAGE_STRING "parcellite 1.0.2rc3"
  646. | #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  647. | #define PACKAGE_URL ""
  648. | #define PACKAGE "parcellite"
  649. | #define VERSION "1.0.2rc3"
  650. | #define GETTEXT_PACKAGE "parcellite"
  651. | #define STDC_HEADERS 1
  652. | #define HAVE_SYS_TYPES_H 1
  653. | #define HAVE_SYS_STAT_H 1
  654. | #define HAVE_STDLIB_H 1
  655. | #define HAVE_STRING_H 1
  656. | #define HAVE_MEMORY_H 1
  657. | #define HAVE_STRINGS_H 1
  658. | #define HAVE_INTTYPES_H 1
  659. | #define HAVE_STDINT_H 1
  660. | #define HAVE_UNISTD_H 1
  661. | #define HAVE_LOCALE_H 1
  662. | #define HAVE_LC_MESSAGES 1
  663. | #define HAVE_ICONV 1
  664. | #define ENABLE_NLS 1
  665. | #define HAVE_GETTEXT 1
  666. | #define HAVE_DCGETTEXT 1
  667. | #define HAVE_MEMSET 1
  668. | /* end confdefs.h. */
  669. |
  670. | /* Override any GCC internal prototype to avoid an error.
  671. | Use char because int might match the return type of a GCC
  672. | builtin and then its argument prototype would still apply. */
  673. | #ifdef __cplusplus
  674. | extern "C"
  675. | #endif
  676. | char gtk_status_icon_new ();
  677. | int
  678. | main ()
  679. | {
  680. | return gtk_status_icon_new ();
  681. | ;
  682. | return 0;
  683. | }
  684. configure:8492: result: no
  685. configure:8502: error: Requirement not met: gtk >= 2.10.0
  686.  
  687. ## ---------------- ##
  688. ## Cache variables. ##
  689. ## ---------------- ##
  690.  
  691. ac_cv_build=i386-unknown-freebsd8.2
  692. ac_cv_c_compiler_gnu=yes
  693. ac_cv_env_CC_set=''
  694. ac_cv_env_CC_value=''
  695. ac_cv_env_CFLAGS_set=''
  696. ac_cv_env_CFLAGS_value=''
  697. ac_cv_env_CPPFLAGS_set=''
  698. ac_cv_env_CPPFLAGS_value=''
  699. ac_cv_env_CPP_set=''
  700. ac_cv_env_CPP_value=''
  701. ac_cv_env_GTK_CFLAGS_set=''
  702. ac_cv_env_GTK_CFLAGS_value=''
  703. ac_cv_env_GTK_LIBS_set=''
  704. ac_cv_env_GTK_LIBS_value=''
  705. ac_cv_env_LDFLAGS_set=''
  706. ac_cv_env_LDFLAGS_value=''
  707. ac_cv_env_LIBS_set=''
  708. ac_cv_env_LIBS_value=''
  709. ac_cv_env_PKG_CONFIG_LIBDIR_set=''
  710. ac_cv_env_PKG_CONFIG_LIBDIR_value=''
  711. ac_cv_env_PKG_CONFIG_PATH_set=''
  712. ac_cv_env_PKG_CONFIG_PATH_value=''
  713. ac_cv_env_PKG_CONFIG_set=''
  714. ac_cv_env_PKG_CONFIG_value=''
  715. ac_cv_env_XMKMF_set=''
  716. ac_cv_env_XMKMF_value=''
  717. ac_cv_env_build_alias_set=''
  718. ac_cv_env_build_alias_value=''
  719. ac_cv_env_host_alias_set=''
  720. ac_cv_env_host_alias_value=''
  721. ac_cv_env_target_alias_set=''
  722. ac_cv_env_target_alias_value=''
  723. ac_cv_func_memset=yes
  724. ac_cv_header_inttypes_h=yes
  725. ac_cv_header_libintl_h=no
  726. ac_cv_header_locale_h=yes
  727. ac_cv_header_memory_h=yes
  728. ac_cv_header_stdc=yes
  729. ac_cv_header_stdint_h=yes
  730. ac_cv_header_stdlib_h=yes
  731. ac_cv_header_string_h=yes
  732. ac_cv_header_strings_h=yes
  733. ac_cv_header_sys_stat_h=yes
  734. ac_cv_header_sys_types_h=yes
  735. ac_cv_header_unistd_h=yes
  736. ac_cv_host=i386-unknown-freebsd8.2
  737. ac_cv_lib_gtk_x11_2_0___gtk_status_icon_new=no
  738. ac_cv_objext=o
  739. ac_cv_path_EGREP='/usr/bin/grep -E'
  740. ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
  741. ac_cv_path_GREP=/usr/bin/grep
  742. ac_cv_path_INTLTOOL_EXTRACT=./intltool-extract
  743. ac_cv_path_INTLTOOL_MERGE=./intltool-merge
  744. ac_cv_path_INTLTOOL_PERL=/usr/local/bin/perl
  745. ac_cv_path_INTLTOOL_UPDATE=./intltool-update
  746. ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
  747. ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
  748. ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
  749. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  750. ac_cv_path_install='/usr/local/bin/ginstall -c'
  751. ac_cv_path_mkdir=/usr/local/bin/gmkdir
  752. ac_cv_prog_AWK=gawk
  753. ac_cv_prog_CPP='gcc -E'
  754. ac_cv_prog_ac_ct_CC=gcc
  755. ac_cv_prog_cc_c89=''
  756. ac_cv_prog_cc_g=yes
  757. ac_cv_prog_make_make_set=yes
  758. acl_cv_hardcode_direct=no
  759. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  760. acl_cv_hardcode_libdir_separator=''
  761. acl_cv_hardcode_minus_L=no
  762. acl_cv_libext=a
  763. acl_cv_libname_spec='lib$name'
  764. acl_cv_library_names_spec='$libname$shrext'
  765. acl_cv_path_LD=/usr/bin/ld
  766. acl_cv_prog_gnu_ld=yes
  767. acl_cv_rpath=done
  768. acl_cv_shlibext=so
  769. acl_cv_wl=-Wl,
  770. am_cv_CC_dependencies_compiler_type=gcc3
  771. am_cv_func_iconv=yes
  772. am_cv_func_iconv_works=yes
  773. am_cv_lib_iconv=yes
  774. am_cv_val_LC_MESSAGES=yes
  775. gt_cv_func_CFLocaleCopyCurrent=no
  776. gt_cv_func_CFPreferencesCopyAppValue=no
  777. gt_cv_func_gnugettext1_libc=no
  778. gt_cv_func_gnugettext1_libintl=yes
  779. gt_cv_have_gettext=no
  780. pkg_cv_GTK_CFLAGS='-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/drm '
  781. pkg_cv_GTK_LIBS='-pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 '
  782.  
  783. ## ----------------- ##
  784. ## Output variables. ##
  785. ## ----------------- ##
  786.  
  787. ACLOCAL='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run aclocal-1.11'
  788. ALL_LINGUAS='ca cs da de es fr hu it ja nb pl pl_PL pt_BR ro ru sv tr zh_CN'
  789. AMDEPBACKSLASH='\'
  790. AMDEP_FALSE='#'
  791. AMDEP_TRUE=''
  792. AMTAR='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run tar'
  793. AUTOCONF='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run autoconf'
  794. AUTOHEADER='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run autoheader'
  795. AUTOMAKE='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run automake-1.11'
  796. AWK='gawk'
  797. CATALOGS=''
  798. CATOBJEXT='NONE'
  799. CC='gcc'
  800. CCDEPMODE='depmode=gcc3'
  801. CFLAGS='-g -O2'
  802. CPP='gcc -E'
  803. CPPFLAGS='-I/usr/local/include'
  804. CYGPATH_W='echo'
  805. DATADIRNAME='lib'
  806. DEFS=''
  807. DEPDIR='.deps'
  808. ECHO_C=''
  809. ECHO_N='-n'
  810. ECHO_T=''
  811. EGREP='/usr/bin/grep -E'
  812. EXEEXT=''
  813. GETTEXT_MACRO_VERSION='0.18'
  814. GETTEXT_PACKAGE='parcellite'
  815. GMOFILES=' ca.gmo cs.gmo da.gmo de.gmo es.gmo fr.gmo hu.gmo it.gmo ja.gmo nb.gmo pl.gmo pl_PL.gmo pt_BR.gmo ro.gmo ru.gmo sv.gmo tr.gmo zh_CN.gmo'
  816. GMSGFMT='/usr/local/bin/msgfmt'
  817. GMSGFMT_015='/usr/local/bin/msgfmt'
  818. GREP='/usr/bin/grep'
  819. GTK_CFLAGS='-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/drm '
  820. GTK_LIBS='-lgtk-x11-2.0'
  821. INSTALL_DATA='${INSTALL} -m 644'
  822. INSTALL_PROGRAM='${INSTALL}'
  823. INSTALL_SCRIPT='${INSTALL}'
  824. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  825. INSTOBJEXT=''
  826. INTLLIBS='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
  827. INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  828. INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  829. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  830. INTLTOOL_EXTRACT='./intltool-extract'
  831. INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  832. INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  833. INTLTOOL_MERGE='./intltool-merge'
  834. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  835. INTLTOOL_PERL='/usr/local/bin/perl'
  836. INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  837. INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  838. INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  839. INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  840. INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  841. INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  842. INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  843. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  844. INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  845. INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  846. INTLTOOL_UPDATE='./intltool-update'
  847. INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  848. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  849. INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  850. INTL_MACOSX_LIBS=''
  851. LDFLAGS=''
  852. LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
  853. LIBINTL='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
  854. LIBOBJS=''
  855. LIBS=''
  856. LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib'
  857. LTLIBINTL='-L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib'
  858. LTLIBOBJS=''
  859. MAKEINFO='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run makeinfo'
  860. MKDIR_P='/usr/local/bin/gmkdir -p'
  861. MKINSTALLDIRS='./mkinstalldirs'
  862. MSGFMT='/usr/local/bin/msgfmt'
  863. MSGFMT_015='/usr/local/bin/msgfmt'
  864. MSGFMT_OPTS=''
  865. MSGMERGE='/usr/local/bin/msgmerge'
  866. OBJEXT='o'
  867. PACKAGE='parcellite'
  868. PACKAGE_BUGREPORT='gpib@rickyrockrat.net'
  869. PACKAGE_NAME='parcellite'
  870. PACKAGE_STRING='parcellite 1.0.2rc3'
  871. PACKAGE_TARNAME='parcellite'
  872. PACKAGE_URL=''
  873. PACKAGE_VERSION='1.0.2rc3'
  874. PATH_SEPARATOR=':'
  875. PKG_CONFIG='/usr/local/bin/pkg-config'
  876. PKG_CONFIG_LIBDIR=''
  877. PKG_CONFIG_PATH=''
  878. POFILES=' ca.po cs.po da.po de.po es.po fr.po hu.po it.po ja.po nb.po pl.po pl_PL.po pt_BR.po ro.po ru.po sv.po tr.po zh_CN.po'
  879. POSUB='po'
  880. PO_IN_DATADIR_FALSE=''
  881. PO_IN_DATADIR_TRUE=''
  882. SET_MAKE=''
  883. SHELL='/bin/sh'
  884. STRIP=''
  885. USE_NLS='yes'
  886. VERSION='1.0.2rc3'
  887. XGETTEXT='/usr/local/bin/xgettext'
  888. XGETTEXT_015='/usr/local/bin/xgettext'
  889. XGETTEXT_EXTRA_OPTIONS=''
  890. XMKMF=''
  891. ac_ct_CC='gcc'
  892. am__EXEEXT_FALSE=''
  893. am__EXEEXT_TRUE=''
  894. am__fastdepCC_FALSE='#'
  895. am__fastdepCC_TRUE=''
  896. am__include='include'
  897. am__isrc=''
  898. am__leading_dot='.'
  899. am__quote=''
  900. am__tar='${AMTAR} chof - "$$tardir"'
  901. am__untar='${AMTAR} xf -'
  902. bindir='${exec_prefix}/bin'
  903. build='i386-unknown-freebsd8.2'
  904. build_alias=''
  905. build_cpu='i386'
  906. build_os='freebsd8.2'
  907. build_vendor='unknown'
  908. datadir='${datarootdir}'
  909. datarootdir='${prefix}/share'
  910. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  911. dvidir='${docdir}'
  912. exec_prefix='NONE'
  913. host='i386-unknown-freebsd8.2'
  914. host_alias=''
  915. host_cpu='i386'
  916. host_os='freebsd8.2'
  917. host_vendor='unknown'
  918. htmldir='${docdir}'
  919. includedir='${prefix}/include'
  920. infodir='${datarootdir}/info'
  921. install_sh='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/install-sh'
  922. libdir='${exec_prefix}/lib'
  923. libexecdir='${exec_prefix}/libexec'
  924. localedir='${datarootdir}/locale'
  925. localstatedir='${prefix}/var'
  926. mandir='${datarootdir}/man'
  927. mkdir_p='/usr/local/bin/gmkdir -p'
  928. oldincludedir='/usr/include'
  929. parcellitelocaledir='${prefix}/${DATADIRNAME}/locale'
  930. pdfdir='${docdir}'
  931. prefix='NONE'
  932. program_transform_name='s,x,x,'
  933. psdir='${docdir}'
  934. sbindir='${exec_prefix}/sbin'
  935. sharedstatedir='${prefix}/com'
  936. sysconfdir='${prefix}/etc'
  937. target_alias=''
  938.  
  939. ## ----------- ##
  940. ## confdefs.h. ##
  941. ## ----------- ##
  942.  
  943. /* confdefs.h */
  944. #define PACKAGE_NAME "parcellite"
  945. #define PACKAGE_TARNAME "parcellite"
  946. #define PACKAGE_VERSION "1.0.2rc3"
  947. #define PACKAGE_STRING "parcellite 1.0.2rc3"
  948. #define PACKAGE_BUGREPORT "gpib@rickyrockrat.net"
  949. #define PACKAGE_URL ""
  950. #define PACKAGE "parcellite"
  951. #define VERSION "1.0.2rc3"
  952. #define GETTEXT_PACKAGE "parcellite"
  953. #define STDC_HEADERS 1
  954. #define HAVE_SYS_TYPES_H 1
  955. #define HAVE_SYS_STAT_H 1
  956. #define HAVE_STDLIB_H 1
  957. #define HAVE_STRING_H 1
  958. #define HAVE_MEMORY_H 1
  959. #define HAVE_STRINGS_H 1
  960. #define HAVE_INTTYPES_H 1
  961. #define HAVE_STDINT_H 1
  962. #define HAVE_UNISTD_H 1
  963. #define HAVE_LOCALE_H 1
  964. #define HAVE_LC_MESSAGES 1
  965. #define HAVE_ICONV 1
  966. #define ENABLE_NLS 1
  967. #define HAVE_GETTEXT 1
  968. #define HAVE_DCGETTEXT 1
  969. #define HAVE_MEMSET 1
  970.  
  971. configure: exit 1
Add Comment
Please, Sign In to add comment