Guest User

Untitled

a guest
Jun 24th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.01 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --sysconfdir=/usr/home/user/fgms --sbindir=/usr/home/user/fgms/ --prefix=/usr/home/user/fgms
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = host.host.com
  14. uname -m = amd64
  15. uname -r = 9.0-RELEASE
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 9.0-RELEASE root@host.host.com:/usr/obj/usr/src/sys/host
  18.  
  19. /usr/bin/uname -p = amd64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin/
  31. PATH: /usr/local/sbin/
  32. PATH: /sbin
  33. PATH: /bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /usr/games
  37. PATH: /usr/local/sbin
  38. PATH: /usr/local/bin
  39. PATH: /usr/X11R6/bin
  40. PATH: /home/user/bin
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:2367: checking for a BSD-compatible install
  48. configure:2435: result: /usr/local/bin//ginstall -c
  49. configure:2446: checking whether build environment is sane
  50. configure:2496: result: yes
  51. configure:2637: checking for a thread-safe mkdir -p
  52. configure:2676: result: /usr/local/bin//gmkdir -p
  53. configure:2689: checking for gawk
  54. configure:2719: result: no
  55. configure:2689: checking for mawk
  56. configure:2719: result: no
  57. configure:2689: checking for nawk
  58. configure:2705: found /usr/bin/nawk
  59. configure:2716: result: nawk
  60. configure:2727: checking whether make sets $(MAKE)
  61. configure:2749: result: yes
  62. configure:2881: checking for gcc
  63. configure:2897: found /usr/bin/gcc
  64. configure:2908: result: gcc
  65. configure:3137: checking for C compiler version
  66. configure:3146: gcc --version >&5
  67. gcc (GCC) 4.2.1 20070831 patched [FreeBSD]
  68. Copyright (C) 2007 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:3157: $? = 0
  73. configure:3146: gcc -v >&5
  74. Using built-in specs.
  75. Target: amd64-undermydesk-freebsd
  76. Configured with: FreeBSD/amd64 system compiler
  77. Thread model: posix
  78. gcc version 4.2.1 20070831 patched [FreeBSD]
  79. configure:3157: $? = 0
  80. configure:3146: gcc -V >&5
  81. gcc: '-V' option must have argument
  82. configure:3157: $? = 1
  83. configure:3146: gcc -qversion >&5
  84. gcc: unrecognized option '-qversion'
  85. gcc: No input files specified
  86. configure:3157: $? = 1
  87. configure:3177: checking whether the C compiler works
  88. configure:3199: gcc conftest.c >&5
  89. configure:3203: $? = 0
  90. configure:3251: result: yes
  91. configure:3254: checking for C compiler default output file name
  92. configure:3256: result: a.out
  93. configure:3262: checking for suffix of executables
  94. configure:3269: gcc -o conftest conftest.c >&5
  95. configure:3273: $? = 0
  96. configure:3295: result:
  97. configure:3317: checking whether we are cross compiling
  98. configure:3325: gcc -o conftest conftest.c >&5
  99. configure:3329: $? = 0
  100. configure:3336: ./conftest
  101. configure:3340: $? = 0
  102. configure:3355: result: no
  103. configure:3360: checking for suffix of object files
  104. configure:3382: gcc -c conftest.c >&5
  105. configure:3386: $? = 0
  106. configure:3407: result: o
  107. configure:3411: checking whether we are using the GNU C compiler
  108. configure:3430: gcc -c conftest.c >&5
  109. configure:3430: $? = 0
  110. configure:3439: result: yes
  111. configure:3448: checking whether gcc accepts -g
  112. configure:3468: gcc -c -g conftest.c >&5
  113. configure:3468: $? = 0
  114. configure:3509: result: yes
  115. configure:3526: checking for gcc option to accept ISO C89
  116. configure:3590: gcc -c -g -O2 conftest.c >&5
  117. configure:3590: $? = 0
  118. configure:3603: result: none needed
  119. configure:3634: checking for style of include used by make
  120. configure:3662: result: GNU
  121. configure:3687: checking dependency style of gcc
  122. configure:3797: result: gcc3
  123. configure:3818: checking how to run the C preprocessor
  124. configure:3849: gcc -E conftest.c
  125. configure:3849: $? = 0
  126. configure:3863: gcc -E conftest.c
  127. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  128. configure:3863: $? = 1
  129. configure: failed program was:
  130. | /* confdefs.h */
  131. | #define PACKAGE_NAME ""
  132. | #define PACKAGE_TARNAME ""
  133. | #define PACKAGE_VERSION ""
  134. | #define PACKAGE_STRING ""
  135. | #define PACKAGE_BUGREPORT ""
  136. | #define PACKAGE_URL ""
  137. | #define PACKAGE "fgms"
  138. | #define VERSION "0.10.9"
  139. | /* end confdefs.h. */
  140. | #include <ac_nonexistent.h>
  141. configure:3888: result: gcc -E
  142. configure:3908: gcc -E conftest.c
  143. configure:3908: $? = 0
  144. configure:3922: gcc -E conftest.c
  145. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  146. configure:3922: $? = 1
  147. configure: failed program was:
  148. | /* confdefs.h */
  149. | #define PACKAGE_NAME ""
  150. | #define PACKAGE_TARNAME ""
  151. | #define PACKAGE_VERSION ""
  152. | #define PACKAGE_STRING ""
  153. | #define PACKAGE_BUGREPORT ""
  154. | #define PACKAGE_URL ""
  155. | #define PACKAGE "fgms"
  156. | #define VERSION "0.10.9"
  157. | /* end confdefs.h. */
  158. | #include <ac_nonexistent.h>
  159. configure:3951: checking for grep that handles long lines and -e
  160. configure:4009: result: /usr/bin/grep
  161. configure:4014: checking for egrep
  162. configure:4076: result: /usr/bin/grep -E
  163. configure:4082: checking whether gcc needs -traditional
  164. conftest.c:11:19: error: sgtty.h: No such file or directory
  165. conftest.c:11:20: error: termio.h: No such file or directory
  166. configure:4116: result: no
  167. configure:4181: checking for g++
  168. configure:4197: found /usr/bin/g++
  169. configure:4208: result: g++
  170. configure:4235: checking for C++ compiler version
  171. configure:4244: g++ --version >&5
  172. g++ (GCC) 4.2.1 20070831 patched [FreeBSD]
  173. Copyright (C) 2007 Free Software Foundation, Inc.
  174. This is free software; see the source for copying conditions. There is NO
  175. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  176.  
  177. configure:4255: $? = 0
  178. configure:4244: g++ -v >&5
  179. Using built-in specs.
  180. Target: amd64-undermydesk-freebsd
  181. Configured with: FreeBSD/amd64 system compiler
  182. Thread model: posix
  183. gcc version 4.2.1 20070831 patched [FreeBSD]
  184. configure:4255: $? = 0
  185. configure:4244: g++ -V >&5
  186. g++: '-V' option must have argument
  187. configure:4255: $? = 1
  188. configure:4244: g++ -qversion >&5
  189. g++: unrecognized option '-qversion'
  190. g++: No input files specified
  191. configure:4255: $? = 1
  192. configure:4259: checking whether we are using the GNU C++ compiler
  193. configure:4278: g++ -c conftest.cpp >&5
  194. configure:4278: $? = 0
  195. configure:4287: result: yes
  196. configure:4296: checking whether g++ accepts -g
  197. configure:4316: g++ -c -g conftest.cpp >&5
  198. configure:4316: $? = 0
  199. configure:4357: result: yes
  200. configure:4382: checking dependency style of g++
  201. configure:4492: result: gcc3
  202. configure:4512: checking how to run the C++ preprocessor
  203. configure:4539: g++ -E conftest.cpp
  204. configure:4539: $? = 0
  205. configure:4553: g++ -E conftest.cpp
  206. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  207. configure:4553: $? = 1
  208. configure: failed program was:
  209. | /* confdefs.h */
  210. | #define PACKAGE_NAME ""
  211. | #define PACKAGE_TARNAME ""
  212. | #define PACKAGE_VERSION ""
  213. | #define PACKAGE_STRING ""
  214. | #define PACKAGE_BUGREPORT ""
  215. | #define PACKAGE_URL ""
  216. | #define PACKAGE "fgms"
  217. | #define VERSION "0.10.9"
  218. | /* end confdefs.h. */
  219. | #include <ac_nonexistent.h>
  220. configure:4578: result: g++ -E
  221. configure:4598: g++ -E conftest.cpp
  222. configure:4598: $? = 0
  223. configure:4612: g++ -E conftest.cpp
  224. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  225. configure:4612: $? = 1
  226. configure: failed program was:
  227. | /* confdefs.h */
  228. | #define PACKAGE_NAME ""
  229. | #define PACKAGE_TARNAME ""
  230. | #define PACKAGE_VERSION ""
  231. | #define PACKAGE_STRING ""
  232. | #define PACKAGE_BUGREPORT ""
  233. | #define PACKAGE_URL ""
  234. | #define PACKAGE "fgms"
  235. | #define VERSION "0.10.9"
  236. | /* end confdefs.h. */
  237. | #include <ac_nonexistent.h>
  238. configure:4669: checking build system type
  239. configure:4683: result: amd64-unknown-freebsd9.0
  240. configure:4703: checking host system type
  241. configure:4716: result: amd64-unknown-freebsd9.0
  242. configure:4757: checking how to print strings
  243. configure:4784: result: printf
  244. configure:4805: checking for a sed that does not truncate output
  245. configure:4869: result: /usr/bin/sed
  246. configure:4887: checking for fgrep
  247. configure:4949: result: /usr/bin/grep -F
  248. configure:4984: checking for ld used by gcc
  249. configure:5051: result: /usr/bin/ld
  250. configure:5058: checking if the linker (/usr/bin/ld) is GNU ld
  251. configure:5073: result: yes
  252. configure:5085: checking for BSD- or MS-compatible name lister (nm)
  253. configure:5134: result: /usr/local/bin//nm -B
  254. configure:5264: checking the name lister (/usr/local/bin//nm -B) interface
  255. configure:5271: gcc -c -g -O2 conftest.c >&5
  256. configure:5274: /usr/local/bin//nm -B "conftest.o"
  257. configure:5277: output
  258. 0000000000000000 B some_variable
  259. configure:5284: result: BSD nm
  260. configure:5287: checking whether ln -s works
  261. configure:5291: result: yes
  262. configure:5299: checking the maximum length of command line arguments
  263. configure:5424: result: 49152
  264. configure:5441: checking whether the shell understands some XSI constructs
  265. configure:5451: result: yes
  266. configure:5455: checking whether the shell understands "+="
  267. configure:5461: result: no
  268. configure:5496: checking how to convert amd64-unknown-freebsd9.0 file names to amd64-unknown-freebsd9.0 format
  269. configure:5536: result: func_convert_file_noop
  270. configure:5543: checking how to convert amd64-unknown-freebsd9.0 file names to toolchain format
  271. configure:5563: result: func_convert_file_noop
  272. configure:5570: checking for /usr/bin/ld option to reload object files
  273. configure:5577: result: -r
  274. configure:5651: checking for objdump
  275. configure:5667: found /usr/local/bin//objdump
  276. configure:5678: result: objdump
  277. configure:5710: checking how to recognize dependent libraries
  278. configure:5912: result: pass_all
  279. configure:5997: checking for dlltool
  280. configure:6027: result: no
  281. configure:6057: checking how to associate runtime and link libraries
  282. configure:6084: result: printf %s\n
  283. configure:6144: checking for ar
  284. configure:6160: found /usr/local/bin//ar
  285. configure:6171: result: ar
  286. configure:6208: checking for archiver @FILE support
  287. configure:6225: gcc -c -g -O2 conftest.c >&5
  288. configure:6225: $? = 0
  289. configure:6228: ar cru libconftest.a @conftest.lst >&5
  290. configure:6231: $? = 0
  291. configure:6236: ar cru libconftest.a @conftest.lst >&5
  292. ar: conftest.o: No such file or directory
  293. configure:6239: $? = 1
  294. configure:6251: result: @
  295. configure:6309: checking for strip
  296. configure:6325: found /usr/local/bin//strip
  297. configure:6336: result: strip
  298. configure:6408: checking for ranlib
  299. configure:6424: found /usr/local/bin//ranlib
  300. configure:6435: result: ranlib
  301. configure:6537: checking command to parse /usr/local/bin//nm -B output from gcc object
  302. configure:6656: gcc -c -g -O2 conftest.c >&5
  303. configure:6659: $? = 0
  304. configure:6663: /usr/local/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
  305. configure:6666: $? = 0
  306. configure:6732: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  307. configure:6735: $? = 0
  308. configure:6773: result: ok
  309. configure:6810: checking for sysroot
  310. configure:6840: result: no
  311. configure:7083: checking for mt
  312. configure:7099: found /usr/bin/mt
  313. configure:7110: result: mt
  314. configure:7133: checking if mt is a manifest tool
  315. configure:7139: mt '-?'
  316. mt: illegal option -- ?
  317. usage: mt [-f device] command [count]
  318. configure:7147: result: no
  319. configure:7774: checking for ANSI C header files
  320. configure:7794: gcc -c -g -O2 conftest.c >&5
  321. configure:7794: $? = 0
  322. configure:7867: gcc -o conftest -g -O2 conftest.c >&5
  323. configure:7867: $? = 0
  324. configure:7867: ./conftest
  325. configure:7867: $? = 0
  326. configure:7878: result: yes
  327. configure:7891: checking for sys/types.h
  328. configure:7891: gcc -c -g -O2 conftest.c >&5
  329. configure:7891: $? = 0
  330. configure:7891: result: yes
  331. configure:7891: checking for sys/stat.h
  332. configure:7891: gcc -c -g -O2 conftest.c >&5
  333. configure:7891: $? = 0
  334. configure:7891: result: yes
  335. configure:7891: checking for stdlib.h
  336. configure:7891: gcc -c -g -O2 conftest.c >&5
  337. configure:7891: $? = 0
  338. configure:7891: result: yes
  339. configure:7891: checking for string.h
  340. configure:7891: gcc -c -g -O2 conftest.c >&5
  341. configure:7891: $? = 0
  342. configure:7891: result: yes
  343. configure:7891: checking for memory.h
  344. configure:7891: gcc -c -g -O2 conftest.c >&5
  345. configure:7891: $? = 0
  346. configure:7891: result: yes
  347. configure:7891: checking for strings.h
  348. configure:7891: gcc -c -g -O2 conftest.c >&5
  349. configure:7891: $? = 0
  350. configure:7891: result: yes
  351. configure:7891: checking for inttypes.h
  352. configure:7891: gcc -c -g -O2 conftest.c >&5
  353. configure:7891: $? = 0
  354. configure:7891: result: yes
  355. configure:7891: checking for stdint.h
  356. configure:7891: gcc -c -g -O2 conftest.c >&5
  357. configure:7891: $? = 0
  358. configure:7891: result: yes
  359. configure:7891: checking for unistd.h
  360. configure:7891: gcc -c -g -O2 conftest.c >&5
  361. configure:7891: $? = 0
  362. configure:7891: result: yes
  363. configure:7905: checking for dlfcn.h
  364. configure:7905: gcc -c -g -O2 conftest.c >&5
  365. configure:7905: $? = 0
  366. configure:7905: result: yes
  367. configure:8103: checking for objdir
  368. configure:8118: result: .libs
  369. configure:8385: checking if gcc supports -fno-rtti -fno-exceptions
  370. configure:8403: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  371. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  372. configure:8407: $? = 0
  373. configure:8420: result: no
  374. configure:8730: checking for gcc option to produce PIC
  375. configure:8737: result: -fPIC -DPIC
  376. configure:8745: checking if gcc PIC flag -fPIC -DPIC works
  377. configure:8763: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  378. configure:8767: $? = 0
  379. configure:8780: result: yes
  380. configure:8809: checking if gcc static flag -static works
  381. configure:8837: result: yes
  382. configure:8852: checking if gcc supports -c -o file.o
  383. configure:8873: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  384. configure:8877: $? = 0
  385. configure:8899: result: yes
  386. configure:8907: checking if gcc supports -c -o file.o
  387. configure:8954: result: yes
  388. configure:8987: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  389. configure:10141: result: yes
  390. configure:10178: checking whether -lc should be explicitly linked in
  391. configure:10186: gcc -c -g -O2 conftest.c >&5
  392. configure:10189: $? = 0
  393. configure:10204: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  394. configure:10207: $? = 0
  395. configure:10221: result: no
  396. configure:10386: checking dynamic linker characteristics
  397. configure:11118: result: freebsd9.0 ld.so
  398. configure:11225: checking how to hardcode library paths into programs
  399. configure:11250: result: immediate
  400. configure:11790: checking whether stripping libraries is possible
  401. configure:11795: result: yes
  402. configure:11830: checking if libtool supports shared libraries
  403. configure:11832: result: yes
  404. configure:11835: checking whether to build shared libraries
  405. configure:11856: result: yes
  406. configure:11859: checking whether to build static libraries
  407. configure:11863: result: yes
  408. configure:11886: checking how to run the C++ preprocessor
  409. configure:11952: result: g++ -E
  410. configure:11972: g++ -E conftest.cpp
  411. configure:11972: $? = 0
  412. configure:11986: g++ -E conftest.cpp
  413. conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
  414. configure:11986: $? = 1
  415. configure: failed program was:
  416. | /* confdefs.h */
  417. | #define PACKAGE_NAME ""
  418. | #define PACKAGE_TARNAME ""
  419. | #define PACKAGE_VERSION ""
  420. | #define PACKAGE_STRING ""
  421. | #define PACKAGE_BUGREPORT ""
  422. | #define PACKAGE_URL ""
  423. | #define PACKAGE "fgms"
  424. | #define VERSION "0.10.9"
  425. | #define STDC_HEADERS 1
  426. | #define HAVE_SYS_TYPES_H 1
  427. | #define HAVE_SYS_STAT_H 1
  428. | #define HAVE_STDLIB_H 1
  429. | #define HAVE_STRING_H 1
  430. | #define HAVE_MEMORY_H 1
  431. | #define HAVE_STRINGS_H 1
  432. | #define HAVE_INTTYPES_H 1
  433. | #define HAVE_STDINT_H 1
  434. | #define HAVE_UNISTD_H 1
  435. | #define HAVE_DLFCN_H 1
  436. | #define LT_OBJDIR ".libs/"
  437. | /* end confdefs.h. */
  438. | #include <ac_nonexistent.h>
  439. configure:12156: checking for ld used by g++
  440. configure:12223: result: /usr/bin/ld
  441. configure:12230: checking if the linker (/usr/bin/ld) is GNU ld
  442. configure:12245: result: yes
  443. configure:12300: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  444. configure:13304: result: yes
  445. configure:13339: g++ -c -g -O2 conftest.cpp >&5
  446. configure:13342: $? = 0
  447. configure:13862: checking for g++ option to produce PIC
  448. configure:13869: result: -fPIC -DPIC
  449. configure:13877: checking if g++ PIC flag -fPIC -DPIC works
  450. configure:13895: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  451. configure:13899: $? = 0
  452. configure:13912: result: yes
  453. configure:13935: checking if g++ static flag -static works
  454. configure:13963: result: yes
  455. configure:13975: checking if g++ supports -c -o file.o
  456. configure:13996: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  457. configure:14000: $? = 0
  458. configure:14022: result: yes
  459. configure:14027: checking if g++ supports -c -o file.o
  460. configure:14074: result: yes
  461. configure:14104: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  462. configure:14138: result: yes
  463. configure:14281: checking dynamic linker characteristics
  464. configure:14947: result: freebsd9.0 ld.so
  465. configure:15000: checking how to hardcode library paths into programs
  466. configure:15025: result: immediate
  467. configure:15084: checking whether byte ordering is bigendian
  468. configure:15099: gcc -c -g -O2 conftest.c >&5
  469. conftest.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  470. configure:15099: $? = 1
  471. configure: failed program was:
  472. | /* confdefs.h */
  473. | #define PACKAGE_NAME ""
  474. | #define PACKAGE_TARNAME ""
  475. | #define PACKAGE_VERSION ""
  476. | #define PACKAGE_STRING ""
  477. | #define PACKAGE_BUGREPORT ""
  478. | #define PACKAGE_URL ""
  479. | #define PACKAGE "fgms"
  480. | #define VERSION "0.10.9"
  481. | #define STDC_HEADERS 1
  482. | #define HAVE_SYS_TYPES_H 1
  483. | #define HAVE_SYS_STAT_H 1
  484. | #define HAVE_STDLIB_H 1
  485. | #define HAVE_STRING_H 1
  486. | #define HAVE_MEMORY_H 1
  487. | #define HAVE_STRINGS_H 1
  488. | #define HAVE_INTTYPES_H 1
  489. | #define HAVE_STDINT_H 1
  490. | #define HAVE_UNISTD_H 1
  491. | #define HAVE_DLFCN_H 1
  492. | #define LT_OBJDIR ".libs/"
  493. | /* end confdefs.h. */
  494. | #ifndef __APPLE_CC__
  495. | not a universal capable compiler
  496. | #endif
  497. | typedef int dummy;
  498. |
  499. configure:15144: gcc -c -g -O2 conftest.c >&5
  500. configure:15144: $? = 0
  501. configure:15162: gcc -c -g -O2 conftest.c >&5
  502. conftest.c: In function 'main':
  503. conftest.c:30: error: 'not' undeclared (first use in this function)
  504. conftest.c:30: error: (Each undeclared identifier is reported only once
  505. conftest.c:30: error: for each function it appears in.)
  506. conftest.c:30: error: expected ';' before 'big'
  507. configure:15162: $? = 1
  508. configure: failed program was:
  509. | /* confdefs.h */
  510. | #define PACKAGE_NAME ""
  511. | #define PACKAGE_TARNAME ""
  512. | #define PACKAGE_VERSION ""
  513. | #define PACKAGE_STRING ""
  514. | #define PACKAGE_BUGREPORT ""
  515. | #define PACKAGE_URL ""
  516. | #define PACKAGE "fgms"
  517. | #define VERSION "0.10.9"
  518. | #define STDC_HEADERS 1
  519. | #define HAVE_SYS_TYPES_H 1
  520. | #define HAVE_SYS_STAT_H 1
  521. | #define HAVE_STDLIB_H 1
  522. | #define HAVE_STRING_H 1
  523. | #define HAVE_MEMORY_H 1
  524. | #define HAVE_STRINGS_H 1
  525. | #define HAVE_INTTYPES_H 1
  526. | #define HAVE_STDINT_H 1
  527. | #define HAVE_UNISTD_H 1
  528. | #define HAVE_DLFCN_H 1
  529. | #define LT_OBJDIR ".libs/"
  530. | /* end confdefs.h. */
  531. | #include <sys/types.h>
  532. | #include <sys/param.h>
  533. |
  534. | int
  535. | main ()
  536. | {
  537. | #if BYTE_ORDER != BIG_ENDIAN
  538. | not big endian
  539. | #endif
  540. |
  541. | ;
  542. | return 0;
  543. | }
  544. configure:15290: result: no
  545. configure:15335: checking for gmake
  546. configure:15351: found /usr/local/bin//gmake
  547. configure:15363: result: yes
  548. configure:15416: checking for gmake
  549. configure:15434: found /usr/local/bin//gmake
  550. configure:15447: result: /usr/local/bin//gmake
  551. configure:15464: checking for ANSI C header files
  552. configure:15568: result: yes
  553. configure:15579: checking for dirent.h that defines DIR
  554. configure:15598: gcc -c -g -O2 conftest.c >&5
  555. configure:15598: $? = 0
  556. configure:15606: result: yes
  557. configure:15619: checking for library containing opendir
  558. configure:15650: gcc -o conftest -g -O2 conftest.c >&5
  559. configure:15650: $? = 0
  560. configure:15667: result: none required
  561. configure:15734: checking windows.h usability
  562. configure:15734: gcc -c -g -O2 conftest.c >&5
  563. conftest.c:58:21: error: windows.h: No such file or directory
  564. configure:15734: $? = 1
  565. configure: failed program was:
  566. | /* confdefs.h */
  567. | #define PACKAGE_NAME ""
  568. | #define PACKAGE_TARNAME ""
  569. | #define PACKAGE_VERSION ""
  570. | #define PACKAGE_STRING ""
  571. | #define PACKAGE_BUGREPORT ""
  572. | #define PACKAGE_URL ""
  573. | #define PACKAGE "fgms"
  574. | #define VERSION "0.10.9"
  575. | #define STDC_HEADERS 1
  576. | #define HAVE_SYS_TYPES_H 1
  577. | #define HAVE_SYS_STAT_H 1
  578. | #define HAVE_STDLIB_H 1
  579. | #define HAVE_STRING_H 1
  580. | #define HAVE_MEMORY_H 1
  581. | #define HAVE_STRINGS_H 1
  582. | #define HAVE_INTTYPES_H 1
  583. | #define HAVE_STDINT_H 1
  584. | #define HAVE_UNISTD_H 1
  585. | #define HAVE_DLFCN_H 1
  586. | #define LT_OBJDIR ".libs/"
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_DIRENT_H 1
  589. | /* end confdefs.h. */
  590. | #include <stdio.h>
  591. | #ifdef HAVE_SYS_TYPES_H
  592. | # include <sys/types.h>
  593. | #endif
  594. | #ifdef HAVE_SYS_STAT_H
  595. | # include <sys/stat.h>
  596. | #endif
  597. | #ifdef STDC_HEADERS
  598. | # include <stdlib.h>
  599. | # include <stddef.h>
  600. | #else
  601. | # ifdef HAVE_STDLIB_H
  602. | # include <stdlib.h>
  603. | # endif
  604. | #endif
  605. | #ifdef HAVE_STRING_H
  606. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  607. | # include <memory.h>
  608. | # endif
  609. | # include <string.h>
  610. | #endif
  611. | #ifdef HAVE_STRINGS_H
  612. | # include <strings.h>
  613. | #endif
  614. | #ifdef HAVE_INTTYPES_H
  615. | # include <inttypes.h>
  616. | #endif
  617. | #ifdef HAVE_STDINT_H
  618. | # include <stdint.h>
  619. | #endif
  620. | #ifdef HAVE_UNISTD_H
  621. | # include <unistd.h>
  622. | #endif
  623. | #include <windows.h>
  624. configure:15734: result: no
  625. configure:15734: checking windows.h presence
  626. configure:15734: gcc -E conftest.c
  627. conftest.c:25:21: error: windows.h: No such file or directory
  628. configure:15734: $? = 1
  629. configure: failed program was:
  630. | /* confdefs.h */
  631. | #define PACKAGE_NAME ""
  632. | #define PACKAGE_TARNAME ""
  633. | #define PACKAGE_VERSION ""
  634. | #define PACKAGE_STRING ""
  635. | #define PACKAGE_BUGREPORT ""
  636. | #define PACKAGE_URL ""
  637. | #define PACKAGE "fgms"
  638. | #define VERSION "0.10.9"
  639. | #define STDC_HEADERS 1
  640. | #define HAVE_SYS_TYPES_H 1
  641. | #define HAVE_SYS_STAT_H 1
  642. | #define HAVE_STDLIB_H 1
  643. | #define HAVE_STRING_H 1
  644. | #define HAVE_MEMORY_H 1
  645. | #define HAVE_STRINGS_H 1
  646. | #define HAVE_INTTYPES_H 1
  647. | #define HAVE_STDINT_H 1
  648. | #define HAVE_UNISTD_H 1
  649. | #define HAVE_DLFCN_H 1
  650. | #define LT_OBJDIR ".libs/"
  651. | #define STDC_HEADERS 1
  652. | #define HAVE_DIRENT_H 1
  653. | /* end confdefs.h. */
  654. | #include <windows.h>
  655. configure:15734: result: no
  656. configure:15734: checking for windows.h
  657. configure:15734: result: no
  658. configure:15759: checking stdio.h usability
  659. configure:15759: gcc -c -g -O2 conftest.c >&5
  660. configure:15759: $? = 0
  661. configure:15759: result: yes
  662. configure:15759: checking stdio.h presence
  663. configure:15759: gcc -E conftest.c
  664. configure:15759: $? = 0
  665. configure:15759: result: yes
  666. configure:15759: checking for stdio.h
  667. configure:15759: result: yes
  668. configure:15759: checking for stdint.h
  669. configure:15759: result: yes
  670. configure:15759: checking byteswap.h usability
  671. configure:15759: gcc -c -g -O2 conftest.c >&5
  672. conftest.c:60:22: error: byteswap.h: No such file or directory
  673. configure:15759: $? = 1
  674. configure: failed program was:
  675. | /* confdefs.h */
  676. | #define PACKAGE_NAME ""
  677. | #define PACKAGE_TARNAME ""
  678. | #define PACKAGE_VERSION ""
  679. | #define PACKAGE_STRING ""
  680. | #define PACKAGE_BUGREPORT ""
  681. | #define PACKAGE_URL ""
  682. | #define PACKAGE "fgms"
  683. | #define VERSION "0.10.9"
  684. | #define STDC_HEADERS 1
  685. | #define HAVE_SYS_TYPES_H 1
  686. | #define HAVE_SYS_STAT_H 1
  687. | #define HAVE_STDLIB_H 1
  688. | #define HAVE_STRING_H 1
  689. | #define HAVE_MEMORY_H 1
  690. | #define HAVE_STRINGS_H 1
  691. | #define HAVE_INTTYPES_H 1
  692. | #define HAVE_STDINT_H 1
  693. | #define HAVE_UNISTD_H 1
  694. | #define HAVE_DLFCN_H 1
  695. | #define LT_OBJDIR ".libs/"
  696. | #define STDC_HEADERS 1
  697. | #define HAVE_DIRENT_H 1
  698. | #define HAVE_STDIO_H 1
  699. | #define HAVE_STDINT_H 1
  700. | /* end confdefs.h. */
  701. | #include <stdio.h>
  702. | #ifdef HAVE_SYS_TYPES_H
  703. | # include <sys/types.h>
  704. | #endif
  705. | #ifdef HAVE_SYS_STAT_H
  706. | # include <sys/stat.h>
  707. | #endif
  708. | #ifdef STDC_HEADERS
  709. | # include <stdlib.h>
  710. | # include <stddef.h>
  711. | #else
  712. | # ifdef HAVE_STDLIB_H
  713. | # include <stdlib.h>
  714. | # endif
  715. | #endif
  716. | #ifdef HAVE_STRING_H
  717. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  718. | # include <memory.h>
  719. | # endif
  720. | # include <string.h>
  721. | #endif
  722. | #ifdef HAVE_STRINGS_H
  723. | # include <strings.h>
  724. | #endif
  725. | #ifdef HAVE_INTTYPES_H
  726. | # include <inttypes.h>
  727. | #endif
  728. | #ifdef HAVE_STDINT_H
  729. | # include <stdint.h>
  730. | #endif
  731. | #ifdef HAVE_UNISTD_H
  732. | # include <unistd.h>
  733. | #endif
  734. | #include <byteswap.h>
  735. configure:15759: result: no
  736. configure:15759: checking byteswap.h presence
  737. configure:15759: gcc -E conftest.c
  738. conftest.c:27:22: error: byteswap.h: No such file or directory
  739. configure:15759: $? = 1
  740. configure: failed program was:
  741. | /* confdefs.h */
  742. | #define PACKAGE_NAME ""
  743. | #define PACKAGE_TARNAME ""
  744. | #define PACKAGE_VERSION ""
  745. | #define PACKAGE_STRING ""
  746. | #define PACKAGE_BUGREPORT ""
  747. | #define PACKAGE_URL ""
  748. | #define PACKAGE "fgms"
  749. | #define VERSION "0.10.9"
  750. | #define STDC_HEADERS 1
  751. | #define HAVE_SYS_TYPES_H 1
  752. | #define HAVE_SYS_STAT_H 1
  753. | #define HAVE_STDLIB_H 1
  754. | #define HAVE_STRING_H 1
  755. | #define HAVE_MEMORY_H 1
  756. | #define HAVE_STRINGS_H 1
  757. | #define HAVE_INTTYPES_H 1
  758. | #define HAVE_STDINT_H 1
  759. | #define HAVE_UNISTD_H 1
  760. | #define HAVE_DLFCN_H 1
  761. | #define LT_OBJDIR ".libs/"
  762. | #define STDC_HEADERS 1
  763. | #define HAVE_DIRENT_H 1
  764. | #define HAVE_STDIO_H 1
  765. | #define HAVE_STDINT_H 1
  766. | /* end confdefs.h. */
  767. | #include <byteswap.h>
  768. configure:15759: result: no
  769. configure:15759: checking for byteswap.h
  770. configure:15759: result: no
  771. configure:15759: checking ctype.h usability
  772. configure:15759: gcc -c -g -O2 conftest.c >&5
  773. configure:15759: $? = 0
  774. configure:15759: result: yes
  775. configure:15759: checking ctype.h presence
  776. configure:15759: gcc -E conftest.c
  777. configure:15759: $? = 0
  778. configure:15759: result: yes
  779. configure:15759: checking for ctype.h
  780. configure:15759: result: yes
  781. configure:15759: checking for sys/types.h
  782. configure:15759: result: yes
  783. configure:15759: checking for sys/stat.h
  784. configure:15759: result: yes
  785. configure:15759: checking pwd.h usability
  786. configure:15759: gcc -c -g -O2 conftest.c >&5
  787. configure:15759: $? = 0
  788. configure:15759: result: yes
  789. configure:15759: checking pwd.h presence
  790. configure:15759: gcc -E conftest.c
  791. configure:15759: $? = 0
  792. configure:15759: result: yes
  793. configure:15759: checking for pwd.h
  794. configure:15759: result: yes
  795. configure:15759: checking for stdlib.h
  796. configure:15759: result: yes
  797. configure:15759: checking for unistd.h
  798. configure:15759: result: yes
  799. configure:15759: checking termios.h usability
  800. configure:15759: gcc -c -g -O2 conftest.c >&5
  801. configure:15759: $? = 0
  802. configure:15759: result: yes
  803. configure:15759: checking termios.h presence
  804. configure:15759: gcc -E conftest.c
  805. configure:15759: $? = 0
  806. configure:15759: result: yes
  807. configure:15759: checking for termios.h
  808. configure:15759: result: yes
  809. configure:15759: checking for string.h
  810. configure:15759: result: yes
  811. configure:15759: checking syslog.h usability
  812. configure:15759: gcc -c -g -O2 conftest.c >&5
  813. configure:15759: $? = 0
  814. configure:15759: result: yes
  815. configure:15759: checking syslog.h presence
  816. configure:15759: gcc -E conftest.c
  817. configure:15759: $? = 0
  818. configure:15759: result: yes
  819. configure:15759: checking for syslog.h
  820. configure:15759: result: yes
  821. configure:15759: checking libgen.h usability
  822. configure:15759: gcc -c -g -O2 conftest.c >&5
  823. configure:15759: $? = 0
  824. configure:15759: result: yes
  825. configure:15759: checking libgen.h presence
  826. configure:15759: gcc -E conftest.c
  827. configure:15759: $? = 0
  828. configure:15759: result: yes
  829. configure:15759: checking for libgen.h
  830. configure:15759: result: yes
  831. configure:15770: checking for an ANSI C-conforming const
  832. configure:15835: gcc -c -g -O2 conftest.c >&5
  833. configure:15835: $? = 0
  834. configure:15842: result: yes
  835. configure:15850: checking for socklen_t
  836. configure:15867: gcc -c -g -O2 conftest.c >&5
  837. configure:15867: $? = 0
  838. configure:15869: result: yes
  839. configure:16069: creating ./config.status
  840.  
  841. ## ---------------------- ##
  842. ## Running config.status. ##
  843. ## ---------------------- ##
  844.  
  845. This file was extended by config.status, which was
  846. generated by GNU Autoconf 2.68. Invocation command line was
  847.  
  848. CONFIG_FILES =
  849. CONFIG_HEADERS =
  850. CONFIG_LINKS =
  851. CONFIG_COMMANDS =
  852. $ ./config.status
  853.  
  854. on host.host.net
  855.  
  856. config.status:1176: creating Makefile
  857. config.status:1176: creating src/Makefile
  858. config.status:1176: creating src/simgear/Makefile
  859. config.status:1176: creating src/simgear/debug/Makefile
  860. config.status:1176: creating src/simgear/misc/Makefile
  861. config.status:1176: creating src/simgear/math/Makefile
  862. config.status:1176: creating src/flightgear/Makefile
  863. config.status:1176: creating src/flightgear/MultiPlayer/Makefile
  864. config.status:1176: creating src/plib/Makefile
  865. config.status:1176: creating src/server/Makefile
  866. config.status:1176: creating config.h
  867. config.status:1357: config.h is unchanged
  868. config.status:1405: executing depfiles commands
  869. config.status:1405: executing libtool commands
  870.  
  871. ## ---------------- ##
  872. ## Cache variables. ##
  873. ## ---------------- ##
  874.  
  875. ac_cv_build=amd64-unknown-freebsd9.0
  876. ac_cv_c_bigendian=no
  877. ac_cv_c_compiler_gnu=yes
  878. ac_cv_c_const=yes
  879. ac_cv_cxx_compiler_gnu=yes
  880. ac_cv_env_CCC_set=''
  881. ac_cv_env_CCC_value=''
  882. ac_cv_env_CC_set=''
  883. ac_cv_env_CC_value=''
  884. ac_cv_env_CFLAGS_set=''
  885. ac_cv_env_CFLAGS_value=''
  886. ac_cv_env_CPPFLAGS_set=''
  887. ac_cv_env_CPPFLAGS_value=''
  888. ac_cv_env_CPP_set=''
  889. ac_cv_env_CPP_value=''
  890. ac_cv_env_CXXCPP_set=''
  891. ac_cv_env_CXXCPP_value=''
  892. ac_cv_env_CXXFLAGS_set=''
  893. ac_cv_env_CXXFLAGS_value=''
  894. ac_cv_env_CXX_set=''
  895. ac_cv_env_CXX_value=''
  896. ac_cv_env_LDFLAGS_set=''
  897. ac_cv_env_LDFLAGS_value=''
  898. ac_cv_env_LIBS_set=''
  899. ac_cv_env_LIBS_value=''
  900. ac_cv_env_build_alias_set=''
  901. ac_cv_env_build_alias_value=''
  902. ac_cv_env_host_alias_set=''
  903. ac_cv_env_host_alias_value=''
  904. ac_cv_env_target_alias_set=''
  905. ac_cv_env_target_alias_value=''
  906. ac_cv_header_byteswap_h=no
  907. ac_cv_header_ctype_h=yes
  908. ac_cv_header_dirent_dirent_h=yes
  909. ac_cv_header_dlfcn_h=yes
  910. ac_cv_header_inttypes_h=yes
  911. ac_cv_header_libgen_h=yes
  912. ac_cv_header_memory_h=yes
  913. ac_cv_header_pwd_h=yes
  914. ac_cv_header_stdc=yes
  915. ac_cv_header_stdint_h=yes
  916. ac_cv_header_stdio_h=yes
  917. ac_cv_header_stdlib_h=yes
  918. ac_cv_header_string_h=yes
  919. ac_cv_header_strings_h=yes
  920. ac_cv_header_sys_stat_h=yes
  921. ac_cv_header_sys_types_h=yes
  922. ac_cv_header_syslog_h=yes
  923. ac_cv_header_termios_h=yes
  924. ac_cv_header_unistd_h=yes
  925. ac_cv_header_windows_h=no
  926. ac_cv_host=amd64-unknown-freebsd9.0
  927. ac_cv_objext=o
  928. ac_cv_path_EGREP='/usr/bin/grep -E'
  929. ac_cv_path_FGREP='/usr/bin/grep -F'
  930. ac_cv_path_GREP=/usr/bin/grep
  931. ac_cv_path_MAKE=/usr/local/bin//gmake
  932. ac_cv_path_SED=/usr/bin/sed
  933. ac_cv_path_install='/usr/local/bin//ginstall -c'
  934. ac_cv_path_mkdir=/usr/local/bin//gmkdir
  935. ac_cv_prog_AWK=nawk
  936. ac_cv_prog_CPP='gcc -E'
  937. ac_cv_prog_CXXCPP='g++ -E'
  938. ac_cv_prog_GMAKE=yes
  939. ac_cv_prog_ac_ct_AR=ar
  940. ac_cv_prog_ac_ct_CC=gcc
  941. ac_cv_prog_ac_ct_CXX=g++
  942. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  943. ac_cv_prog_ac_ct_OBJDUMP=objdump
  944. ac_cv_prog_ac_ct_RANLIB=ranlib
  945. ac_cv_prog_ac_ct_STRIP=strip
  946. ac_cv_prog_cc_c89=''
  947. ac_cv_prog_cc_g=yes
  948. ac_cv_prog_cxx_g=yes
  949. ac_cv_prog_gcc_traditional=no
  950. ac_cv_prog_make_make_set=yes
  951. ac_cv_search_opendir='none required'
  952. am_cv_CC_dependencies_compiler_type=gcc3
  953. am_cv_CXX_dependencies_compiler_type=gcc3
  954. lt_cv_ar_at_file=@
  955. lt_cv_archive_cmds_need_lc=no
  956. lt_cv_deplibs_check_method=pass_all
  957. lt_cv_file_magic_cmd='$MAGIC_CMD'
  958. lt_cv_file_magic_test_file=''
  959. lt_cv_ld_reload_flag=-r
  960. lt_cv_nm_interface='BSD nm'
  961. lt_cv_objdir=.libs
  962. lt_cv_path_LD=/usr/bin/ld
  963. lt_cv_path_LDCXX=/usr/bin/ld
  964. lt_cv_path_NM='/usr/local/bin//nm -B'
  965. lt_cv_path_mainfest_tool=no
  966. lt_cv_prog_compiler_c_o=yes
  967. lt_cv_prog_compiler_c_o_CXX=yes
  968. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  969. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  970. lt_cv_prog_compiler_pic_works=yes
  971. lt_cv_prog_compiler_pic_works_CXX=yes
  972. lt_cv_prog_compiler_rtti_exceptions=no
  973. lt_cv_prog_compiler_static_works=yes
  974. lt_cv_prog_compiler_static_works_CXX=yes
  975. lt_cv_prog_gnu_ld=yes
  976. lt_cv_prog_gnu_ldcxx=yes
  977. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  978. 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'\'
  979. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
  980. 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'\'
  981. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
  982. lt_cv_sys_max_cmd_len=49152
  983. lt_cv_to_host_file_cmd=func_convert_file_noop
  984. lt_cv_to_tool_file_cmd=func_convert_file_noop
  985.  
  986. ## ----------------- ##
  987. ## Output variables. ##
  988. ## ----------------- ##
  989.  
  990. ACLOCAL='${SHELL} /home/user/fgms/fgms-0-x/missing --run aclocal-1.11'
  991. AGE='9'
  992. AMDEPBACKSLASH='\'
  993. AMDEP_FALSE='#'
  994. AMDEP_TRUE=''
  995. AMTAR='${SHELL} /home/user/fgms/fgms-0-x/missing --run tar'
  996. AR='ar'
  997. AUTOCONF='${SHELL} /home/user/fgms/fgms-0-x/missing --run autoconf'
  998. AUTOHEADER='${SHELL} /home/user/fgms/fgms-0-x/missing --run autoheader'
  999. AUTOMAKE='${SHELL} /home/user/fgms/fgms-0-x/missing --run automake-1.11'
  1000. AWK='nawk'
  1001. CC='gcc'
  1002. CCDEPMODE='depmode=gcc3'
  1003. CFLAGS='-Wall "-DSYSCONFDIR="\"/usr/home/user/fgms\"'
  1004. CPP='gcc -E'
  1005. CPPFLAGS=''
  1006. CURRENT='0'
  1007. CXX='g++'
  1008. CXXCPP='g++ -E'
  1009. CXXDEPMODE='depmode=gcc3'
  1010. CXXFLAGS='-Wall "-DSYSCONFDIR="\"/usr/home/user/fgms\"'
  1011. CYGPATH_W='echo'
  1012. DEFS='-DHAVE_CONFIG_H'
  1013. DEPDIR='.deps'
  1014. DLLTOOL='false'
  1015. DSYMUTIL=''
  1016. DUMPBIN=''
  1017. ECHO_C=''
  1018. ECHO_N='-n'
  1019. ECHO_T=''
  1020. EGREP='/usr/bin/grep -E'
  1021. EXEEXT=''
  1022. FGREP='/usr/bin/grep -F'
  1023. GMAKE='yes'
  1024. GREP='/usr/bin/grep'
  1025. INSTALL_DATA='${INSTALL} -m 644'
  1026. INSTALL_PROGRAM='${INSTALL}'
  1027. INSTALL_SCRIPT='${INSTALL}'
  1028. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1029. LD='/usr/bin/ld'
  1030. LDFLAGS=''
  1031. LIBOBJS=''
  1032. LIBS=''
  1033. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1034. LIPO=''
  1035. LN_S='ln -s'
  1036. LTLIBOBJS=''
  1037. MAKE='/usr/local/bin//gmake'
  1038. MAKEINFO='${SHELL} /home/user/fgms/fgms-0-x/missing --run makeinfo'
  1039. MANIFEST_TOOL=':'
  1040. MKDIR_P='/usr/local/bin//gmkdir -p'
  1041. NM='/usr/local/bin//nm -B'
  1042. NMEDIT=''
  1043. OBJDUMP='objdump'
  1044. OBJEXT='o'
  1045. OTOOL64=''
  1046. OTOOL=''
  1047. PACKAGE='fgms'
  1048. PACKAGE_BUGREPORT=''
  1049. PACKAGE_NAME=''
  1050. PACKAGE_STRING=''
  1051. PACKAGE_TARNAME=''
  1052. PACKAGE_URL=''
  1053. PACKAGE_VERSION=''
  1054. PATH_SEPARATOR=':'
  1055. RANLIB='ranlib'
  1056. REVISION='10'
  1057. SED='/usr/bin/sed'
  1058. SET_MAKE=''
  1059. SHELL='/bin/sh'
  1060. STRIP='strip'
  1061. VERSION='0.10.9'
  1062. ac_ct_AR='ar'
  1063. ac_ct_CC='gcc'
  1064. ac_ct_CXX='g++'
  1065. ac_ct_DUMPBIN=''
  1066. am__EXEEXT_FALSE=''
  1067. am__EXEEXT_TRUE='#'
  1068. am__fastdepCC_FALSE='#'
  1069. am__fastdepCC_TRUE=''
  1070. am__fastdepCXX_FALSE='#'
  1071. am__fastdepCXX_TRUE=''
  1072. am__include='include'
  1073. am__isrc=''
  1074. am__leading_dot='.'
  1075. am__quote=''
  1076. am__tar='${AMTAR} chof - "$$tardir"'
  1077. am__untar='${AMTAR} xf -'
  1078. bindir='${exec_prefix}/bin'
  1079. build='amd64-unknown-freebsd9.0'
  1080. build_alias=''
  1081. build_cpu='amd64'
  1082. build_os='freebsd9.0'
  1083. build_vendor='unknown'
  1084. datadir='${datarootdir}'
  1085. datarootdir='${prefix}/share'
  1086. docdir='${datarootdir}/doc/${PACKAGE}'
  1087. dvidir='${docdir}'
  1088. exec_prefix='${prefix}'
  1089. host='amd64-unknown-freebsd9.0'
  1090. host_alias=''
  1091. host_cpu='amd64'
  1092. host_os='freebsd9.0'
  1093. host_vendor='unknown'
  1094. htmldir='${docdir}'
  1095. includedir='${prefix}/include'
  1096. infodir='${datarootdir}/info'
  1097. install_sh='${SHELL} /home/user/fgms/fgms-0-x/install-sh'
  1098. libdir='${exec_prefix}/lib'
  1099. libexecdir='${exec_prefix}/libexec'
  1100. localedir='${datarootdir}/locale'
  1101. localstatedir='${prefix}/var'
  1102. mandir='${datarootdir}/man'
  1103. mkdir_p='/usr/local/bin//gmkdir -p'
  1104. oldincludedir='/usr/include'
  1105. pdfdir='${docdir}'
  1106. prefix='/usr/home/user/fgms'
  1107. program_transform_name='s,x,x,'
  1108. psdir='${docdir}'
  1109. sbindir='/usr/home/user/fgms'
  1110. sharedstatedir='${prefix}/com'
  1111. sysconfdir='/usr/home/user/fgms'
  1112. target_alias=''
  1113.  
  1114. ## ----------- ##
  1115. ## confdefs.h. ##
  1116. ## ----------- ##
  1117.  
  1118. /* confdefs.h */
  1119. #define PACKAGE_NAME ""
  1120. #define PACKAGE_TARNAME ""
  1121. #define PACKAGE_VERSION ""
  1122. #define PACKAGE_STRING ""
  1123. #define PACKAGE_BUGREPORT ""
  1124. #define PACKAGE_URL ""
  1125. #define PACKAGE "fgms"
  1126. #define VERSION "0.10.9"
  1127. #define STDC_HEADERS 1
  1128. #define HAVE_SYS_TYPES_H 1
  1129. #define HAVE_SYS_STAT_H 1
  1130. #define HAVE_STDLIB_H 1
  1131. #define HAVE_STRING_H 1
  1132. #define HAVE_MEMORY_H 1
  1133. #define HAVE_STRINGS_H 1
  1134. #define HAVE_INTTYPES_H 1
  1135. #define HAVE_STDINT_H 1
  1136. #define HAVE_UNISTD_H 1
  1137. #define HAVE_DLFCN_H 1
  1138. #define LT_OBJDIR ".libs/"
  1139. #define STDC_HEADERS 1
  1140. #define HAVE_DIRENT_H 1
  1141. #define HAVE_STDIO_H 1
  1142. #define HAVE_STDINT_H 1
  1143. #define HAVE_CTYPE_H 1
  1144. #define HAVE_SYS_TYPES_H 1
  1145. #define HAVE_SYS_STAT_H 1
  1146. #define HAVE_PWD_H 1
  1147. #define HAVE_STDLIB_H 1
  1148. #define HAVE_UNISTD_H 1
  1149. #define HAVE_TERMIOS_H 1
  1150. #define HAVE_STRING_H 1
  1151. #define HAVE_SYSLOG_H 1
  1152. #define HAVE_LIBGEN_H 1
  1153.  
  1154. configure: exit 0
Add Comment
Please, Sign In to add comment