home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / openh323.tar.gz / openh323.tar / openh323 / config.log < prev    next >
Text File  |  2004-06-22  |  17KB  |  625 lines

  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.57.  Invocation command line was
  6.  
  7.   $ ./configure 
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ws
  14. uname -m = i686
  15. uname -r = 2.6.6-1.435
  16. uname -s = Linux
  17. uname -v = #1 Mon Jun 14 09:09:07 EDT 2004
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = i686
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo               = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/kerberos/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/X11R6/bin
  35. PATH: /home/reid/bin
  36. PATH: /sbin
  37. PATH: /usr/sbin
  38. PATH: .
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:1317: checking for g++
  46. configure:1333: found /usr/bin/g++
  47. configure:1343: result: g++
  48. configure:1359: checking for C++ compiler version
  49. configure:1362: g++ --version </dev/null >&5
  50. g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
  51. Copyright (C) 2003 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions.  There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:1365: $? = 0
  56. configure:1367: g++ -v </dev/null >&5
  57. Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
  58. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
  59. Thread model: posix
  60. gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
  61. configure:1370: $? = 0
  62. configure:1372: g++ -V </dev/null >&5
  63. g++: `-V' option must have argument
  64. configure:1375: $? = 1
  65. configure:1399: checking for C++ compiler default output
  66. configure:1402: g++    conftest.cc  >&5
  67. configure:1405: $? = 0
  68. configure:1451: result: a.out
  69. configure:1456: checking whether the C++ compiler works
  70. configure:1462: ./a.out
  71. configure:1465: $? = 0
  72. configure:1482: result: yes
  73. configure:1489: checking whether we are cross compiling
  74. configure:1491: result: no
  75. configure:1494: checking for suffix of executables
  76. configure:1496: g++ -o conftest    conftest.cc  >&5
  77. configure:1499: $? = 0
  78. configure:1524: result: 
  79. configure:1530: checking for suffix of object files
  80. configure:1552: g++ -c   conftest.cc >&5
  81. configure:1555: $? = 0
  82. configure:1577: result: o
  83. configure:1581: checking whether we are using the GNU C++ compiler
  84. configure:1606: g++ -c   conftest.cc >&5
  85. configure:1609: $? = 0
  86. configure:1612: test -s conftest.o
  87. configure:1615: $? = 0
  88. configure:1628: result: yes
  89. configure:1634: checking whether g++ accepts -g
  90. configure:1656: g++ -c -g  conftest.cc >&5
  91. configure:1659: $? = 0
  92. configure:1662: test -s conftest.o
  93. configure:1665: $? = 0
  94. configure:1676: result: yes
  95. configure:1720: g++ -c -g -O2  conftest.cc >&5
  96. configure:1723: $? = 0
  97. configure:1726: test -s conftest.o
  98. configure:1729: $? = 0
  99. configure:1756: g++ -c -g -O2  conftest.cc >&5
  100. configure: In function `int main()':
  101. configure:1751: error: `exit' undeclared (first use this function)
  102. configure:1751: error: (Each undeclared identifier is reported only once for 
  103.    each function it appears in.)
  104. configure:1759: $? = 1
  105. configure: failed program was:
  106. | #line 1739 "configure"
  107. | /* confdefs.h.  */
  108. | #define PACKAGE_NAME ""
  109. | #define PACKAGE_TARNAME ""
  110. | #define PACKAGE_VERSION ""
  111. | #define PACKAGE_STRING ""
  112. | #define PACKAGE_BUGREPORT ""
  113. | /* end confdefs.h.  */
  114. | int
  115. | main ()
  116. | {
  117. | exit (42);
  118. |   ;
  119. |   return 0;
  120. | }
  121. configure:1720: g++ -c -g -O2  conftest.cc >&5
  122. configure:1723: $? = 0
  123. configure:1726: test -s conftest.o
  124. configure:1729: $? = 0
  125. configure:1756: g++ -c -g -O2  conftest.cc >&5
  126. configure:1759: $? = 0
  127. configure:1762: test -s conftest.o
  128. configure:1765: $? = 0
  129. configure:1843: checking for /home/software/voip/openh323/../pwlib/version.h
  130. configure:1858: result: yes
  131. configure:2094: checking for gcc
  132. configure:2110: found /usr/bin/gcc
  133. configure:2120: result: gcc
  134. configure:2364: checking for C compiler version
  135. configure:2367: gcc --version </dev/null >&5
  136. gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
  137. Copyright (C) 2003 Free Software Foundation, Inc.
  138. This is free software; see the source for copying conditions.  There is NO
  139. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  140.  
  141. configure:2370: $? = 0
  142. configure:2372: gcc -v </dev/null >&5
  143. Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
  144. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
  145. Thread model: posix
  146. gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
  147. configure:2375: $? = 0
  148. configure:2377: gcc -V </dev/null >&5
  149. gcc: `-V' option must have argument
  150. configure:2380: $? = 1
  151. configure:2383: checking whether we are using the GNU C compiler
  152. configure:2408: gcc -c   conftest.c >&5
  153. configure:2411: $? = 0
  154. configure:2414: test -s conftest.o
  155. configure:2417: $? = 0
  156. configure:2430: result: yes
  157. configure:2436: checking whether gcc accepts -g
  158. configure:2458: gcc -c -g  conftest.c >&5
  159. configure:2461: $? = 0
  160. configure:2464: test -s conftest.o
  161. configure:2467: $? = 0
  162. configure:2478: result: yes
  163. configure:2495: checking for gcc option to accept ANSI C
  164. configure:2556: gcc  -c -g -O2  conftest.c >&5
  165. configure:2559: $? = 0
  166. configure:2562: test -s conftest.o
  167. configure:2565: $? = 0
  168. configure:2583: result: none needed
  169. configure:2601: gcc -c -g -O2  conftest.c >&5
  170. conftest.c:2: error: syntax error before "me"
  171. configure:2604: $? = 1
  172. configure: failed program was:
  173. | #ifndef __cplusplus
  174. |   choke me
  175. | #endif
  176. configure:2719: checking how to run the C preprocessor
  177. configure:2755: gcc -E  conftest.c
  178. configure:2761: $? = 0
  179. configure:2793: gcc -E  conftest.c
  180. configure:2795:28: ac_nonexistent.h: No such file or directory
  181. configure:2799: $? = 1
  182. configure: failed program was:
  183. | #line 2784 "configure"
  184. | /* confdefs.h.  */
  185. | #define PACKAGE_NAME ""
  186. | #define PACKAGE_TARNAME ""
  187. | #define PACKAGE_VERSION ""
  188. | #define PACKAGE_STRING ""
  189. | #define PACKAGE_BUGREPORT ""
  190. | #ifdef __cplusplus
  191. | #include <stdlib.h>
  192. | #endif
  193. | /* end confdefs.h.  */
  194. | #include <ac_nonexistent.h>
  195. configure:2837: result: gcc -E
  196. configure:2862: gcc -E  conftest.c
  197. configure:2868: $? = 0
  198. configure:2900: gcc -E  conftest.c
  199. configure:2902:28: ac_nonexistent.h: No such file or directory
  200. configure:2906: $? = 1
  201. configure: failed program was:
  202. | #line 2891 "configure"
  203. | /* confdefs.h.  */
  204. | #define PACKAGE_NAME ""
  205. | #define PACKAGE_TARNAME ""
  206. | #define PACKAGE_VERSION ""
  207. | #define PACKAGE_STRING ""
  208. | #define PACKAGE_BUGREPORT ""
  209. | #ifdef __cplusplus
  210. | #include <stdlib.h>
  211. | #endif
  212. | /* end confdefs.h.  */
  213. | #include <ac_nonexistent.h>
  214. configure:2949: checking for egrep
  215. configure:2959: result: grep -E
  216. configure:2964: checking for ANSI C header files
  217. configure:2990: gcc -c -g -O2  conftest.c >&5
  218. configure:2993: $? = 0
  219. configure:2996: test -s conftest.o
  220. configure:2999: $? = 0
  221. configure:3088: gcc -o conftest -g -O2   conftest.c  >&5
  222. configure:3091: $? = 0
  223. configure:3093: ./conftest
  224. configure:3096: $? = 0
  225. configure:3111: result: yes
  226. configure:3135: checking for sys/types.h
  227. configure:3152: gcc -c -g -O2  conftest.c >&5
  228. configure:3155: $? = 0
  229. configure:3158: test -s conftest.o
  230. configure:3161: $? = 0
  231. configure:3172: result: yes
  232. configure:3135: checking for sys/stat.h
  233. configure:3152: gcc -c -g -O2  conftest.c >&5
  234. configure:3155: $? = 0
  235. configure:3158: test -s conftest.o
  236. configure:3161: $? = 0
  237. configure:3172: result: yes
  238. configure:3135: checking for stdlib.h
  239. configure:3152: gcc -c -g -O2  conftest.c >&5
  240. configure:3155: $? = 0
  241. configure:3158: test -s conftest.o
  242. configure:3161: $? = 0
  243. configure:3172: result: yes
  244. configure:3135: checking for string.h
  245. configure:3152: gcc -c -g -O2  conftest.c >&5
  246. configure:3155: $? = 0
  247. configure:3158: test -s conftest.o
  248. configure:3161: $? = 0
  249. configure:3172: result: yes
  250. configure:3135: checking for memory.h
  251. configure:3152: gcc -c -g -O2  conftest.c >&5
  252. configure:3155: $? = 0
  253. configure:3158: test -s conftest.o
  254. configure:3161: $? = 0
  255. configure:3172: result: yes
  256. configure:3135: checking for strings.h
  257. configure:3152: gcc -c -g -O2  conftest.c >&5
  258. configure:3155: $? = 0
  259. configure:3158: test -s conftest.o
  260. configure:3161: $? = 0
  261. configure:3172: result: yes
  262. configure:3135: checking for inttypes.h
  263. configure:3152: gcc -c -g -O2  conftest.c >&5
  264. configure:3155: $? = 0
  265. configure:3158: test -s conftest.o
  266. configure:3161: $? = 0
  267. configure:3172: result: yes
  268. configure:3135: checking for stdint.h
  269. configure:3152: gcc -c -g -O2  conftest.c >&5
  270. configure:3155: $? = 0
  271. configure:3158: test -s conftest.o
  272. configure:3161: $? = 0
  273. configure:3172: result: yes
  274. configure:3135: checking for unistd.h
  275. configure:3152: gcc -c -g -O2  conftest.c >&5
  276. configure:3155: $? = 0
  277. configure:3158: test -s conftest.o
  278. configure:3161: $? = 0
  279. configure:3172: result: yes
  280. configure:3198: checking avcodec.h usability
  281. configure:3211: gcc -c -g -O2  conftest.c >&5
  282. configure:3255:21: avcodec.h: No such file or directory
  283. configure:3214: $? = 1
  284. configure: failed program was:
  285. | #line 3200 "configure"
  286. | /* confdefs.h.  */
  287. | #define PACKAGE_NAME ""
  288. | #define PACKAGE_TARNAME ""
  289. | #define PACKAGE_VERSION ""
  290. | #define PACKAGE_STRING ""
  291. | #define PACKAGE_BUGREPORT ""
  292. | #ifdef __cplusplus
  293. | #include <stdlib.h>
  294. | #endif
  295. | #define STDC_HEADERS 1
  296. | #define HAVE_SYS_TYPES_H 1
  297. | #define HAVE_SYS_STAT_H 1
  298. | #define HAVE_STDLIB_H 1
  299. | #define HAVE_STRING_H 1
  300. | #define HAVE_MEMORY_H 1
  301. | #define HAVE_STRINGS_H 1
  302. | #define HAVE_INTTYPES_H 1
  303. | #define HAVE_STDINT_H 1
  304. | #define HAVE_UNISTD_H 1
  305. | /* end confdefs.h.  */
  306. | #include <stdio.h>
  307. | #if HAVE_SYS_TYPES_H
  308. | # include <sys/types.h>
  309. | #endif
  310. | #if HAVE_SYS_STAT_H
  311. | # include <sys/stat.h>
  312. | #endif
  313. | #if STDC_HEADERS
  314. | # include <stdlib.h>
  315. | # include <stddef.h>
  316. | #else
  317. | # if HAVE_STDLIB_H
  318. | #  include <stdlib.h>
  319. | # endif
  320. | #endif
  321. | #if HAVE_STRING_H
  322. | # if !STDC_HEADERS && HAVE_MEMORY_H
  323. | #  include <memory.h>
  324. | # endif
  325. | # include <string.h>
  326. | #endif
  327. | #if HAVE_STRINGS_H
  328. | # include <strings.h>
  329. | #endif
  330. | #if HAVE_INTTYPES_H
  331. | # include <inttypes.h>
  332. | #else
  333. | # if HAVE_STDINT_H
  334. | #  include <stdint.h>
  335. | # endif
  336. | #endif
  337. | #if HAVE_UNISTD_H
  338. | # include <unistd.h>
  339. | #endif
  340. | #include <avcodec.h>
  341. configure:3230: result: no
  342. configure:3234: checking avcodec.h presence
  343. configure:3245: gcc -E  conftest.c
  344. configure:3257:21: avcodec.h: No such file or directory
  345. configure:3251: $? = 1
  346. configure: failed program was:
  347. | #line 3236 "configure"
  348. | /* confdefs.h.  */
  349. | #define PACKAGE_NAME ""
  350. | #define PACKAGE_TARNAME ""
  351. | #define PACKAGE_VERSION ""
  352. | #define PACKAGE_STRING ""
  353. | #define PACKAGE_BUGREPORT ""
  354. | #ifdef __cplusplus
  355. | #include <stdlib.h>
  356. | #endif
  357. | #define STDC_HEADERS 1
  358. | #define HAVE_SYS_TYPES_H 1
  359. | #define HAVE_SYS_STAT_H 1
  360. | #define HAVE_STDLIB_H 1
  361. | #define HAVE_STRING_H 1
  362. | #define HAVE_MEMORY_H 1
  363. | #define HAVE_STRINGS_H 1
  364. | #define HAVE_INTTYPES_H 1
  365. | #define HAVE_STDINT_H 1
  366. | #define HAVE_UNISTD_H 1
  367. | /* end confdefs.h.  */
  368. | #include <avcodec.h>
  369. configure:3270: result: no
  370. configure:3306: checking for avcodec.h
  371. configure:3313: result: no
  372. configure:3447: checking encoder-h263.h usability
  373. configure:3460: gcc -c -g -O2  conftest.c >&5
  374. configure:3504:26: encoder-h263.h: No such file or directory
  375. configure:3463: $? = 1
  376. configure: failed program was:
  377. | #line 3449 "configure"
  378. | /* confdefs.h.  */
  379. | #define PACKAGE_NAME ""
  380. | #define PACKAGE_TARNAME ""
  381. | #define PACKAGE_VERSION ""
  382. | #define PACKAGE_STRING ""
  383. | #define PACKAGE_BUGREPORT ""
  384. | #ifdef __cplusplus
  385. | #include <stdlib.h>
  386. | #endif
  387. | #define STDC_HEADERS 1
  388. | #define HAVE_SYS_TYPES_H 1
  389. | #define HAVE_SYS_STAT_H 1
  390. | #define HAVE_STDLIB_H 1
  391. | #define HAVE_STRING_H 1
  392. | #define HAVE_MEMORY_H 1
  393. | #define HAVE_STRINGS_H 1
  394. | #define HAVE_INTTYPES_H 1
  395. | #define HAVE_STDINT_H 1
  396. | #define HAVE_UNISTD_H 1
  397. | /* end confdefs.h.  */
  398. | #include <stdio.h>
  399. | #if HAVE_SYS_TYPES_H
  400. | # include <sys/types.h>
  401. | #endif
  402. | #if HAVE_SYS_STAT_H
  403. | # include <sys/stat.h>
  404. | #endif
  405. | #if STDC_HEADERS
  406. | # include <stdlib.h>
  407. | # include <stddef.h>
  408. | #else
  409. | # if HAVE_STDLIB_H
  410. | #  include <stdlib.h>
  411. | # endif
  412. | #endif
  413. | #if HAVE_STRING_H
  414. | # if !STDC_HEADERS && HAVE_MEMORY_H
  415. | #  include <memory.h>
  416. | # endif
  417. | # include <string.h>
  418. | #endif
  419. | #if HAVE_STRINGS_H
  420. | # include <strings.h>
  421. | #endif
  422. | #if HAVE_INTTYPES_H
  423. | # include <inttypes.h>
  424. | #else
  425. | # if HAVE_STDINT_H
  426. | #  include <stdint.h>
  427. | # endif
  428. | #endif
  429. | #if HAVE_UNISTD_H
  430. | # include <unistd.h>
  431. | #endif
  432. | #include <encoder-h263.h>
  433. configure:3479: result: no
  434. configure:3483: checking encoder-h263.h presence
  435. configure:3494: gcc -E  conftest.c
  436. configure:3506:26: encoder-h263.h: No such file or directory
  437. configure:3500: $? = 1
  438. configure: failed program was:
  439. | #line 3485 "configure"
  440. | /* confdefs.h.  */
  441. | #define PACKAGE_NAME ""
  442. | #define PACKAGE_TARNAME ""
  443. | #define PACKAGE_VERSION ""
  444. | #define PACKAGE_STRING ""
  445. | #define PACKAGE_BUGREPORT ""
  446. | #ifdef __cplusplus
  447. | #include <stdlib.h>
  448. | #endif
  449. | #define STDC_HEADERS 1
  450. | #define HAVE_SYS_TYPES_H 1
  451. | #define HAVE_SYS_STAT_H 1
  452. | #define HAVE_STDLIB_H 1
  453. | #define HAVE_STRING_H 1
  454. | #define HAVE_MEMORY_H 1
  455. | #define HAVE_STRINGS_H 1
  456. | #define HAVE_INTTYPES_H 1
  457. | #define HAVE_STDINT_H 1
  458. | #define HAVE_UNISTD_H 1
  459. | /* end confdefs.h.  */
  460. | #include <encoder-h263.h>
  461. configure:3519: result: no
  462. configure:3555: checking for encoder-h263.h
  463. configure:3562: result: no
  464. configure:3759: creating ./config.status
  465.  
  466. ## ---------------------- ##
  467. ## Running config.status. ##
  468. ## ---------------------- ##
  469.  
  470. This file was extended by config.status, which was
  471. generated by GNU Autoconf 2.57.  Invocation command line was
  472.  
  473.   CONFIG_FILES    = 
  474.   CONFIG_HEADERS  = 
  475.   CONFIG_LINKS    = 
  476.   CONFIG_COMMANDS = 
  477.   $ ./config.status 
  478.  
  479. on ws
  480.  
  481. config.status:621: creating openh323u.mak
  482. config.status:621: creating Makefile
  483. config.status:724: creating include/openh323buildopts.h
  484.  
  485. ## ---------------- ##
  486. ## Cache variables. ##
  487. ## ---------------- ##
  488.  
  489. ac_cv_c_compiler_gnu=yes
  490. ac_cv_cxx_compiler_gnu=yes
  491. ac_cv_env_CC_set=
  492. ac_cv_env_CC_value=
  493. ac_cv_env_CFLAGS_set=
  494. ac_cv_env_CFLAGS_value=
  495. ac_cv_env_CPPFLAGS_set=
  496. ac_cv_env_CPPFLAGS_value=
  497. ac_cv_env_CPP_set=
  498. ac_cv_env_CPP_value=
  499. ac_cv_env_CXXFLAGS_set=
  500. ac_cv_env_CXXFLAGS_value=
  501. ac_cv_env_CXX_set=
  502. ac_cv_env_CXX_value=
  503. ac_cv_env_LDFLAGS_set=
  504. ac_cv_env_LDFLAGS_value=
  505. ac_cv_env_build_alias_set=
  506. ac_cv_env_build_alias_value=
  507. ac_cv_env_host_alias_set=
  508. ac_cv_env_host_alias_value=
  509. ac_cv_env_target_alias_set=
  510. ac_cv_env_target_alias_value=
  511. ac_cv_exeext=
  512. ac_cv_file__home_software_voip_openh323____pwlib_version_h=yes
  513. ac_cv_header_avcodec_h=no
  514. ac_cv_header_encoder_h263_h=no
  515. ac_cv_header_inttypes_h=yes
  516. ac_cv_header_memory_h=yes
  517. ac_cv_header_stdc=yes
  518. ac_cv_header_stdint_h=yes
  519. ac_cv_header_stdlib_h=yes
  520. ac_cv_header_string_h=yes
  521. ac_cv_header_strings_h=yes
  522. ac_cv_header_sys_stat_h=yes
  523. ac_cv_header_sys_types_h=yes
  524. ac_cv_header_unistd_h=yes
  525. ac_cv_objext=o
  526. ac_cv_prog_CPP='gcc -E'
  527. ac_cv_prog_ac_ct_CC=gcc
  528. ac_cv_prog_ac_ct_CXX=g++
  529. ac_cv_prog_cc_g=yes
  530. ac_cv_prog_cc_stdc=
  531. ac_cv_prog_cxx_g=yes
  532. ac_cv_prog_egrep='grep -E'
  533.  
  534. ## ----------------- ##
  535. ## Output variables. ##
  536. ## ----------------- ##
  537.  
  538. CC='gcc'
  539. CFLAGS='-g -O2'
  540. CPP='gcc -E'
  541. CPPFLAGS=''
  542. CXX='g++'
  543. CXXFLAGS='-g -O2'
  544. DEFS='-DHAVE_CONFIG_H'
  545. ECHO_C=''
  546. ECHO_N='-n'
  547. ECHO_T=''
  548. EGREP='grep -E'
  549. ENDLDLIBS=''
  550. EXEEXT=''
  551. H323_AVCODEC=''
  552. H323_VICH263=''
  553. INSTALLPREFIX='/usr/local'
  554. LDFLAGS=''
  555. LIBDIR='${exec_prefix}/lib'
  556. LIBOBJS=''
  557. LIBS=''
  558. LTLIBOBJS=''
  559. OBJEXT='o'
  560. OPENH323DIR='/home/software/voip/openh323'
  561. OPENH323_VERSION='1.12.2'
  562. PACKAGE_BUGREPORT=''
  563. PACKAGE_NAME=''
  564. PACKAGE_STRING=''
  565. PACKAGE_TARNAME=''
  566. PACKAGE_VERSION=''
  567. PATH_SEPARATOR=':'
  568. PTLIB_CONFIG=''
  569. PWLIBDIR='/home/software/voip/openh323/../pwlib'
  570. SHELL='/bin/sh'
  571. STDCCFLAGS=''
  572. ac_ct_CC='gcc'
  573. ac_ct_CXX='g++'
  574. bindir='${exec_prefix}/bin'
  575. build_alias=''
  576. datadir='${prefix}/share'
  577. exec_prefix='${prefix}'
  578. host_alias=''
  579. includedir='${prefix}/include'
  580. infodir='${prefix}/info'
  581. libdir='${exec_prefix}/lib'
  582. libexecdir='${exec_prefix}/libexec'
  583. localstatedir='${prefix}/var'
  584. mandir='${prefix}/man'
  585. oldincludedir='/usr/include'
  586. prefix='/usr/local'
  587. program_transform_name='s,x,x,'
  588. sbindir='${exec_prefix}/sbin'
  589. sharedstatedir='${prefix}/com'
  590. sysconfdir='${prefix}/etc'
  591. target_alias=''
  592.  
  593. ## ----------- ##
  594. ## confdefs.h. ##
  595. ## ----------- ##
  596.  
  597. #define HAVE_INTTYPES_H 1
  598. #define HAVE_MEMORY_H 1
  599. #define HAVE_STDINT_H 1
  600. #define HAVE_STDLIB_H 1
  601. #define HAVE_STRINGS_H 1
  602. #define HAVE_STRING_H 1
  603. #define HAVE_SYS_STAT_H 1
  604. #define HAVE_SYS_TYPES_H 1
  605. #define HAVE_UNISTD_H 1
  606. #define PACKAGE_BUGREPORT ""
  607. #define PACKAGE_NAME ""
  608. #define PACKAGE_STRING ""
  609. #define PACKAGE_TARNAME ""
  610. #define PACKAGE_VERSION ""
  611. #define STDC_HEADERS 1
  612. #endif
  613. #ifdef __cplusplus
  614. #include <stdlib.h>
  615.  
  616. configure: exit 0
  617.