Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.30 KB | None | 0 0
  1. bsd01# cat /usr/ports/devel/libtool/work/libtool-2.4/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 GNU Libtool configure 2.4, which was
  6. generated by GNU Autoconf 2.67. Invocation command line was
  7.  
  8. $ ./configure --disable-ltdl-install --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd8.2
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = bsd01.crepinc.com
  15. uname -m = i386
  16. uname -r = 8.2-RELEASE
  17. uname -s = FreeBSD
  18. uname -v = FreeBSD 8.2-RELEASE #0: Fri Nov 25 22:26:14 EST 2011
  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 = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  31. PATH: /sbin
  32. PATH: /bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /usr/games
  36. PATH: /usr/local/sbin
  37. PATH: /usr/local/bin
  38. PATH: /root/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2704: checking for a BSD-compatible install
  46. configure:2772: result: /usr/bin/install -c -o root -g wheel
  47. configure:2783: checking whether build environment is sane
  48. configure:2833: result: yes
  49. configure:2974: checking for a thread-safe mkdir -p
  50. configure:3013: result: libltdl/config/install-sh -c -d
  51. configure:3026: checking for gawk
  52. configure:3056: result: no
  53. configure:3026: checking for mawk
  54. configure:3056: result: no
  55. configure:3026: checking for nawk
  56. configure:3042: found /usr/bin/nawk
  57. configure:3053: result: nawk
  58. configure:3064: checking whether make sets $(MAKE)
  59. configure:3086: result: yes
  60. configure:3180: checking build system type
  61. configure:3194: result: i386-portbld-freebsd8.2
  62. configure:3214: checking host system type
  63. configure:3227: result: i386-portbld-freebsd8.2
  64. configure:3254: autobuild project... GNU Libtool
  65. configure:3260: autobuild revision... 2.4 ()
  66. configure:3265: autobuild hostname... bsd01.crepinc.com
  67. configure:3269: autobuild mode... default
  68. configure:3277: autobuild timestamp... 20111129T154845Z
  69. configure:3376: checking for gcc
  70. configure:3403: result: cc
  71. configure:3632: checking for C compiler version
  72. configure:3641: cc --version >&5
  73. cc (GCC) 4.2.1 20070719 [FreeBSD]
  74. Copyright (C) 2007 Free Software Foundation, Inc.
  75. This is free software; see the source for copying conditions. There is NO
  76. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  77.  
  78. configure:3652: $? = 0
  79. configure:3641: cc -v >&5
  80. Using built-in specs.
  81. Target: i386-undermydesk-freebsd
  82. Configured with: FreeBSD/i386 system compiler
  83. Thread model: posix
  84. gcc version 4.2.1 20070719 [FreeBSD]
  85. configure:3652: $? = 0
  86. configure:3641: cc -V >&5
  87. cc: '-V' option must have argument
  88. configure:3652: $? = 1
  89. configure:3641: cc -qversion >&5
  90. cc: unrecognized option '-qversion'
  91. cc: No input files specified
  92. configure:3652: $? = 1
  93. configure:3672: checking whether the C compiler works
  94. configure:3694: cc -O2 -pipe -fno-strict-aliasing conftest.c >&5
  95. configure:3698: $? = 0
  96. configure:3746: result: yes
  97. configure:3749: checking for C compiler default output file name
  98. configure:3751: result: a.out
  99. configure:3757: checking for suffix of executables
  100. configure:3764: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  101. configure:3768: $? = 0
  102. configure:3790: result:
  103. configure:3812: checking whether we are cross compiling
  104. configure:3820: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  105. configure:3824: $? = 0
  106. configure:3831: ./conftest
  107. configure:3835: $? = 0
  108. configure:3850: result: no
  109. configure:3855: checking for suffix of object files
  110. configure:3877: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  111. configure:3881: $? = 0
  112. configure:3902: result: o
  113. configure:3906: checking whether we are using the GNU C compiler
  114. configure:3925: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  115. configure:3925: $? = 0
  116. configure:3934: result: yes
  117. configure:3943: checking whether cc accepts -g
  118. configure:3963: cc -c -g conftest.c >&5
  119. configure:3963: $? = 0
  120. configure:4004: result: yes
  121. configure:4021: checking for cc option to accept ISO C89
  122. configure:4085: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  123. configure:4085: $? = 0
  124. configure:4098: result: none needed
  125. configure:4129: checking for style of include used by make
  126. configure:4157: result: GNU
  127. configure:4182: checking dependency style of cc
  128. configure:4292: result: gcc3
  129. configure:4311: checking whether cc understands -c and -o together
  130. configure:4339: cc -c conftest.c -o conftest2.o >&5
  131. configure:4343: $? = 0
  132. configure:4349: cc -c conftest.c -o conftest2.o >&5
  133. configure:4353: $? = 0
  134. configure:4408: result: yes
  135. configure:4438: checking how to run the C preprocessor
  136. configure:4508: result: cpp
  137. configure:4528: cpp conftest.c
  138. configure:4528: $? = 0
  139. configure:4542: cpp conftest.c
  140. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  141. configure:4542: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h */
  144. | #define PACKAGE_NAME "GNU Libtool"
  145. | #define PACKAGE_TARNAME "libtool"
  146. | #define PACKAGE_VERSION "2.4"
  147. | #define PACKAGE_STRING "GNU Libtool 2.4"
  148. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  149. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  150. | #define PACKAGE "libtool"
  151. | #define VERSION "2.4"
  152. | /* end confdefs.h. */
  153. | #include <ac_nonexistent.h>
  154. configure:4620: checking how to print strings
  155. configure:4647: result: printf
  156. configure:4668: checking for a sed that does not truncate output
  157. configure:4732: result: /usr/bin/sed
  158. configure:4750: checking for grep that handles long lines and -e
  159. configure:4808: result: /usr/bin/grep
  160. configure:4813: checking for egrep
  161. configure:4875: result: /usr/bin/grep -E
  162. configure:4880: checking for fgrep
  163. configure:4942: result: /usr/bin/grep -F
  164. configure:4977: checking for ld used by cc
  165. configure:5044: result: /usr/bin/ld
  166. configure:5051: checking if the linker (/usr/bin/ld) is GNU ld
  167. configure:5066: result: yes
  168. configure:5078: checking for BSD- or MS-compatible name lister (nm)
  169. configure:5127: result: /usr/bin/nm -B
  170. configure:5257: checking the name lister (/usr/bin/nm -B) interface
  171. configure:5264: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  172. configure:5267: /usr/bin/nm -B "conftest.o"
  173. configure:5270: output
  174. 00000000 B some_variable
  175. configure:5277: result: BSD nm
  176. configure:5280: checking whether ln -s works
  177. configure:5284: result: yes
  178. configure:5292: checking the maximum length of command line arguments
  179. configure:5417: result: 262144
  180. configure:5434: checking whether the shell understands some XSI constructs
  181. configure:5444: result: yes
  182. configure:5448: checking whether the shell understands "+="
  183. configure:5454: result: no
  184. configure:5489: checking how to convert i386-portbld-freebsd8.2 file names to i386-portbld-freebsd8.2 format
  185. configure:5529: result: func_convert_file_noop
  186. configure:5536: checking how to convert i386-portbld-freebsd8.2 file names to toolchain format
  187. configure:5556: result: func_convert_file_noop
  188. configure:5563: checking for /usr/bin/ld option to reload object files
  189. configure:5570: result: -r
  190. configure:5644: checking for objdump
  191. configure:5660: found /usr/bin/objdump
  192. configure:5671: result: objdump
  193. configure:5700: checking how to recognize dependent libraries
  194. configure:5902: result: pass_all
  195. configure:5987: checking for dlltool
  196. configure:6017: result: no
  197. configure:6044: checking how to associate runtime and link libraries
  198. configure:6071: result: printf %s\n
  199. configure:6132: checking for ar
  200. configure:6148: found /usr/bin/ar
  201. configure:6159: result: ar
  202. configure:6196: checking for archiver @FILE support
  203. configure:6213: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  204. configure:6213: $? = 0
  205. configure:6216: ar cru libconftest.a @conftest.lst >&5
  206. ar: warning: can't open file: @conftest.lst: No such file or directory
  207. configure:6219: $? = 0
  208. configure:6224: ar cru libconftest.a @conftest.lst >&5
  209. ar: warning: can't open file: @conftest.lst: No such file or directory
  210. configure:6227: $? = 0
  211. configure:6239: result: no
  212. configure:6297: checking for strip
  213. configure:6313: found /usr/bin/strip
  214. configure:6324: result: strip
  215. configure:6396: checking for ranlib
  216. configure:6412: found /usr/bin/ranlib
  217. configure:6423: result: ranlib
  218. configure:6525: checking command to parse /usr/bin/nm -B output from cc object
  219. configure:6644: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  220. configure:6647: $? = 0
  221. configure:6651: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  222. configure:6654: $? = 0
  223. configure:6720: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c conftstm.o >&5
  224. configure:6723: $? = 0
  225. configure:6761: result: ok
  226. configure:6798: checking for sysroot
  227. configure:6828: result: no
  228. configure:7071: checking for mt
  229. configure:7087: found /usr/bin/mt
  230. configure:7098: result: mt
  231. configure:7121: checking if mt is a manifest tool
  232. configure:7127: mt '-?'
  233. mt: illegal option -- ?
  234. usage: mt [-f device] command [count]
  235. configure:7135: result: no
  236. configure:7763: checking for ANSI C header files
  237. configure:7783: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  238. configure:7783: $? = 0
  239. configure:7856: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  240. configure:7856: $? = 0
  241. configure:7856: ./conftest
  242. configure:7856: $? = 0
  243. configure:7867: result: yes
  244. configure:7880: checking for sys/types.h
  245. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  246. configure:7880: $? = 0
  247. configure:7880: result: yes
  248. configure:7880: checking for sys/stat.h
  249. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  250. configure:7880: $? = 0
  251. configure:7880: result: yes
  252. configure:7880: checking for stdlib.h
  253. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  254. configure:7880: $? = 0
  255. configure:7880: result: yes
  256. configure:7880: checking for string.h
  257. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  258. configure:7880: $? = 0
  259. configure:7880: result: yes
  260. configure:7880: checking for memory.h
  261. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  262. configure:7880: $? = 0
  263. configure:7880: result: yes
  264. configure:7880: checking for strings.h
  265. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  266. configure:7880: $? = 0
  267. configure:7880: result: yes
  268. configure:7880: checking for inttypes.h
  269. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  270. configure:7880: $? = 0
  271. configure:7880: result: yes
  272. configure:7880: checking for stdint.h
  273. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  274. configure:7880: $? = 0
  275. configure:7880: result: yes
  276. configure:7880: checking for unistd.h
  277. configure:7880: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  278. configure:7880: $? = 0
  279. configure:7880: result: yes
  280. configure:7894: checking for dlfcn.h
  281. configure:7894: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  282. configure:7894: $? = 0
  283. configure:7894: result: yes
  284. configure:8378: checking for objdir
  285. configure:8393: result: .libs
  286. configure:8664: checking if cc supports -fno-rtti -fno-exceptions
  287. configure:8682: cc -c -O2 -pipe -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5
  288. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  289. configure:8686: $? = 0
  290. configure:8699: result: no
  291. configure:9009: checking for cc option to produce PIC
  292. configure:9016: result: -fPIC -DPIC
  293. configure:9024: checking if cc PIC flag -fPIC -DPIC works
  294. configure:9042: cc -c -O2 -pipe -fno-strict-aliasing -fPIC -DPIC -DPIC conftest.c >&5
  295. configure:9046: $? = 0
  296. configure:9059: result: yes
  297. configure:9088: checking if cc static flag -static works
  298. configure:9116: result: yes
  299. configure:9131: checking if cc supports -c -o file.o
  300. configure:9152: cc -c -O2 -pipe -fno-strict-aliasing -o out/conftest2.o conftest.c >&5
  301. configure:9156: $? = 0
  302. configure:9178: result: yes
  303. configure:9186: checking if cc supports -c -o file.o
  304. configure:9233: result: yes
  305. configure:9266: checking whether the cc linker (/usr/bin/ld) supports shared libraries
  306. configure:10424: result: yes
  307. configure:10461: checking whether -lc should be explicitly linked in
  308. configure:10469: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  309. configure:10472: $? = 0
  310. configure:10487: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  311. configure:10490: $? = 0
  312. configure:10504: result: no
  313. configure:10669: checking dynamic linker characteristics
  314. configure:11405: result: freebsd8.2 ld.so
  315. configure:11512: checking how to hardcode library paths into programs
  316. configure:11537: result: immediate
  317. configure:11631: checking for shl_load
  318. configure:11631: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  319. /var/tmp//ccy9X4o7.o(.text+0x12): In function `main':
  320. : undefined reference to `shl_load'
  321. configure:11631: $? = 1
  322. configure: failed program was:
  323. | /* confdefs.h */
  324. | #define PACKAGE_NAME "GNU Libtool"
  325. | #define PACKAGE_TARNAME "libtool"
  326. | #define PACKAGE_VERSION "2.4"
  327. | #define PACKAGE_STRING "GNU Libtool 2.4"
  328. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  329. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  330. | #define PACKAGE "libtool"
  331. | #define VERSION "2.4"
  332. | #define STDC_HEADERS 1
  333. | #define HAVE_SYS_TYPES_H 1
  334. | #define HAVE_SYS_STAT_H 1
  335. | #define HAVE_STDLIB_H 1
  336. | #define HAVE_STRING_H 1
  337. | #define HAVE_MEMORY_H 1
  338. | #define HAVE_STRINGS_H 1
  339. | #define HAVE_INTTYPES_H 1
  340. | #define HAVE_STDINT_H 1
  341. | #define HAVE_UNISTD_H 1
  342. | #define HAVE_DLFCN_H 1
  343. | #define LT_OBJDIR ".libs/"
  344. | /* end confdefs.h. */
  345. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  346. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  347. | #define shl_load innocuous_shl_load
  348. |
  349. | /* System header to define __stub macros and hopefully few prototypes,
  350. | which can conflict with char shl_load (); below.
  351. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  352. | <limits.h> exists even on freestanding compilers. */
  353. |
  354. | #ifdef __STDC__
  355. | # include <limits.h>
  356. | #else
  357. | # include <assert.h>
  358. | #endif
  359. |
  360. | #undef shl_load
  361. |
  362. | /* Override any GCC internal prototype to avoid an error.
  363. | Use char because int might match the return type of a GCC
  364. | builtin and then its argument prototype would still apply. */
  365. | #ifdef __cplusplus
  366. | extern "C"
  367. | #endif
  368. | char shl_load ();
  369. | /* The GNU C library defines this for functions which it implements
  370. | to always fail with ENOSYS. Some functions are actually named
  371. | something starting with __ and the normal name is an alias. */
  372. | #if defined __stub_shl_load || defined __stub___shl_load
  373. | choke me
  374. | #endif
  375. |
  376. | int
  377. | main ()
  378. | {
  379. | return shl_load ();
  380. | ;
  381. | return 0;
  382. | }
  383. configure:11631: result: no
  384. configure:11635: checking for shl_load in -ldld
  385. configure:11660: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c -ldld >&5
  386. /usr/bin/ld: cannot find -ldld
  387. configure:11660: $? = 1
  388. configure: failed program was:
  389. | /* confdefs.h */
  390. | #define PACKAGE_NAME "GNU Libtool"
  391. | #define PACKAGE_TARNAME "libtool"
  392. | #define PACKAGE_VERSION "2.4"
  393. | #define PACKAGE_STRING "GNU Libtool 2.4"
  394. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  395. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  396. | #define PACKAGE "libtool"
  397. | #define VERSION "2.4"
  398. | #define STDC_HEADERS 1
  399. | #define HAVE_SYS_TYPES_H 1
  400. | #define HAVE_SYS_STAT_H 1
  401. | #define HAVE_STDLIB_H 1
  402. | #define HAVE_STRING_H 1
  403. | #define HAVE_MEMORY_H 1
  404. | #define HAVE_STRINGS_H 1
  405. | #define HAVE_INTTYPES_H 1
  406. | #define HAVE_STDINT_H 1
  407. | #define HAVE_UNISTD_H 1
  408. | #define HAVE_DLFCN_H 1
  409. | #define LT_OBJDIR ".libs/"
  410. | /* end confdefs.h. */
  411. |
  412. | /* Override any GCC internal prototype to avoid an error.
  413. | Use char because int might match the return type of a GCC
  414. | builtin and then its argument prototype would still apply. */
  415. | #ifdef __cplusplus
  416. | extern "C"
  417. | #endif
  418. | char shl_load ();
  419. | int
  420. | main ()
  421. | {
  422. | return shl_load ();
  423. | ;
  424. | return 0;
  425. | }
  426. configure:11669: result: no
  427. configure:11674: checking for dlopen
  428. configure:11674: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  429. configure:11674: $? = 0
  430. configure:11674: result: yes
  431. configure:11831: checking whether a program can dlopen itself
  432. configure:11911: cc -o conftest -O2 -pipe -fno-strict-aliasing -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
  433. configure:11914: $? = 0
  434. configure:11932: result: yes
  435. configure:11937: checking whether a statically linked program can dlopen itself
  436. configure:12017: cc -o conftest -O2 -pipe -fno-strict-aliasing -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c >&5
  437. configure:12020: $? = 0
  438. Service unavailable
  439. configure:12038: result: no
  440. configure:12077: checking whether stripping libraries is possible
  441. configure:12082: result: yes
  442. configure:12117: checking if libtool supports shared libraries
  443. configure:12119: result: yes
  444. configure:12122: checking whether to build shared libraries
  445. configure:12143: result: yes
  446. configure:12146: checking whether to build static libraries
  447. configure:12150: result: yes
  448. configure:12186: checking which extension is used for runtime loadable modules
  449. configure:12196: result: .so
  450. configure:12206: checking which variable specifies run-time module search path
  451. configure:12213: result: LD_LIBRARY_PATH
  452. configure:12223: checking for the default library search path
  453. configure:12230: result: /lib /usr/lib
  454. configure:12260: checking for library containing dlopen
  455. configure:12291: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  456. configure:12291: $? = 0
  457. configure:12308: result: none required
  458. configure:12398: checking for dlerror
  459. configure:12398: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  460. configure:12398: $? = 0
  461. configure:12398: result: yes
  462. configure:12412: checking for shl_load
  463. configure:12412: result: no
  464. configure:12419: checking for shl_load in -ldld
  465. configure:12453: result: no
  466. configure:12499: checking for dld_link in -ldld
  467. configure:12524: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c -ldld >&5
  468. /usr/bin/ld: cannot find -ldld
  469. configure:12524: $? = 1
  470. configure: failed program was:
  471. | /* confdefs.h */
  472. | #define PACKAGE_NAME "GNU Libtool"
  473. | #define PACKAGE_TARNAME "libtool"
  474. | #define PACKAGE_VERSION "2.4"
  475. | #define PACKAGE_STRING "GNU Libtool 2.4"
  476. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  477. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  478. | #define PACKAGE "libtool"
  479. | #define VERSION "2.4"
  480. | #define STDC_HEADERS 1
  481. | #define HAVE_SYS_TYPES_H 1
  482. | #define HAVE_SYS_STAT_H 1
  483. | #define HAVE_STDLIB_H 1
  484. | #define HAVE_STRING_H 1
  485. | #define HAVE_MEMORY_H 1
  486. | #define HAVE_STRINGS_H 1
  487. | #define HAVE_INTTYPES_H 1
  488. | #define HAVE_STDINT_H 1
  489. | #define HAVE_UNISTD_H 1
  490. | #define HAVE_DLFCN_H 1
  491. | #define LT_OBJDIR ".libs/"
  492. | #define LT_MODULE_EXT ".so"
  493. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  494. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  495. | #define HAVE_LIBDL 1
  496. | #define HAVE_DLERROR 1
  497. | /* end confdefs.h. */
  498. |
  499. | /* Override any GCC internal prototype to avoid an error.
  500. | Use char because int might match the return type of a GCC
  501. | builtin and then its argument prototype would still apply. */
  502. | #ifdef __cplusplus
  503. | extern "C"
  504. | #endif
  505. | char dld_link ();
  506. | int
  507. | main ()
  508. | {
  509. | return dld_link ();
  510. | ;
  511. | return 0;
  512. | }
  513. configure:12533: result: no
  514. configure:12567: checking for _ prefix in compiled symbols
  515. configure:12577: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  516. configure:12580: $? = 0
  517. configure:12584: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  518. configure:12587: $? = 0
  519. configure:12609: result: no
  520. configure:12733: checking whether deplibs are loaded by dlopen
  521. configure:12827: result: yes
  522. configure:12839: checking for argz.h
  523. configure:12839: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  524. conftest.c:63:18: error: argz.h: No such file or directory
  525. configure:12839: $? = 1
  526. configure: failed program was:
  527. | /* confdefs.h */
  528. | #define PACKAGE_NAME "GNU Libtool"
  529. | #define PACKAGE_TARNAME "libtool"
  530. | #define PACKAGE_VERSION "2.4"
  531. | #define PACKAGE_STRING "GNU Libtool 2.4"
  532. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  533. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  534. | #define PACKAGE "libtool"
  535. | #define VERSION "2.4"
  536. | #define STDC_HEADERS 1
  537. | #define HAVE_SYS_TYPES_H 1
  538. | #define HAVE_SYS_STAT_H 1
  539. | #define HAVE_STDLIB_H 1
  540. | #define HAVE_STRING_H 1
  541. | #define HAVE_MEMORY_H 1
  542. | #define HAVE_STRINGS_H 1
  543. | #define HAVE_INTTYPES_H 1
  544. | #define HAVE_STDINT_H 1
  545. | #define HAVE_UNISTD_H 1
  546. | #define HAVE_DLFCN_H 1
  547. | #define LT_OBJDIR ".libs/"
  548. | #define LT_MODULE_EXT ".so"
  549. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  550. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  551. | #define HAVE_LIBDL 1
  552. | #define HAVE_DLERROR 1
  553. | #define HAVE_LIBDLLOADER 1
  554. | /* end confdefs.h. */
  555. | #include <stdio.h>
  556. | #ifdef HAVE_SYS_TYPES_H
  557. | # include <sys/types.h>
  558. | #endif
  559. | #ifdef HAVE_SYS_STAT_H
  560. | # include <sys/stat.h>
  561. | #endif
  562. | #ifdef STDC_HEADERS
  563. | # include <stdlib.h>
  564. | # include <stddef.h>
  565. | #else
  566. | # ifdef HAVE_STDLIB_H
  567. | # include <stdlib.h>
  568. | # endif
  569. | #endif
  570. | #ifdef HAVE_STRING_H
  571. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  572. | # include <memory.h>
  573. | # endif
  574. | # include <string.h>
  575. | #endif
  576. | #ifdef HAVE_STRINGS_H
  577. | # include <strings.h>
  578. | #endif
  579. | #ifdef HAVE_INTTYPES_H
  580. | # include <inttypes.h>
  581. | #endif
  582. | #ifdef HAVE_STDINT_H
  583. | # include <stdint.h>
  584. | #endif
  585. | #ifdef HAVE_UNISTD_H
  586. | # include <unistd.h>
  587. | #endif
  588. |
  589. | #include <argz.h>
  590. configure:12839: result: no
  591. configure:12851: checking for error_t
  592. configure:12851: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  593. conftest.c: In function 'main':
  594. conftest.c:36: error: 'error_t' undeclared (first use in this function)
  595. conftest.c:36: error: (Each undeclared identifier is reported only once
  596. conftest.c:36: error: for each function it appears in.)
  597. configure:12851: $? = 1
  598. configure: failed program was:
  599. | /* confdefs.h */
  600. | #define PACKAGE_NAME "GNU Libtool"
  601. | #define PACKAGE_TARNAME "libtool"
  602. | #define PACKAGE_VERSION "2.4"
  603. | #define PACKAGE_STRING "GNU Libtool 2.4"
  604. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  605. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  606. | #define PACKAGE "libtool"
  607. | #define VERSION "2.4"
  608. | #define STDC_HEADERS 1
  609. | #define HAVE_SYS_TYPES_H 1
  610. | #define HAVE_SYS_STAT_H 1
  611. | #define HAVE_STDLIB_H 1
  612. | #define HAVE_STRING_H 1
  613. | #define HAVE_MEMORY_H 1
  614. | #define HAVE_STRINGS_H 1
  615. | #define HAVE_INTTYPES_H 1
  616. | #define HAVE_STDINT_H 1
  617. | #define HAVE_UNISTD_H 1
  618. | #define HAVE_DLFCN_H 1
  619. | #define LT_OBJDIR ".libs/"
  620. | #define LT_MODULE_EXT ".so"
  621. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  622. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  623. | #define HAVE_LIBDL 1
  624. | #define HAVE_DLERROR 1
  625. | #define HAVE_LIBDLLOADER 1
  626. | /* end confdefs.h. */
  627. | #if defined(HAVE_ARGZ_H)
  628. | # include <argz.h>
  629. | #endif
  630. |
  631. | int
  632. | main ()
  633. | {
  634. | if (sizeof (error_t))
  635. | return 0;
  636. | ;
  637. | return 0;
  638. | }
  639. configure:12851: result: no
  640. configure:12877: checking for argz_add
  641. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  642. /var/tmp//cc3sLGTF.o(.text+0x12): In function `main':
  643. : undefined reference to `argz_add'
  644. configure:12877: $? = 1
  645. configure: failed program was:
  646. | /* confdefs.h */
  647. | #define PACKAGE_NAME "GNU Libtool"
  648. | #define PACKAGE_TARNAME "libtool"
  649. | #define PACKAGE_VERSION "2.4"
  650. | #define PACKAGE_STRING "GNU Libtool 2.4"
  651. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  652. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  653. | #define PACKAGE "libtool"
  654. | #define VERSION "2.4"
  655. | #define STDC_HEADERS 1
  656. | #define HAVE_SYS_TYPES_H 1
  657. | #define HAVE_SYS_STAT_H 1
  658. | #define HAVE_STDLIB_H 1
  659. | #define HAVE_STRING_H 1
  660. | #define HAVE_MEMORY_H 1
  661. | #define HAVE_STRINGS_H 1
  662. | #define HAVE_INTTYPES_H 1
  663. | #define HAVE_STDINT_H 1
  664. | #define HAVE_UNISTD_H 1
  665. | #define HAVE_DLFCN_H 1
  666. | #define LT_OBJDIR ".libs/"
  667. | #define LT_MODULE_EXT ".so"
  668. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  669. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  670. | #define HAVE_LIBDL 1
  671. | #define HAVE_DLERROR 1
  672. | #define HAVE_LIBDLLOADER 1
  673. | #define error_t int
  674. | #define __error_t_defined 1
  675. | /* end confdefs.h. */
  676. | /* Define argz_add to an innocuous variant, in case <limits.h> declares argz_add.
  677. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  678. | #define argz_add innocuous_argz_add
  679. |
  680. | /* System header to define __stub macros and hopefully few prototypes,
  681. | which can conflict with char argz_add (); below.
  682. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  683. | <limits.h> exists even on freestanding compilers. */
  684. |
  685. | #ifdef __STDC__
  686. | # include <limits.h>
  687. | #else
  688. | # include <assert.h>
  689. | #endif
  690. |
  691. | #undef argz_add
  692. |
  693. | /* Override any GCC internal prototype to avoid an error.
  694. | Use char because int might match the return type of a GCC
  695. | builtin and then its argument prototype would still apply. */
  696. | #ifdef __cplusplus
  697. | extern "C"
  698. | #endif
  699. | char argz_add ();
  700. | /* The GNU C library defines this for functions which it implements
  701. | to always fail with ENOSYS. Some functions are actually named
  702. | something starting with __ and the normal name is an alias. */
  703. | #if defined __stub_argz_add || defined __stub___argz_add
  704. | choke me
  705. | #endif
  706. |
  707. | int
  708. | main ()
  709. | {
  710. | return argz_add ();
  711. | ;
  712. | return 0;
  713. | }
  714. configure:12877: result: no
  715. configure:12877: checking for argz_append
  716. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  717. /var/tmp//ccolT30K.o(.text+0x12): In function `main':
  718. : undefined reference to `argz_append'
  719. configure:12877: $? = 1
  720. configure: failed program was:
  721. | /* confdefs.h */
  722. | #define PACKAGE_NAME "GNU Libtool"
  723. | #define PACKAGE_TARNAME "libtool"
  724. | #define PACKAGE_VERSION "2.4"
  725. | #define PACKAGE_STRING "GNU Libtool 2.4"
  726. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  727. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  728. | #define PACKAGE "libtool"
  729. | #define VERSION "2.4"
  730. | #define STDC_HEADERS 1
  731. | #define HAVE_SYS_TYPES_H 1
  732. | #define HAVE_SYS_STAT_H 1
  733. | #define HAVE_STDLIB_H 1
  734. | #define HAVE_STRING_H 1
  735. | #define HAVE_MEMORY_H 1
  736. | #define HAVE_STRINGS_H 1
  737. | #define HAVE_INTTYPES_H 1
  738. | #define HAVE_STDINT_H 1
  739. | #define HAVE_UNISTD_H 1
  740. | #define HAVE_DLFCN_H 1
  741. | #define LT_OBJDIR ".libs/"
  742. | #define LT_MODULE_EXT ".so"
  743. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  744. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  745. | #define HAVE_LIBDL 1
  746. | #define HAVE_DLERROR 1
  747. | #define HAVE_LIBDLLOADER 1
  748. | #define error_t int
  749. | #define __error_t_defined 1
  750. | /* end confdefs.h. */
  751. | /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
  752. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  753. | #define argz_append innocuous_argz_append
  754. |
  755. | /* System header to define __stub macros and hopefully few prototypes,
  756. | which can conflict with char argz_append (); below.
  757. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  758. | <limits.h> exists even on freestanding compilers. */
  759. |
  760. | #ifdef __STDC__
  761. | # include <limits.h>
  762. | #else
  763. | # include <assert.h>
  764. | #endif
  765. |
  766. | #undef argz_append
  767. |
  768. | /* Override any GCC internal prototype to avoid an error.
  769. | Use char because int might match the return type of a GCC
  770. | builtin and then its argument prototype would still apply. */
  771. | #ifdef __cplusplus
  772. | extern "C"
  773. | #endif
  774. | char argz_append ();
  775. | /* The GNU C library defines this for functions which it implements
  776. | to always fail with ENOSYS. Some functions are actually named
  777. | something starting with __ and the normal name is an alias. */
  778. | #if defined __stub_argz_append || defined __stub___argz_append
  779. | choke me
  780. | #endif
  781. |
  782. | int
  783. | main ()
  784. | {
  785. | return argz_append ();
  786. | ;
  787. | return 0;
  788. | }
  789. configure:12877: result: no
  790. configure:12877: checking for argz_count
  791. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  792. /var/tmp//ccfk0DkH.o(.text+0x12): In function `main':
  793. : undefined reference to `argz_count'
  794. configure:12877: $? = 1
  795. configure: failed program was:
  796. | /* confdefs.h */
  797. | #define PACKAGE_NAME "GNU Libtool"
  798. | #define PACKAGE_TARNAME "libtool"
  799. | #define PACKAGE_VERSION "2.4"
  800. | #define PACKAGE_STRING "GNU Libtool 2.4"
  801. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  802. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  803. | #define PACKAGE "libtool"
  804. | #define VERSION "2.4"
  805. | #define STDC_HEADERS 1
  806. | #define HAVE_SYS_TYPES_H 1
  807. | #define HAVE_SYS_STAT_H 1
  808. | #define HAVE_STDLIB_H 1
  809. | #define HAVE_STRING_H 1
  810. | #define HAVE_MEMORY_H 1
  811. | #define HAVE_STRINGS_H 1
  812. | #define HAVE_INTTYPES_H 1
  813. | #define HAVE_STDINT_H 1
  814. | #define HAVE_UNISTD_H 1
  815. | #define HAVE_DLFCN_H 1
  816. | #define LT_OBJDIR ".libs/"
  817. | #define LT_MODULE_EXT ".so"
  818. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  819. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  820. | #define HAVE_LIBDL 1
  821. | #define HAVE_DLERROR 1
  822. | #define HAVE_LIBDLLOADER 1
  823. | #define error_t int
  824. | #define __error_t_defined 1
  825. | /* end confdefs.h. */
  826. | /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
  827. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  828. | #define argz_count innocuous_argz_count
  829. |
  830. | /* System header to define __stub macros and hopefully few prototypes,
  831. | which can conflict with char argz_count (); below.
  832. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  833. | <limits.h> exists even on freestanding compilers. */
  834. |
  835. | #ifdef __STDC__
  836. | # include <limits.h>
  837. | #else
  838. | # include <assert.h>
  839. | #endif
  840. |
  841. | #undef argz_count
  842. |
  843. | /* Override any GCC internal prototype to avoid an error.
  844. | Use char because int might match the return type of a GCC
  845. | builtin and then its argument prototype would still apply. */
  846. | #ifdef __cplusplus
  847. | extern "C"
  848. | #endif
  849. | char argz_count ();
  850. | /* The GNU C library defines this for functions which it implements
  851. | to always fail with ENOSYS. Some functions are actually named
  852. | something starting with __ and the normal name is an alias. */
  853. | #if defined __stub_argz_count || defined __stub___argz_count
  854. | choke me
  855. | #endif
  856. |
  857. | int
  858. | main ()
  859. | {
  860. | return argz_count ();
  861. | ;
  862. | return 0;
  863. | }
  864. configure:12877: result: no
  865. configure:12877: checking for argz_create_sep
  866. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  867. /var/tmp//ccxVSACe.o(.text+0x12): In function `main':
  868. : undefined reference to `argz_create_sep'
  869. configure:12877: $? = 1
  870. configure: failed program was:
  871. | /* confdefs.h */
  872. | #define PACKAGE_NAME "GNU Libtool"
  873. | #define PACKAGE_TARNAME "libtool"
  874. | #define PACKAGE_VERSION "2.4"
  875. | #define PACKAGE_STRING "GNU Libtool 2.4"
  876. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  877. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  878. | #define PACKAGE "libtool"
  879. | #define VERSION "2.4"
  880. | #define STDC_HEADERS 1
  881. | #define HAVE_SYS_TYPES_H 1
  882. | #define HAVE_SYS_STAT_H 1
  883. | #define HAVE_STDLIB_H 1
  884. | #define HAVE_STRING_H 1
  885. | #define HAVE_MEMORY_H 1
  886. | #define HAVE_STRINGS_H 1
  887. | #define HAVE_INTTYPES_H 1
  888. | #define HAVE_STDINT_H 1
  889. | #define HAVE_UNISTD_H 1
  890. | #define HAVE_DLFCN_H 1
  891. | #define LT_OBJDIR ".libs/"
  892. | #define LT_MODULE_EXT ".so"
  893. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  894. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  895. | #define HAVE_LIBDL 1
  896. | #define HAVE_DLERROR 1
  897. | #define HAVE_LIBDLLOADER 1
  898. | #define error_t int
  899. | #define __error_t_defined 1
  900. | /* end confdefs.h. */
  901. | /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
  902. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  903. | #define argz_create_sep innocuous_argz_create_sep
  904. |
  905. | /* System header to define __stub macros and hopefully few prototypes,
  906. | which can conflict with char argz_create_sep (); below.
  907. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  908. | <limits.h> exists even on freestanding compilers. */
  909. |
  910. | #ifdef __STDC__
  911. | # include <limits.h>
  912. | #else
  913. | # include <assert.h>
  914. | #endif
  915. |
  916. | #undef argz_create_sep
  917. |
  918. | /* Override any GCC internal prototype to avoid an error.
  919. | Use char because int might match the return type of a GCC
  920. | builtin and then its argument prototype would still apply. */
  921. | #ifdef __cplusplus
  922. | extern "C"
  923. | #endif
  924. | char argz_create_sep ();
  925. | /* The GNU C library defines this for functions which it implements
  926. | to always fail with ENOSYS. Some functions are actually named
  927. | something starting with __ and the normal name is an alias. */
  928. | #if defined __stub_argz_create_sep || defined __stub___argz_create_sep
  929. | choke me
  930. | #endif
  931. |
  932. | int
  933. | main ()
  934. | {
  935. | return argz_create_sep ();
  936. | ;
  937. | return 0;
  938. | }
  939. configure:12877: result: no
  940. configure:12877: checking for argz_insert
  941. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  942. /var/tmp//ccAalMyd.o(.text+0x12): In function `main':
  943. : undefined reference to `argz_insert'
  944. configure:12877: $? = 1
  945. configure: failed program was:
  946. | /* confdefs.h */
  947. | #define PACKAGE_NAME "GNU Libtool"
  948. | #define PACKAGE_TARNAME "libtool"
  949. | #define PACKAGE_VERSION "2.4"
  950. | #define PACKAGE_STRING "GNU Libtool 2.4"
  951. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  952. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  953. | #define PACKAGE "libtool"
  954. | #define VERSION "2.4"
  955. | #define STDC_HEADERS 1
  956. | #define HAVE_SYS_TYPES_H 1
  957. | #define HAVE_SYS_STAT_H 1
  958. | #define HAVE_STDLIB_H 1
  959. | #define HAVE_STRING_H 1
  960. | #define HAVE_MEMORY_H 1
  961. | #define HAVE_STRINGS_H 1
  962. | #define HAVE_INTTYPES_H 1
  963. | #define HAVE_STDINT_H 1
  964. | #define HAVE_UNISTD_H 1
  965. | #define HAVE_DLFCN_H 1
  966. | #define LT_OBJDIR ".libs/"
  967. | #define LT_MODULE_EXT ".so"
  968. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  969. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  970. | #define HAVE_LIBDL 1
  971. | #define HAVE_DLERROR 1
  972. | #define HAVE_LIBDLLOADER 1
  973. | #define error_t int
  974. | #define __error_t_defined 1
  975. | /* end confdefs.h. */
  976. | /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
  977. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  978. | #define argz_insert innocuous_argz_insert
  979. |
  980. | /* System header to define __stub macros and hopefully few prototypes,
  981. | which can conflict with char argz_insert (); below.
  982. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  983. | <limits.h> exists even on freestanding compilers. */
  984. |
  985. | #ifdef __STDC__
  986. | # include <limits.h>
  987. | #else
  988. | # include <assert.h>
  989. | #endif
  990. |
  991. | #undef argz_insert
  992. |
  993. | /* Override any GCC internal prototype to avoid an error.
  994. | Use char because int might match the return type of a GCC
  995. | builtin and then its argument prototype would still apply. */
  996. | #ifdef __cplusplus
  997. | extern "C"
  998. | #endif
  999. | char argz_insert ();
  1000. | /* The GNU C library defines this for functions which it implements
  1001. | to always fail with ENOSYS. Some functions are actually named
  1002. | something starting with __ and the normal name is an alias. */
  1003. | #if defined __stub_argz_insert || defined __stub___argz_insert
  1004. | choke me
  1005. | #endif
  1006. |
  1007. | int
  1008. | main ()
  1009. | {
  1010. | return argz_insert ();
  1011. | ;
  1012. | return 0;
  1013. | }
  1014. configure:12877: result: no
  1015. configure:12877: checking for argz_next
  1016. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1017. /var/tmp//ccUamJwk.o(.text+0x12): In function `main':
  1018. : undefined reference to `argz_next'
  1019. configure:12877: $? = 1
  1020. configure: failed program was:
  1021. | /* confdefs.h */
  1022. | #define PACKAGE_NAME "GNU Libtool"
  1023. | #define PACKAGE_TARNAME "libtool"
  1024. | #define PACKAGE_VERSION "2.4"
  1025. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1026. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1027. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1028. | #define PACKAGE "libtool"
  1029. | #define VERSION "2.4"
  1030. | #define STDC_HEADERS 1
  1031. | #define HAVE_SYS_TYPES_H 1
  1032. | #define HAVE_SYS_STAT_H 1
  1033. | #define HAVE_STDLIB_H 1
  1034. | #define HAVE_STRING_H 1
  1035. | #define HAVE_MEMORY_H 1
  1036. | #define HAVE_STRINGS_H 1
  1037. | #define HAVE_INTTYPES_H 1
  1038. | #define HAVE_STDINT_H 1
  1039. | #define HAVE_UNISTD_H 1
  1040. | #define HAVE_DLFCN_H 1
  1041. | #define LT_OBJDIR ".libs/"
  1042. | #define LT_MODULE_EXT ".so"
  1043. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1044. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1045. | #define HAVE_LIBDL 1
  1046. | #define HAVE_DLERROR 1
  1047. | #define HAVE_LIBDLLOADER 1
  1048. | #define error_t int
  1049. | #define __error_t_defined 1
  1050. | /* end confdefs.h. */
  1051. | /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
  1052. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1053. | #define argz_next innocuous_argz_next
  1054. |
  1055. | /* System header to define __stub macros and hopefully few prototypes,
  1056. | which can conflict with char argz_next (); below.
  1057. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1058. | <limits.h> exists even on freestanding compilers. */
  1059. |
  1060. | #ifdef __STDC__
  1061. | # include <limits.h>
  1062. | #else
  1063. | # include <assert.h>
  1064. | #endif
  1065. |
  1066. | #undef argz_next
  1067. |
  1068. | /* Override any GCC internal prototype to avoid an error.
  1069. | Use char because int might match the return type of a GCC
  1070. | builtin and then its argument prototype would still apply. */
  1071. | #ifdef __cplusplus
  1072. | extern "C"
  1073. | #endif
  1074. | char argz_next ();
  1075. | /* The GNU C library defines this for functions which it implements
  1076. | to always fail with ENOSYS. Some functions are actually named
  1077. | something starting with __ and the normal name is an alias. */
  1078. | #if defined __stub_argz_next || defined __stub___argz_next
  1079. | choke me
  1080. | #endif
  1081. |
  1082. | int
  1083. | main ()
  1084. | {
  1085. | return argz_next ();
  1086. | ;
  1087. | return 0;
  1088. | }
  1089. configure:12877: result: no
  1090. configure:12877: checking for argz_stringify
  1091. configure:12877: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1092. /var/tmp//ccOEDtAz.o(.text+0x12): In function `main':
  1093. : undefined reference to `argz_stringify'
  1094. configure:12877: $? = 1
  1095. configure: failed program was:
  1096. | /* confdefs.h */
  1097. | #define PACKAGE_NAME "GNU Libtool"
  1098. | #define PACKAGE_TARNAME "libtool"
  1099. | #define PACKAGE_VERSION "2.4"
  1100. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1101. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1102. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1103. | #define PACKAGE "libtool"
  1104. | #define VERSION "2.4"
  1105. | #define STDC_HEADERS 1
  1106. | #define HAVE_SYS_TYPES_H 1
  1107. | #define HAVE_SYS_STAT_H 1
  1108. | #define HAVE_STDLIB_H 1
  1109. | #define HAVE_STRING_H 1
  1110. | #define HAVE_MEMORY_H 1
  1111. | #define HAVE_STRINGS_H 1
  1112. | #define HAVE_INTTYPES_H 1
  1113. | #define HAVE_STDINT_H 1
  1114. | #define HAVE_UNISTD_H 1
  1115. | #define HAVE_DLFCN_H 1
  1116. | #define LT_OBJDIR ".libs/"
  1117. | #define LT_MODULE_EXT ".so"
  1118. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1119. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1120. | #define HAVE_LIBDL 1
  1121. | #define HAVE_DLERROR 1
  1122. | #define HAVE_LIBDLLOADER 1
  1123. | #define error_t int
  1124. | #define __error_t_defined 1
  1125. | /* end confdefs.h. */
  1126. | /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
  1127. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1128. | #define argz_stringify innocuous_argz_stringify
  1129. |
  1130. | /* System header to define __stub macros and hopefully few prototypes,
  1131. | which can conflict with char argz_stringify (); below.
  1132. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1133. | <limits.h> exists even on freestanding compilers. */
  1134. |
  1135. | #ifdef __STDC__
  1136. | # include <limits.h>
  1137. | #else
  1138. | # include <assert.h>
  1139. | #endif
  1140. |
  1141. | #undef argz_stringify
  1142. |
  1143. | /* Override any GCC internal prototype to avoid an error.
  1144. | Use char because int might match the return type of a GCC
  1145. | builtin and then its argument prototype would still apply. */
  1146. | #ifdef __cplusplus
  1147. | extern "C"
  1148. | #endif
  1149. | char argz_stringify ();
  1150. | /* The GNU C library defines this for functions which it implements
  1151. | to always fail with ENOSYS. Some functions are actually named
  1152. | something starting with __ and the normal name is an alias. */
  1153. | #if defined __stub_argz_stringify || defined __stub___argz_stringify
  1154. | choke me
  1155. | #endif
  1156. |
  1157. | int
  1158. | main ()
  1159. | {
  1160. | return argz_stringify ();
  1161. | ;
  1162. | return 0;
  1163. | }
  1164. configure:12877: result: no
  1165. configure:12945: checking whether libtool supports -dlopen/-dlpreopen
  1166. configure:12957: result: yes
  1167. configure:13010: checking for unistd.h
  1168. configure:13010: result: yes
  1169. configure:13010: checking for dl.h
  1170. configure:13010: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1171. conftest.c:67:16: error: dl.h: No such file or directory
  1172. configure:13010: $? = 1
  1173. configure: failed program was:
  1174. | /* confdefs.h */
  1175. | #define PACKAGE_NAME "GNU Libtool"
  1176. | #define PACKAGE_TARNAME "libtool"
  1177. | #define PACKAGE_VERSION "2.4"
  1178. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1179. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1180. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1181. | #define PACKAGE "libtool"
  1182. | #define VERSION "2.4"
  1183. | #define STDC_HEADERS 1
  1184. | #define HAVE_SYS_TYPES_H 1
  1185. | #define HAVE_SYS_STAT_H 1
  1186. | #define HAVE_STDLIB_H 1
  1187. | #define HAVE_STRING_H 1
  1188. | #define HAVE_MEMORY_H 1
  1189. | #define HAVE_STRINGS_H 1
  1190. | #define HAVE_INTTYPES_H 1
  1191. | #define HAVE_STDINT_H 1
  1192. | #define HAVE_UNISTD_H 1
  1193. | #define HAVE_DLFCN_H 1
  1194. | #define LT_OBJDIR ".libs/"
  1195. | #define LT_MODULE_EXT ".so"
  1196. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1197. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1198. | #define HAVE_LIBDL 1
  1199. | #define HAVE_DLERROR 1
  1200. | #define HAVE_LIBDLLOADER 1
  1201. | #define error_t int
  1202. | #define __error_t_defined 1
  1203. | #define HAVE_PRELOADED_SYMBOLS 1
  1204. | #define HAVE_UNISTD_H 1
  1205. | /* end confdefs.h. */
  1206. | #include <stdio.h>
  1207. | #ifdef HAVE_SYS_TYPES_H
  1208. | # include <sys/types.h>
  1209. | #endif
  1210. | #ifdef HAVE_SYS_STAT_H
  1211. | # include <sys/stat.h>
  1212. | #endif
  1213. | #ifdef STDC_HEADERS
  1214. | # include <stdlib.h>
  1215. | # include <stddef.h>
  1216. | #else
  1217. | # ifdef HAVE_STDLIB_H
  1218. | # include <stdlib.h>
  1219. | # endif
  1220. | #endif
  1221. | #ifdef HAVE_STRING_H
  1222. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1223. | # include <memory.h>
  1224. | # endif
  1225. | # include <string.h>
  1226. | #endif
  1227. | #ifdef HAVE_STRINGS_H
  1228. | # include <strings.h>
  1229. | #endif
  1230. | #ifdef HAVE_INTTYPES_H
  1231. | # include <inttypes.h>
  1232. | #endif
  1233. | #ifdef HAVE_STDINT_H
  1234. | # include <stdint.h>
  1235. | #endif
  1236. | #ifdef HAVE_UNISTD_H
  1237. | # include <unistd.h>
  1238. | #endif
  1239. |
  1240. | #include <dl.h>
  1241. configure:13010: result: no
  1242. configure:13010: checking for sys/dl.h
  1243. configure:13010: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1244. conftest.c:67:20: error: sys/dl.h: No such file or directory
  1245. configure:13010: $? = 1
  1246. configure: failed program was:
  1247. | /* confdefs.h */
  1248. | #define PACKAGE_NAME "GNU Libtool"
  1249. | #define PACKAGE_TARNAME "libtool"
  1250. | #define PACKAGE_VERSION "2.4"
  1251. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1252. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1253. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1254. | #define PACKAGE "libtool"
  1255. | #define VERSION "2.4"
  1256. | #define STDC_HEADERS 1
  1257. | #define HAVE_SYS_TYPES_H 1
  1258. | #define HAVE_SYS_STAT_H 1
  1259. | #define HAVE_STDLIB_H 1
  1260. | #define HAVE_STRING_H 1
  1261. | #define HAVE_MEMORY_H 1
  1262. | #define HAVE_STRINGS_H 1
  1263. | #define HAVE_INTTYPES_H 1
  1264. | #define HAVE_STDINT_H 1
  1265. | #define HAVE_UNISTD_H 1
  1266. | #define HAVE_DLFCN_H 1
  1267. | #define LT_OBJDIR ".libs/"
  1268. | #define LT_MODULE_EXT ".so"
  1269. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1270. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1271. | #define HAVE_LIBDL 1
  1272. | #define HAVE_DLERROR 1
  1273. | #define HAVE_LIBDLLOADER 1
  1274. | #define error_t int
  1275. | #define __error_t_defined 1
  1276. | #define HAVE_PRELOADED_SYMBOLS 1
  1277. | #define HAVE_UNISTD_H 1
  1278. | /* end confdefs.h. */
  1279. | #include <stdio.h>
  1280. | #ifdef HAVE_SYS_TYPES_H
  1281. | # include <sys/types.h>
  1282. | #endif
  1283. | #ifdef HAVE_SYS_STAT_H
  1284. | # include <sys/stat.h>
  1285. | #endif
  1286. | #ifdef STDC_HEADERS
  1287. | # include <stdlib.h>
  1288. | # include <stddef.h>
  1289. | #else
  1290. | # ifdef HAVE_STDLIB_H
  1291. | # include <stdlib.h>
  1292. | # endif
  1293. | #endif
  1294. | #ifdef HAVE_STRING_H
  1295. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1296. | # include <memory.h>
  1297. | # endif
  1298. | # include <string.h>
  1299. | #endif
  1300. | #ifdef HAVE_STRINGS_H
  1301. | # include <strings.h>
  1302. | #endif
  1303. | #ifdef HAVE_INTTYPES_H
  1304. | # include <inttypes.h>
  1305. | #endif
  1306. | #ifdef HAVE_STDINT_H
  1307. | # include <stdint.h>
  1308. | #endif
  1309. | #ifdef HAVE_UNISTD_H
  1310. | # include <unistd.h>
  1311. | #endif
  1312. |
  1313. | #include <sys/dl.h>
  1314. configure:13010: result: no
  1315. configure:13010: checking for dld.h
  1316. configure:13010: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1317. conftest.c:67:17: error: dld.h: No such file or directory
  1318. configure:13010: $? = 1
  1319. configure: failed program was:
  1320. | /* confdefs.h */
  1321. | #define PACKAGE_NAME "GNU Libtool"
  1322. | #define PACKAGE_TARNAME "libtool"
  1323. | #define PACKAGE_VERSION "2.4"
  1324. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1325. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1326. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1327. | #define PACKAGE "libtool"
  1328. | #define VERSION "2.4"
  1329. | #define STDC_HEADERS 1
  1330. | #define HAVE_SYS_TYPES_H 1
  1331. | #define HAVE_SYS_STAT_H 1
  1332. | #define HAVE_STDLIB_H 1
  1333. | #define HAVE_STRING_H 1
  1334. | #define HAVE_MEMORY_H 1
  1335. | #define HAVE_STRINGS_H 1
  1336. | #define HAVE_INTTYPES_H 1
  1337. | #define HAVE_STDINT_H 1
  1338. | #define HAVE_UNISTD_H 1
  1339. | #define HAVE_DLFCN_H 1
  1340. | #define LT_OBJDIR ".libs/"
  1341. | #define LT_MODULE_EXT ".so"
  1342. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1343. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1344. | #define HAVE_LIBDL 1
  1345. | #define HAVE_DLERROR 1
  1346. | #define HAVE_LIBDLLOADER 1
  1347. | #define error_t int
  1348. | #define __error_t_defined 1
  1349. | #define HAVE_PRELOADED_SYMBOLS 1
  1350. | #define HAVE_UNISTD_H 1
  1351. | /* end confdefs.h. */
  1352. | #include <stdio.h>
  1353. | #ifdef HAVE_SYS_TYPES_H
  1354. | # include <sys/types.h>
  1355. | #endif
  1356. | #ifdef HAVE_SYS_STAT_H
  1357. | # include <sys/stat.h>
  1358. | #endif
  1359. | #ifdef STDC_HEADERS
  1360. | # include <stdlib.h>
  1361. | # include <stddef.h>
  1362. | #else
  1363. | # ifdef HAVE_STDLIB_H
  1364. | # include <stdlib.h>
  1365. | # endif
  1366. | #endif
  1367. | #ifdef HAVE_STRING_H
  1368. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1369. | # include <memory.h>
  1370. | # endif
  1371. | # include <string.h>
  1372. | #endif
  1373. | #ifdef HAVE_STRINGS_H
  1374. | # include <strings.h>
  1375. | #endif
  1376. | #ifdef HAVE_INTTYPES_H
  1377. | # include <inttypes.h>
  1378. | #endif
  1379. | #ifdef HAVE_STDINT_H
  1380. | # include <stdint.h>
  1381. | #endif
  1382. | #ifdef HAVE_UNISTD_H
  1383. | # include <unistd.h>
  1384. | #endif
  1385. |
  1386. | #include <dld.h>
  1387. configure:13010: result: no
  1388. configure:13010: checking for mach-o/dyld.h
  1389. configure:13010: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1390. conftest.c:67:25: error: mach-o/dyld.h: No such file or directory
  1391. configure:13010: $? = 1
  1392. configure: failed program was:
  1393. | /* confdefs.h */
  1394. | #define PACKAGE_NAME "GNU Libtool"
  1395. | #define PACKAGE_TARNAME "libtool"
  1396. | #define PACKAGE_VERSION "2.4"
  1397. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1398. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1399. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1400. | #define PACKAGE "libtool"
  1401. | #define VERSION "2.4"
  1402. | #define STDC_HEADERS 1
  1403. | #define HAVE_SYS_TYPES_H 1
  1404. | #define HAVE_SYS_STAT_H 1
  1405. | #define HAVE_STDLIB_H 1
  1406. | #define HAVE_STRING_H 1
  1407. | #define HAVE_MEMORY_H 1
  1408. | #define HAVE_STRINGS_H 1
  1409. | #define HAVE_INTTYPES_H 1
  1410. | #define HAVE_STDINT_H 1
  1411. | #define HAVE_UNISTD_H 1
  1412. | #define HAVE_DLFCN_H 1
  1413. | #define LT_OBJDIR ".libs/"
  1414. | #define LT_MODULE_EXT ".so"
  1415. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1416. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1417. | #define HAVE_LIBDL 1
  1418. | #define HAVE_DLERROR 1
  1419. | #define HAVE_LIBDLLOADER 1
  1420. | #define error_t int
  1421. | #define __error_t_defined 1
  1422. | #define HAVE_PRELOADED_SYMBOLS 1
  1423. | #define HAVE_UNISTD_H 1
  1424. | /* end confdefs.h. */
  1425. | #include <stdio.h>
  1426. | #ifdef HAVE_SYS_TYPES_H
  1427. | # include <sys/types.h>
  1428. | #endif
  1429. | #ifdef HAVE_SYS_STAT_H
  1430. | # include <sys/stat.h>
  1431. | #endif
  1432. | #ifdef STDC_HEADERS
  1433. | # include <stdlib.h>
  1434. | # include <stddef.h>
  1435. | #else
  1436. | # ifdef HAVE_STDLIB_H
  1437. | # include <stdlib.h>
  1438. | # endif
  1439. | #endif
  1440. | #ifdef HAVE_STRING_H
  1441. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1442. | # include <memory.h>
  1443. | # endif
  1444. | # include <string.h>
  1445. | #endif
  1446. | #ifdef HAVE_STRINGS_H
  1447. | # include <strings.h>
  1448. | #endif
  1449. | #ifdef HAVE_INTTYPES_H
  1450. | # include <inttypes.h>
  1451. | #endif
  1452. | #ifdef HAVE_STDINT_H
  1453. | # include <stdint.h>
  1454. | #endif
  1455. | #ifdef HAVE_UNISTD_H
  1456. | # include <unistd.h>
  1457. | #endif
  1458. |
  1459. | #include <mach-o/dyld.h>
  1460. configure:13010: result: no
  1461. configure:13010: checking for dirent.h
  1462. configure:13010: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1463. configure:13010: $? = 0
  1464. configure:13010: result: yes
  1465. configure:13025: checking for closedir
  1466. configure:13025: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1467. configure:13025: $? = 0
  1468. configure:13025: result: yes
  1469. configure:13025: checking for opendir
  1470. configure:13025: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1471. configure:13025: $? = 0
  1472. configure:13025: result: yes
  1473. configure:13025: checking for readdir
  1474. configure:13025: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1475. configure:13025: $? = 0
  1476. configure:13025: result: yes
  1477. configure:13044: checking for strlcat
  1478. configure:13044: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1479. configure:13044: $? = 0
  1480. configure:13044: result: yes
  1481. configure:13044: checking for strlcpy
  1482. configure:13044: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
  1483. configure:13044: $? = 0
  1484. configure:13044: result: yes
  1485. configure:13193: checking for C++ compiler version
  1486. configure:13202: c++ --version >&5
  1487. c++ (GCC) 4.2.1 20070719 [FreeBSD]
  1488. Copyright (C) 2007 Free Software Foundation, Inc.
  1489. This is free software; see the source for copying conditions. There is NO
  1490. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1491.  
  1492. configure:13213: $? = 0
  1493. configure:13202: c++ -v >&5
  1494. Using built-in specs.
  1495. Target: i386-undermydesk-freebsd
  1496. Configured with: FreeBSD/i386 system compiler
  1497. Thread model: posix
  1498. gcc version 4.2.1 20070719 [FreeBSD]
  1499. configure:13213: $? = 0
  1500. configure:13202: c++ -V >&5
  1501. c++: '-V' option must have argument
  1502. configure:13213: $? = 1
  1503. configure:13202: c++ -qversion >&5
  1504. c++: unrecognized option '-qversion'
  1505. c++: No input files specified
  1506. configure:13213: $? = 1
  1507. configure:13217: checking whether we are using the GNU C++ compiler
  1508. configure:13236: c++ -c -O2 -pipe -fno-strict-aliasing conftest.cpp >&5
  1509. c++: error trying to exec 'cc1plus': execvp: No such file or directory
  1510. configure:13236: $? = 1
  1511. configure: failed program was:
  1512. | /* confdefs.h */
  1513. | #define PACKAGE_NAME "GNU Libtool"
  1514. | #define PACKAGE_TARNAME "libtool"
  1515. | #define PACKAGE_VERSION "2.4"
  1516. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1517. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1518. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1519. | #define PACKAGE "libtool"
  1520. | #define VERSION "2.4"
  1521. | #define STDC_HEADERS 1
  1522. | #define HAVE_SYS_TYPES_H 1
  1523. | #define HAVE_SYS_STAT_H 1
  1524. | #define HAVE_STDLIB_H 1
  1525. | #define HAVE_STRING_H 1
  1526. | #define HAVE_MEMORY_H 1
  1527. | #define HAVE_STRINGS_H 1
  1528. | #define HAVE_INTTYPES_H 1
  1529. | #define HAVE_STDINT_H 1
  1530. | #define HAVE_UNISTD_H 1
  1531. | #define HAVE_DLFCN_H 1
  1532. | #define LT_OBJDIR ".libs/"
  1533. | #define LT_MODULE_EXT ".so"
  1534. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1535. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1536. | #define HAVE_LIBDL 1
  1537. | #define HAVE_DLERROR 1
  1538. | #define HAVE_LIBDLLOADER 1
  1539. | #define error_t int
  1540. | #define __error_t_defined 1
  1541. | #define HAVE_PRELOADED_SYMBOLS 1
  1542. | #define HAVE_UNISTD_H 1
  1543. | #define HAVE_DIRENT_H 1
  1544. | #define HAVE_CLOSEDIR 1
  1545. | #define HAVE_OPENDIR 1
  1546. | #define HAVE_READDIR 1
  1547. | #define HAVE_STRLCAT 1
  1548. | #define HAVE_STRLCPY 1
  1549. | #define LT_LIBEXT "a"
  1550. | #define LT_LIBPREFIX "lib"
  1551. | /* end confdefs.h. */
  1552. |
  1553. | int
  1554. | main ()
  1555. | {
  1556. | #ifndef __GNUC__
  1557. | choke me
  1558. | #endif
  1559. |
  1560. | ;
  1561. | return 0;
  1562. | }
  1563. configure:13245: result: no
  1564. configure:13254: checking whether c++ accepts -g
  1565. configure:13274: c++ -c -g conftest.cpp >&5
  1566. c++: error trying to exec 'cc1plus': execvp: No such file or directory
  1567. configure:13274: $? = 1
  1568. configure: failed program was:
  1569. | /* confdefs.h */
  1570. | #define PACKAGE_NAME "GNU Libtool"
  1571. | #define PACKAGE_TARNAME "libtool"
  1572. | #define PACKAGE_VERSION "2.4"
  1573. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1574. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1575. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1576. | #define PACKAGE "libtool"
  1577. | #define VERSION "2.4"
  1578. | #define STDC_HEADERS 1
  1579. | #define HAVE_SYS_TYPES_H 1
  1580. | #define HAVE_SYS_STAT_H 1
  1581. | #define HAVE_STDLIB_H 1
  1582. | #define HAVE_STRING_H 1
  1583. | #define HAVE_MEMORY_H 1
  1584. | #define HAVE_STRINGS_H 1
  1585. | #define HAVE_INTTYPES_H 1
  1586. | #define HAVE_STDINT_H 1
  1587. | #define HAVE_UNISTD_H 1
  1588. | #define HAVE_DLFCN_H 1
  1589. | #define LT_OBJDIR ".libs/"
  1590. | #define LT_MODULE_EXT ".so"
  1591. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1592. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1593. | #define HAVE_LIBDL 1
  1594. | #define HAVE_DLERROR 1
  1595. | #define HAVE_LIBDLLOADER 1
  1596. | #define error_t int
  1597. | #define __error_t_defined 1
  1598. | #define HAVE_PRELOADED_SYMBOLS 1
  1599. | #define HAVE_UNISTD_H 1
  1600. | #define HAVE_DIRENT_H 1
  1601. | #define HAVE_CLOSEDIR 1
  1602. | #define HAVE_OPENDIR 1
  1603. | #define HAVE_READDIR 1
  1604. | #define HAVE_STRLCAT 1
  1605. | #define HAVE_STRLCPY 1
  1606. | #define LT_LIBEXT "a"
  1607. | #define LT_LIBPREFIX "lib"
  1608. | /* end confdefs.h. */
  1609. |
  1610. | int
  1611. | main ()
  1612. | {
  1613. |
  1614. | ;
  1615. | return 0;
  1616. | }
  1617. configure:13289: c++ -c conftest.cpp >&5
  1618. c++: error trying to exec 'cc1plus': execvp: No such file or directory
  1619. configure:13289: $? = 1
  1620. configure: failed program was:
  1621. | /* confdefs.h */
  1622. | #define PACKAGE_NAME "GNU Libtool"
  1623. | #define PACKAGE_TARNAME "libtool"
  1624. | #define PACKAGE_VERSION "2.4"
  1625. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1626. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1627. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1628. | #define PACKAGE "libtool"
  1629. | #define VERSION "2.4"
  1630. | #define STDC_HEADERS 1
  1631. | #define HAVE_SYS_TYPES_H 1
  1632. | #define HAVE_SYS_STAT_H 1
  1633. | #define HAVE_STDLIB_H 1
  1634. | #define HAVE_STRING_H 1
  1635. | #define HAVE_MEMORY_H 1
  1636. | #define HAVE_STRINGS_H 1
  1637. | #define HAVE_INTTYPES_H 1
  1638. | #define HAVE_STDINT_H 1
  1639. | #define HAVE_UNISTD_H 1
  1640. | #define HAVE_DLFCN_H 1
  1641. | #define LT_OBJDIR ".libs/"
  1642. | #define LT_MODULE_EXT ".so"
  1643. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1644. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1645. | #define HAVE_LIBDL 1
  1646. | #define HAVE_DLERROR 1
  1647. | #define HAVE_LIBDLLOADER 1
  1648. | #define error_t int
  1649. | #define __error_t_defined 1
  1650. | #define HAVE_PRELOADED_SYMBOLS 1
  1651. | #define HAVE_UNISTD_H 1
  1652. | #define HAVE_DIRENT_H 1
  1653. | #define HAVE_CLOSEDIR 1
  1654. | #define HAVE_OPENDIR 1
  1655. | #define HAVE_READDIR 1
  1656. | #define HAVE_STRLCAT 1
  1657. | #define HAVE_STRLCPY 1
  1658. | #define LT_LIBEXT "a"
  1659. | #define LT_LIBPREFIX "lib"
  1660. | /* end confdefs.h. */
  1661. |
  1662. | int
  1663. | main ()
  1664. | {
  1665. |
  1666. | ;
  1667. | return 0;
  1668. | }
  1669. configure:13305: c++ -c -g conftest.cpp >&5
  1670. c++: error trying to exec 'cc1plus': execvp: No such file or directory
  1671. configure:13305: $? = 1
  1672. configure: failed program was:
  1673. | /* confdefs.h */
  1674. | #define PACKAGE_NAME "GNU Libtool"
  1675. | #define PACKAGE_TARNAME "libtool"
  1676. | #define PACKAGE_VERSION "2.4"
  1677. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1678. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1679. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1680. | #define PACKAGE "libtool"
  1681. | #define VERSION "2.4"
  1682. | #define STDC_HEADERS 1
  1683. | #define HAVE_SYS_TYPES_H 1
  1684. | #define HAVE_SYS_STAT_H 1
  1685. | #define HAVE_STDLIB_H 1
  1686. | #define HAVE_STRING_H 1
  1687. | #define HAVE_MEMORY_H 1
  1688. | #define HAVE_STRINGS_H 1
  1689. | #define HAVE_INTTYPES_H 1
  1690. | #define HAVE_STDINT_H 1
  1691. | #define HAVE_UNISTD_H 1
  1692. | #define HAVE_DLFCN_H 1
  1693. | #define LT_OBJDIR ".libs/"
  1694. | #define LT_MODULE_EXT ".so"
  1695. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1696. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1697. | #define HAVE_LIBDL 1
  1698. | #define HAVE_DLERROR 1
  1699. | #define HAVE_LIBDLLOADER 1
  1700. | #define error_t int
  1701. | #define __error_t_defined 1
  1702. | #define HAVE_PRELOADED_SYMBOLS 1
  1703. | #define HAVE_UNISTD_H 1
  1704. | #define HAVE_DIRENT_H 1
  1705. | #define HAVE_CLOSEDIR 1
  1706. | #define HAVE_OPENDIR 1
  1707. | #define HAVE_READDIR 1
  1708. | #define HAVE_STRLCAT 1
  1709. | #define HAVE_STRLCPY 1
  1710. | #define LT_LIBEXT "a"
  1711. | #define LT_LIBPREFIX "lib"
  1712. | /* end confdefs.h. */
  1713. |
  1714. | int
  1715. | main ()
  1716. | {
  1717. |
  1718. | ;
  1719. | return 0;
  1720. | }
  1721. configure:13315: result: no
  1722. configure:13340: checking dependency style of c++
  1723. configure:13450: result: none
  1724. configure:13484: checking how to run the C++ preprocessor
  1725. configure:13511: c++ -E conftest.cpp
  1726. c++: error trying to exec 'cc1plus': execvp: No such file or directory
  1727. configure:13511: $? = 1
  1728. configure: failed program was:
  1729. | /* confdefs.h */
  1730. | #define PACKAGE_NAME "GNU Libtool"
  1731. | #define PACKAGE_TARNAME "libtool"
  1732. | #define PACKAGE_VERSION "2.4"
  1733. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1734. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1735. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1736. | #define PACKAGE "libtool"
  1737. | #define VERSION "2.4"
  1738. | #define STDC_HEADERS 1
  1739. | #define HAVE_SYS_TYPES_H 1
  1740. | #define HAVE_SYS_STAT_H 1
  1741. | #define HAVE_STDLIB_H 1
  1742. | #define HAVE_STRING_H 1
  1743. | #define HAVE_MEMORY_H 1
  1744. | #define HAVE_STRINGS_H 1
  1745. | #define HAVE_INTTYPES_H 1
  1746. | #define HAVE_STDINT_H 1
  1747. | #define HAVE_UNISTD_H 1
  1748. | #define HAVE_DLFCN_H 1
  1749. | #define LT_OBJDIR ".libs/"
  1750. | #define LT_MODULE_EXT ".so"
  1751. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1752. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1753. | #define HAVE_LIBDL 1
  1754. | #define HAVE_DLERROR 1
  1755. | #define HAVE_LIBDLLOADER 1
  1756. | #define error_t int
  1757. | #define __error_t_defined 1
  1758. | #define HAVE_PRELOADED_SYMBOLS 1
  1759. | #define HAVE_UNISTD_H 1
  1760. | #define HAVE_DIRENT_H 1
  1761. | #define HAVE_CLOSEDIR 1
  1762. | #define HAVE_OPENDIR 1
  1763. | #define HAVE_READDIR 1
  1764. | #define HAVE_STRLCAT 1
  1765. | #define HAVE_STRLCPY 1
  1766. | #define LT_LIBEXT "a"
  1767. | #define LT_LIBPREFIX "lib"
  1768. | /* end confdefs.h. */
  1769. | #ifdef __STDC__
  1770. | # include <limits.h>
  1771. | #else
  1772. | # include <assert.h>
  1773. | #endif
  1774. | Syntax error
  1775. configure:13511: c++ -E conftest.cpp
  1776. c++: error trying to exec 'cc1plus': execvp: No such file or directory
  1777. configure:13511: $? = 1
  1778. configure: failed program was:
  1779. | /* confdefs.h */
  1780. | #define PACKAGE_NAME "GNU Libtool"
  1781. | #define PACKAGE_TARNAME "libtool"
  1782. | #define PACKAGE_VERSION "2.4"
  1783. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1784. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1785. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1786. | #define PACKAGE "libtool"
  1787. | #define VERSION "2.4"
  1788. | #define STDC_HEADERS 1
  1789. | #define HAVE_SYS_TYPES_H 1
  1790. | #define HAVE_SYS_STAT_H 1
  1791. | #define HAVE_STDLIB_H 1
  1792. | #define HAVE_STRING_H 1
  1793. | #define HAVE_MEMORY_H 1
  1794. | #define HAVE_STRINGS_H 1
  1795. | #define HAVE_INTTYPES_H 1
  1796. | #define HAVE_STDINT_H 1
  1797. | #define HAVE_UNISTD_H 1
  1798. | #define HAVE_DLFCN_H 1
  1799. | #define LT_OBJDIR ".libs/"
  1800. | #define LT_MODULE_EXT ".so"
  1801. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1802. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1803. | #define HAVE_LIBDL 1
  1804. | #define HAVE_DLERROR 1
  1805. | #define HAVE_LIBDLLOADER 1
  1806. | #define error_t int
  1807. | #define __error_t_defined 1
  1808. | #define HAVE_PRELOADED_SYMBOLS 1
  1809. | #define HAVE_UNISTD_H 1
  1810. | #define HAVE_DIRENT_H 1
  1811. | #define HAVE_CLOSEDIR 1
  1812. | #define HAVE_OPENDIR 1
  1813. | #define HAVE_READDIR 1
  1814. | #define HAVE_STRLCAT 1
  1815. | #define HAVE_STRLCPY 1
  1816. | #define LT_LIBEXT "a"
  1817. | #define LT_LIBPREFIX "lib"
  1818. | /* end confdefs.h. */
  1819. | #ifdef __STDC__
  1820. | # include <limits.h>
  1821. | #else
  1822. | # include <assert.h>
  1823. | #endif
  1824. | Syntax error
  1825. configure:13511: /lib/cpp conftest.cpp
  1826. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1827. configure:13511: $? = 1
  1828. configure: failed program was:
  1829. | /* confdefs.h */
  1830. | #define PACKAGE_NAME "GNU Libtool"
  1831. | #define PACKAGE_TARNAME "libtool"
  1832. | #define PACKAGE_VERSION "2.4"
  1833. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1834. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1835. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1836. | #define PACKAGE "libtool"
  1837. | #define VERSION "2.4"
  1838. | #define STDC_HEADERS 1
  1839. | #define HAVE_SYS_TYPES_H 1
  1840. | #define HAVE_SYS_STAT_H 1
  1841. | #define HAVE_STDLIB_H 1
  1842. | #define HAVE_STRING_H 1
  1843. | #define HAVE_MEMORY_H 1
  1844. | #define HAVE_STRINGS_H 1
  1845. | #define HAVE_INTTYPES_H 1
  1846. | #define HAVE_STDINT_H 1
  1847. | #define HAVE_UNISTD_H 1
  1848. | #define HAVE_DLFCN_H 1
  1849. | #define LT_OBJDIR ".libs/"
  1850. | #define LT_MODULE_EXT ".so"
  1851. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1852. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1853. | #define HAVE_LIBDL 1
  1854. | #define HAVE_DLERROR 1
  1855. | #define HAVE_LIBDLLOADER 1
  1856. | #define error_t int
  1857. | #define __error_t_defined 1
  1858. | #define HAVE_PRELOADED_SYMBOLS 1
  1859. | #define HAVE_UNISTD_H 1
  1860. | #define HAVE_DIRENT_H 1
  1861. | #define HAVE_CLOSEDIR 1
  1862. | #define HAVE_OPENDIR 1
  1863. | #define HAVE_READDIR 1
  1864. | #define HAVE_STRLCAT 1
  1865. | #define HAVE_STRLCPY 1
  1866. | #define LT_LIBEXT "a"
  1867. | #define LT_LIBPREFIX "lib"
  1868. | /* end confdefs.h. */
  1869. | #ifdef __STDC__
  1870. | # include <limits.h>
  1871. | #else
  1872. | # include <assert.h>
  1873. | #endif
  1874. | Syntax error
  1875. configure:13511: /lib/cpp conftest.cpp
  1876. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1877. configure:13511: $? = 1
  1878. configure: failed program was:
  1879. | /* confdefs.h */
  1880. | #define PACKAGE_NAME "GNU Libtool"
  1881. | #define PACKAGE_TARNAME "libtool"
  1882. | #define PACKAGE_VERSION "2.4"
  1883. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1884. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1885. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1886. | #define PACKAGE "libtool"
  1887. | #define VERSION "2.4"
  1888. | #define STDC_HEADERS 1
  1889. | #define HAVE_SYS_TYPES_H 1
  1890. | #define HAVE_SYS_STAT_H 1
  1891. | #define HAVE_STDLIB_H 1
  1892. | #define HAVE_STRING_H 1
  1893. | #define HAVE_MEMORY_H 1
  1894. | #define HAVE_STRINGS_H 1
  1895. | #define HAVE_INTTYPES_H 1
  1896. | #define HAVE_STDINT_H 1
  1897. | #define HAVE_UNISTD_H 1
  1898. | #define HAVE_DLFCN_H 1
  1899. | #define LT_OBJDIR ".libs/"
  1900. | #define LT_MODULE_EXT ".so"
  1901. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1902. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1903. | #define HAVE_LIBDL 1
  1904. | #define HAVE_DLERROR 1
  1905. | #define HAVE_LIBDLLOADER 1
  1906. | #define error_t int
  1907. | #define __error_t_defined 1
  1908. | #define HAVE_PRELOADED_SYMBOLS 1
  1909. | #define HAVE_UNISTD_H 1
  1910. | #define HAVE_DIRENT_H 1
  1911. | #define HAVE_CLOSEDIR 1
  1912. | #define HAVE_OPENDIR 1
  1913. | #define HAVE_READDIR 1
  1914. | #define HAVE_STRLCAT 1
  1915. | #define HAVE_STRLCPY 1
  1916. | #define LT_LIBEXT "a"
  1917. | #define LT_LIBPREFIX "lib"
  1918. | /* end confdefs.h. */
  1919. | #ifdef __STDC__
  1920. | # include <limits.h>
  1921. | #else
  1922. | # include <assert.h>
  1923. | #endif
  1924. | Syntax error
  1925. configure:13550: result: /lib/cpp
  1926. configure:13570: /lib/cpp conftest.cpp
  1927. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1928. configure:13570: $? = 1
  1929. configure: failed program was:
  1930. | /* confdefs.h */
  1931. | #define PACKAGE_NAME "GNU Libtool"
  1932. | #define PACKAGE_TARNAME "libtool"
  1933. | #define PACKAGE_VERSION "2.4"
  1934. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1935. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1936. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1937. | #define PACKAGE "libtool"
  1938. | #define VERSION "2.4"
  1939. | #define STDC_HEADERS 1
  1940. | #define HAVE_SYS_TYPES_H 1
  1941. | #define HAVE_SYS_STAT_H 1
  1942. | #define HAVE_STDLIB_H 1
  1943. | #define HAVE_STRING_H 1
  1944. | #define HAVE_MEMORY_H 1
  1945. | #define HAVE_STRINGS_H 1
  1946. | #define HAVE_INTTYPES_H 1
  1947. | #define HAVE_STDINT_H 1
  1948. | #define HAVE_UNISTD_H 1
  1949. | #define HAVE_DLFCN_H 1
  1950. | #define LT_OBJDIR ".libs/"
  1951. | #define LT_MODULE_EXT ".so"
  1952. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  1953. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  1954. | #define HAVE_LIBDL 1
  1955. | #define HAVE_DLERROR 1
  1956. | #define HAVE_LIBDLLOADER 1
  1957. | #define error_t int
  1958. | #define __error_t_defined 1
  1959. | #define HAVE_PRELOADED_SYMBOLS 1
  1960. | #define HAVE_UNISTD_H 1
  1961. | #define HAVE_DIRENT_H 1
  1962. | #define HAVE_CLOSEDIR 1
  1963. | #define HAVE_OPENDIR 1
  1964. | #define HAVE_READDIR 1
  1965. | #define HAVE_STRLCAT 1
  1966. | #define HAVE_STRLCPY 1
  1967. | #define LT_LIBEXT "a"
  1968. | #define LT_LIBPREFIX "lib"
  1969. | /* end confdefs.h. */
  1970. | #ifdef __STDC__
  1971. | # include <limits.h>
  1972. | #else
  1973. | # include <assert.h>
  1974. | #endif
  1975. | Syntax error
  1976. configure:13570: /lib/cpp conftest.cpp
  1977. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  1978. configure:13570: $? = 1
  1979. configure: failed program was:
  1980. | /* confdefs.h */
  1981. | #define PACKAGE_NAME "GNU Libtool"
  1982. | #define PACKAGE_TARNAME "libtool"
  1983. | #define PACKAGE_VERSION "2.4"
  1984. | #define PACKAGE_STRING "GNU Libtool 2.4"
  1985. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1986. | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  1987. | #define PACKAGE "libtool"
  1988. | #define VERSION "2.4"
  1989. | #define STDC_HEADERS 1
  1990. | #define HAVE_SYS_TYPES_H 1
  1991. | #define HAVE_SYS_STAT_H 1
  1992. | #define HAVE_STDLIB_H 1
  1993. | #define HAVE_STRING_H 1
  1994. | #define HAVE_MEMORY_H 1
  1995. | #define HAVE_STRINGS_H 1
  1996. | #define HAVE_INTTYPES_H 1
  1997. | #define HAVE_STDINT_H 1
  1998. | #define HAVE_UNISTD_H 1
  1999. | #define HAVE_DLFCN_H 1
  2000. | #define LT_OBJDIR ".libs/"
  2001. | #define LT_MODULE_EXT ".so"
  2002. | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  2003. | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  2004. | #define HAVE_LIBDL 1
  2005. | #define HAVE_DLERROR 1
  2006. | #define HAVE_LIBDLLOADER 1
  2007. | #define error_t int
  2008. | #define __error_t_defined 1
  2009. | #define HAVE_PRELOADED_SYMBOLS 1
  2010. | #define HAVE_UNISTD_H 1
  2011. | #define HAVE_DIRENT_H 1
  2012. | #define HAVE_CLOSEDIR 1
  2013. | #define HAVE_OPENDIR 1
  2014. | #define HAVE_READDIR 1
  2015. | #define HAVE_STRLCAT 1
  2016. | #define HAVE_STRLCPY 1
  2017. | #define LT_LIBEXT "a"
  2018. | #define LT_LIBPREFIX "lib"
  2019. | /* end confdefs.h. */
  2020. | #ifdef __STDC__
  2021. | # include <limits.h>
  2022. | #else
  2023. | # include <assert.h>
  2024. | #endif
  2025. | Syntax error
  2026. configure:13600: error: in `/usr/ports/devel/libtool/work/libtool-2.4':
  2027. configure:13603: error: C++ preprocessor "/lib/cpp" fails sanity check
  2028. See `config.log' for more details
  2029.  
  2030. ## ---------------- ##
  2031. ## Cache variables. ##
  2032. ## ---------------- ##
  2033.  
  2034. ac_cv_build=i386-portbld-freebsd8.2
  2035. ac_cv_c_compiler_gnu=yes
  2036. ac_cv_cxx_compiler_gnu=no
  2037. ac_cv_env_CCC_set=''
  2038. ac_cv_env_CCC_value=''
  2039. ac_cv_env_CC_set=set
  2040. ac_cv_env_CC_value=cc
  2041. ac_cv_env_CFLAGS_set=set
  2042. ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing'
  2043. ac_cv_env_CPPFLAGS_set=set
  2044. ac_cv_env_CPPFLAGS_value=''
  2045. ac_cv_env_CPP_set=set
  2046. ac_cv_env_CPP_value=cpp
  2047. ac_cv_env_CXXCPP_set=''
  2048. ac_cv_env_CXXCPP_value=''
  2049. ac_cv_env_CXXFLAGS_set=set
  2050. ac_cv_env_CXXFLAGS_value='-O2 -pipe -fno-strict-aliasing'
  2051. ac_cv_env_CXX_set=set
  2052. ac_cv_env_CXX_value=c++
  2053. ac_cv_env_F77_set=''
  2054. ac_cv_env_F77_value=''
  2055. ac_cv_env_FCFLAGS_set=''
  2056. ac_cv_env_FCFLAGS_value=''
  2057. ac_cv_env_FC_set=''
  2058. ac_cv_env_FC_value=''
  2059. ac_cv_env_FFLAGS_set=''
  2060. ac_cv_env_FFLAGS_value=''
  2061. ac_cv_env_LDFLAGS_set=set
  2062. ac_cv_env_LDFLAGS_value=''
  2063. ac_cv_env_LIBS_set=''
  2064. ac_cv_env_LIBS_value=''
  2065. ac_cv_env_build_alias_set=set
  2066. ac_cv_env_build_alias_value=i386-portbld-freebsd8.2
  2067. ac_cv_env_host_alias_set=''
  2068. ac_cv_env_host_alias_value=''
  2069. ac_cv_env_target_alias_set=''
  2070. ac_cv_env_target_alias_value=''
  2071. ac_cv_func_argz_add=no
  2072. ac_cv_func_argz_append=no
  2073. ac_cv_func_argz_count=no
  2074. ac_cv_func_argz_create_sep=no
  2075. ac_cv_func_argz_insert=no
  2076. ac_cv_func_argz_next=no
  2077. ac_cv_func_argz_stringify=no
  2078. ac_cv_func_closedir=yes
  2079. ac_cv_func_dlerror=yes
  2080. ac_cv_func_dlopen=yes
  2081. ac_cv_func_opendir=yes
  2082. ac_cv_func_readdir=yes
  2083. ac_cv_func_shl_load=no
  2084. ac_cv_func_strlcat=yes
  2085. ac_cv_func_strlcpy=yes
  2086. ac_cv_header_argz_h=no
  2087. ac_cv_header_dirent_h=yes
  2088. ac_cv_header_dl_h=no
  2089. ac_cv_header_dld_h=no
  2090. ac_cv_header_dlfcn_h=yes
  2091. ac_cv_header_inttypes_h=yes
  2092. ac_cv_header_mach_o_dyld_h=no
  2093. ac_cv_header_memory_h=yes
  2094. ac_cv_header_stdc=yes
  2095. ac_cv_header_stdint_h=yes
  2096. ac_cv_header_stdlib_h=yes
  2097. ac_cv_header_string_h=yes
  2098. ac_cv_header_strings_h=yes
  2099. ac_cv_header_sys_dl_h=no
  2100. ac_cv_header_sys_stat_h=yes
  2101. ac_cv_header_sys_types_h=yes
  2102. ac_cv_header_unistd_h=yes
  2103. ac_cv_host=i386-portbld-freebsd8.2
  2104. ac_cv_lib_dld_dld_link=no
  2105. ac_cv_lib_dld_shl_load=no
  2106. ac_cv_objext=o
  2107. ac_cv_path_EGREP='/usr/bin/grep -E'
  2108. ac_cv_path_FGREP='/usr/bin/grep -F'
  2109. ac_cv_path_GREP=/usr/bin/grep
  2110. ac_cv_path_SED=/usr/bin/sed
  2111. ac_cv_prog_AWK=nawk
  2112. ac_cv_prog_CPP=cpp
  2113. ac_cv_prog_CXXCPP=/lib/cpp
  2114. ac_cv_prog_ac_ct_AR=ar
  2115. ac_cv_prog_ac_ct_CC=cc
  2116. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  2117. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2118. ac_cv_prog_ac_ct_RANLIB=ranlib
  2119. ac_cv_prog_ac_ct_STRIP=strip
  2120. ac_cv_prog_cc_c89=''
  2121. ac_cv_prog_cc_cc_c_o=yes
  2122. ac_cv_prog_cc_g=yes
  2123. ac_cv_prog_cxx_g=no
  2124. ac_cv_prog_make_make_set=yes
  2125. ac_cv_search_dlopen='none required'
  2126. ac_cv_type_error_t=no
  2127. am_cv_CC_dependencies_compiler_type=gcc3
  2128. am_cv_CXX_dependencies_compiler_type=none
  2129. libltdl_cv_lib_dl_dlopen=yes
  2130. libltdl_cv_preloaded_symbols=yes
  2131. libltdl_cv_shlibext=.so
  2132. lt_cv_ar_at_file=no
  2133. lt_cv_archive_cmds_need_lc=no
  2134. lt_cv_deplibs_check_method=pass_all
  2135. lt_cv_dlopen=dlopen
  2136. lt_cv_dlopen_libs=''
  2137. lt_cv_dlopen_self=yes
  2138. lt_cv_dlopen_self_static=no
  2139. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2140. lt_cv_file_magic_test_file=''
  2141. lt_cv_ld_reload_flag=-r
  2142. lt_cv_module_path_var=LD_LIBRARY_PATH
  2143. lt_cv_nm_interface='BSD nm'
  2144. lt_cv_objdir=.libs
  2145. lt_cv_path_LD=/usr/bin/ld
  2146. lt_cv_path_NM='/usr/bin/nm -B'
  2147. lt_cv_path_mainfest_tool=no
  2148. lt_cv_prog_compiler_c_o=yes
  2149. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2150. lt_cv_prog_compiler_pic_works=yes
  2151. lt_cv_prog_compiler_rtti_exceptions=no
  2152. lt_cv_prog_compiler_static_works=yes
  2153. lt_cv_prog_gnu_ld=yes
  2154. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2155. lt_cv_sys_dlopen_deplibs=yes
  2156. lt_cv_sys_dlsearch_path='/lib /usr/lib'
  2157. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
  2158. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
  2159. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'
  2160. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
  2161. lt_cv_sys_max_cmd_len=262144
  2162. lt_cv_sys_symbol_underscore=no
  2163. lt_cv_to_host_file_cmd=func_convert_file_noop
  2164. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2165.  
  2166. ## ----------------- ##
  2167. ## Output variables. ##
  2168. ## ----------------- ##
  2169.  
  2170. ACLOCAL='${SHELL} /usr/ports/devel/libtool/work/libtool-2.4/libltdl/config/missing --run aclocal-1.11'
  2171. AMDEPBACKSLASH='\'
  2172. AMDEP_FALSE='#'
  2173. AMDEP_TRUE=''
  2174. AMTAR='${SHELL} /usr/ports/devel/libtool/work/libtool-2.4/libltdl/config/missing --run tar'
  2175. AR='ar'
  2176. ARGZ_H='argz.h'
  2177. AS='as'
  2178. AUTOCONF='${SHELL} /usr/ports/devel/libtool/work/libtool-2.4/libltdl/config/missing --run autoconf'
  2179. AUTOHEADER='${SHELL} /usr/ports/devel/libtool/work/libtool-2.4/libltdl/config/missing --run autoheader'
  2180. AUTOM4TE='autom4te'
  2181. AUTOMAKE='${SHELL} /usr/ports/devel/libtool/work/libtool-2.4/libltdl/config/missing --run automake-1.11'
  2182. AUTOTEST='$(AUTOM4TE) --language=autotest'
  2183. AWK='nawk'
  2184. CC='cc'
  2185. CCDEPMODE='depmode=gcc3'
  2186. CFLAGS='-O2 -pipe -fno-strict-aliasing'
  2187. CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/ChangeLog'
  2188. CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
  2189. CONVENIENCE_LTDL_FALSE='#'
  2190. CONVENIENCE_LTDL_TRUE=''
  2191. CPP='cpp'
  2192. CPPFLAGS=''
  2193. CXX='c++'
  2194. CXXCPP='/lib/cpp'
  2195. CXXDEPMODE='depmode=none'
  2196. CXXFLAGS='-O2 -pipe -fno-strict-aliasing'
  2197. CYGPATH_W='echo'
  2198. DEFS=''
  2199. DEPDIR='.deps'
  2200. DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile tests/tagdemo/Makefile '
  2201. DLLTOOL='false'
  2202. DSYMUTIL=''
  2203. DUMPBIN=''
  2204. ECHO_C=''
  2205. ECHO_N='-n'
  2206. ECHO_T=''
  2207. EGREP='/usr/bin/grep -E'
  2208. EXEEXT=''
  2209. F77=''
  2210. FC=''
  2211. FCFLAGS=''
  2212. FFLAGS=''
  2213. FGREP='/usr/bin/grep -F'
  2214. GCJ=''
  2215. GCJFLAGS=''
  2216. GREP='/usr/bin/grep'
  2217. HAVE_CXX_FALSE=''
  2218. HAVE_CXX_TRUE=''
  2219. HAVE_F77_FALSE=''
  2220. HAVE_F77_TRUE=''
  2221. HAVE_FC_FALSE=''
  2222. HAVE_FC_TRUE=''
  2223. HAVE_GCJ_FALSE=''
  2224. HAVE_GCJ_TRUE=''
  2225. HAVE_RC_FALSE=''
  2226. HAVE_RC_TRUE=''
  2227. HELP2MAN=''
  2228. INSTALL_DATA='install -o root -g wheel -m 444'
  2229. INSTALL_LTDL_FALSE=''
  2230. INSTALL_LTDL_TRUE='#'
  2231. INSTALL_PROGRAM='install -s -o root -g wheel -m 555'
  2232. INSTALL_SCRIPT='install -o root -g wheel -m 555'
  2233. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2234. LASTRELEASE=''
  2235. LD='/usr/bin/ld'
  2236. LDFLAGS=''
  2237. LIBADD_DL=' '
  2238. LIBADD_DLD_LINK=''
  2239. LIBADD_DLOPEN=''
  2240. LIBADD_SHL_LOAD=''
  2241. LIBOBJS=' argz.o'
  2242. LIBS=''
  2243. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2244. LIPO=''
  2245. LN_S='ln -s'
  2246. LTDLOPEN='libltdl'
  2247. LTLIBOBJS=''
  2248. LT_CONFIG_H=''
  2249. LT_DLLOADERS=' libltdl/dlopen.la'
  2250. LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
  2251. M4SH='$(AUTOM4TE) --language=m4sh'
  2252. MAKEINFO='makeinfo --no-split'
  2253. MANIFEST_TOOL=':'
  2254. MKDIR_P='libltdl/config/install-sh -c -d'
  2255. NM='/usr/bin/nm -B'
  2256. NMEDIT=''
  2257. OBJDUMP='objdump'
  2258. OBJEXT='o'
  2259. ORDER=''
  2260. OTOOL64=''
  2261. OTOOL=''
  2262. PACKAGE='libtool'
  2263. PACKAGE_BUGREPORT='bug-libtool@gnu.org'
  2264. PACKAGE_NAME='GNU Libtool'
  2265. PACKAGE_STRING='GNU Libtool 2.4'
  2266. PACKAGE_TARNAME='libtool'
  2267. PACKAGE_URL='http://www.gnu.org/software/libtool/'
  2268. PACKAGE_VERSION='2.4'
  2269. PATH_SEPARATOR=':'
  2270. RANLIB='ranlib'
  2271. RC=''
  2272. SED='/usr/bin/sed'
  2273. SET_MAKE=''
  2274. SHELL='/bin/sh'
  2275. STRIP='strip'
  2276. TIMESTAMP=''
  2277. VERSION='2.4'
  2278. ac_ct_AR='ar'
  2279. ac_ct_CC='cc'
  2280. ac_ct_CXX=''
  2281. ac_ct_DUMPBIN=''
  2282. ac_ct_F77=''
  2283. ac_ct_FC=''
  2284. aclocaldir='${datadir}/aclocal'
  2285. am__EXEEXT_FALSE=''
  2286. am__EXEEXT_TRUE=''
  2287. am__fastdepCC_FALSE='#'
  2288. am__fastdepCC_TRUE=''
  2289. am__fastdepCXX_FALSE=''
  2290. am__fastdepCXX_TRUE='#'
  2291. am__include='include'
  2292. am__isrc=''
  2293. am__leading_dot='.'
  2294. am__quote=''
  2295. am__tar='${AMTAR} chof - "$$tardir"'
  2296. am__untar='${AMTAR} xf -'
  2297. bindir='${exec_prefix}/bin'
  2298. build='i386-portbld-freebsd8.2'
  2299. build_alias='i386-portbld-freebsd8.2'
  2300. build_cpu='i386'
  2301. build_os='freebsd8.2'
  2302. build_vendor='portbld'
  2303. datadir='${datarootdir}'
  2304. datarootdir='${prefix}/share'
  2305. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2306. dvidir='${docdir}'
  2307. exec_prefix='NONE'
  2308. host='i386-portbld-freebsd8.2'
  2309. host_alias=''
  2310. host_cpu='i386'
  2311. host_os='freebsd8.2'
  2312. host_vendor='portbld'
  2313. htmldir='${docdir}'
  2314. includedir='${prefix}/include'
  2315. infodir='/usr/local/info'
  2316. install_sh='${SHELL} /usr/ports/devel/libtool/work/libtool-2.4/libltdl/config/install-sh'
  2317. libdir='${exec_prefix}/lib'
  2318. libexecdir='${exec_prefix}/libexec'
  2319. localedir='${datarootdir}/locale'
  2320. localstatedir='${prefix}/var'
  2321. mandir='/usr/local/man'
  2322. mkdir_p='$(top_builddir)/libltdl/config/install-sh -c -d'
  2323. oldincludedir='/usr/include'
  2324. package_revision='1.3293'
  2325. pdfdir='${docdir}'
  2326. pkgdatadir='${datadir}/libtool'
  2327. prefix='/usr/local'
  2328. program_transform_name='s,x,x,'
  2329. psdir='${docdir}'
  2330. sbindir='${exec_prefix}/sbin'
  2331. sharedstatedir='${prefix}/com'
  2332. sys_symbol_underscore='no'
  2333. sysconfdir='${prefix}/etc'
  2334. target_alias=''
  2335. to_host_file_cmd='func_convert_file_noop'
  2336. to_tool_file_cmd='func_convert_file_noop'
  2337.  
  2338. ## ----------- ##
  2339. ## confdefs.h. ##
  2340. ## ----------- ##
  2341.  
  2342. /* confdefs.h */
  2343. #define PACKAGE_NAME "GNU Libtool"
  2344. #define PACKAGE_TARNAME "libtool"
  2345. #define PACKAGE_VERSION "2.4"
  2346. #define PACKAGE_STRING "GNU Libtool 2.4"
  2347. #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  2348. #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
  2349. #define PACKAGE "libtool"
  2350. #define VERSION "2.4"
  2351. #define STDC_HEADERS 1
  2352. #define HAVE_SYS_TYPES_H 1
  2353. #define HAVE_SYS_STAT_H 1
  2354. #define HAVE_STDLIB_H 1
  2355. #define HAVE_STRING_H 1
  2356. #define HAVE_MEMORY_H 1
  2357. #define HAVE_STRINGS_H 1
  2358. #define HAVE_INTTYPES_H 1
  2359. #define HAVE_STDINT_H 1
  2360. #define HAVE_UNISTD_H 1
  2361. #define HAVE_DLFCN_H 1
  2362. #define LT_OBJDIR ".libs/"
  2363. #define LT_MODULE_EXT ".so"
  2364. #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
  2365. #define LT_DLSEARCH_PATH "/lib:/usr/lib"
  2366. #define HAVE_LIBDL 1
  2367. #define HAVE_DLERROR 1
  2368. #define HAVE_LIBDLLOADER 1
  2369. #define error_t int
  2370. #define __error_t_defined 1
  2371. #define HAVE_PRELOADED_SYMBOLS 1
  2372. #define HAVE_UNISTD_H 1
  2373. #define HAVE_DIRENT_H 1
  2374. #define HAVE_CLOSEDIR 1
  2375. #define HAVE_OPENDIR 1
  2376. #define HAVE_READDIR 1
  2377. #define HAVE_STRLCAT 1
  2378. #define HAVE_STRLCPY 1
  2379. #define LT_LIBEXT "a"
  2380. #define LT_LIBPREFIX "lib"
  2381.  
  2382. configure: exit 1
  2383.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement