Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.85 KB | None | 0 0
  1.  
  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 FileZilla configure 3.5.0, which was
  6. generated by GNU Autoconf 2.67. Invocation command line was
  7.  
  8. $ ./configure --prefix=/home/nmok/progs/app/filezilla-3.5.0 --with-tinyxml=builtin
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = enterprise-e
  15. uname -m = x86_64
  16. uname -r = 2.6.38.7-enterprise-e
  17. uname -s = Linux
  18. uname -v = #1 SMP Sun May 22 23:42:18 EDT 2011
  19.  
  20. /usr/bin/uname -p = Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = x86_64
  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: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/games
  35. PATH: /usr/lib64/java/bin
  36. PATH: /usr/lib64/kde4/libexec
  37. PATH: /usr/lib64/qt/bin
  38. PATH: /usr/share/texmf/bin
  39. PATH: .
  40. PATH: /home/nmok/progs/vapp/bin
  41. PATH: /usr/local/bin
  42. PATH: /usr/bin
  43. PATH: /bin
  44. PATH: /usr/X11R6/bin
  45. PATH: /home/nmok/progs/vapp/bin
  46. PATH: /usr/local/bin
  47. PATH: /usr/bin
  48. PATH: /bin
  49. PATH: /usr/X11R6/bin
  50.  
  51.  
  52. ## ----------- ##
  53. ## Core tests. ##
  54. ## ----------- ##
  55.  
  56. configure:2753: checking for a BSD-compatible install
  57. configure:2821: result: /usr/bin/ginstall -c
  58. configure:2832: checking whether build environment is sane
  59. configure:2882: result: yes
  60. configure:3023: checking for a thread-safe mkdir -p
  61. configure:3062: result: /usr/bin/mkdir -p
  62. configure:3075: checking for gawk
  63. configure:3091: found /usr/bin/gawk
  64. configure:3102: result: gawk
  65. configure:3113: checking whether make sets $(MAKE)
  66. configure:3135: result: yes
  67. configure:3220: checking build system type
  68. configure:3234: result: x86_64-unknown-linux-gnu
  69. configure:3254: checking host system type
  70. configure:3267: result: x86_64-unknown-linux-gnu
  71. configure:3346: checking for g++
  72. configure:3362: found /usr/bin/g++
  73. configure:3373: result: g++
  74. configure:3400: checking for C++ compiler version
  75. configure:3409: g++ --version >&5
  76. g++ (GCC) 4.5.2
  77. Copyright (C) 2010 Free Software Foundation, Inc.
  78. This is free software; see the source for copying conditions. There is NO
  79. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  80.  
  81. configure:3420: $? = 0
  82. configure:3409: g++ -v >&5
  83. Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/specs
  84. COLLECT_GCC=g++
  85. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.5.2/lto-wrapper
  86. Target: x86_64-slackware-linux
  87. Configured with: ../gcc-4.5.2/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc,lto --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
  88. Thread model: posix
  89. gcc version 4.5.2 (GCC)
  90. configure:3420: $? = 0
  91. configure:3409: g++ -V >&5
  92. g++: '-V' option must have argument
  93. configure:3420: $? = 1
  94. configure:3409: g++ -qversion >&5
  95. g++: unrecognized option '-qversion'
  96. g++: no input files
  97. configure:3420: $? = 1
  98. configure:3440: checking whether the C++ compiler works
  99. configure:3462: g++ conftest.cpp >&5
  100. configure:3466: $? = 0
  101. configure:3514: result: yes
  102. configure:3517: checking for C++ compiler default output file name
  103. configure:3519: result: a.out
  104. configure:3525: checking for suffix of executables
  105. configure:3532: g++ -o conftest conftest.cpp >&5
  106. configure:3536: $? = 0
  107. configure:3558: result:
  108. configure:3580: checking whether we are cross compiling
  109. configure:3588: g++ -o conftest conftest.cpp >&5
  110. configure:3592: $? = 0
  111. configure:3599: ./conftest
  112. configure:3603: $? = 0
  113. configure:3618: result: no
  114. configure:3623: checking for suffix of object files
  115. configure:3645: g++ -c conftest.cpp >&5
  116. configure:3649: $? = 0
  117. configure:3670: result: o
  118. configure:3674: checking whether we are using the GNU C++ compiler
  119. configure:3693: g++ -c conftest.cpp >&5
  120. configure:3693: $? = 0
  121. configure:3702: result: yes
  122. configure:3711: checking whether g++ accepts -g
  123. configure:3731: g++ -c -g conftest.cpp >&5
  124. configure:3731: $? = 0
  125. configure:3772: result: yes
  126. configure:3806: checking for style of include used by make
  127. configure:3834: result: GNU
  128. configure:3859: checking dependency style of g++
  129. configure:3969: result: gcc3
  130. configure:4032: checking for gcc
  131. configure:4048: found /usr/bin/gcc
  132. configure:4059: result: gcc
  133. configure:4288: checking for C compiler version
  134. configure:4297: gcc --version >&5
  135. gcc (GCC) 4.5.2
  136. Copyright (C) 2010 Free Software Foundation, Inc.
  137. This is free software; see the source for copying conditions. There is NO
  138. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  139.  
  140. configure:4308: $? = 0
  141. configure:4297: gcc -v >&5
  142. Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/specs
  143. COLLECT_GCC=gcc
  144. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.5.2/lto-wrapper
  145. Target: x86_64-slackware-linux
  146. Configured with: ../gcc-4.5.2/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc,lto --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
  147. Thread model: posix
  148. gcc version 4.5.2 (GCC)
  149. configure:4308: $? = 0
  150. configure:4297: gcc -V >&5
  151. gcc: '-V' option must have argument
  152. configure:4308: $? = 1
  153. configure:4297: gcc -qversion >&5
  154. gcc: unrecognized option '-qversion'
  155. gcc: no input files
  156. configure:4308: $? = 1
  157. configure:4312: checking whether we are using the GNU C compiler
  158. configure:4331: gcc -c conftest.c >&5
  159. configure:4331: $? = 0
  160. configure:4340: result: yes
  161. configure:4349: checking whether gcc accepts -g
  162. configure:4369: gcc -c -g conftest.c >&5
  163. configure:4369: $? = 0
  164. configure:4410: result: yes
  165. configure:4427: checking for gcc option to accept ISO C89
  166. configure:4491: gcc -c -g -O2 conftest.c >&5
  167. configure:4491: $? = 0
  168. configure:4504: result: none needed
  169. configure:4526: checking dependency style of gcc
  170. configure:4636: result: gcc3
  171. configure:4652: checking whether gcc and cc understand -c and -o together
  172. configure:4683: gcc -c conftest.c -o conftest2.o >&5
  173. configure:4687: $? = 0
  174. configure:4693: gcc -c conftest.c -o conftest2.o >&5
  175. configure:4697: $? = 0
  176. configure:4708: cc -c conftest.c >&5
  177. configure:4712: $? = 0
  178. configure:4720: cc -c conftest.c -o conftest2.o >&5
  179. configure:4724: $? = 0
  180. configure:4730: cc -c conftest.c -o conftest2.o >&5
  181. configure:4734: $? = 0
  182. configure:4752: result: yes
  183. configure:4803: checking for a sed that does not truncate output
  184. configure:4867: result: /usr/bin/sed
  185. configure:4885: checking for grep that handles long lines and -e
  186. configure:4943: result: /usr/bin/grep
  187. configure:4948: checking for egrep
  188. configure:5010: result: /usr/bin/grep -E
  189. configure:5015: checking for fgrep
  190. configure:5077: result: /usr/bin/grep -F
  191. configure:5112: checking for ld used by gcc
  192. configure:5179: result: /usr/x86_64-slackware-linux/bin/ld
  193. configure:5186: checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld
  194. configure:5201: result: yes
  195. configure:5213: checking for BSD- or MS-compatible name lister (nm)
  196. configure:5262: result: /usr/bin/nm -B
  197. configure:5380: checking the name lister (/usr/bin/nm -B) interface
  198. configure:5387: gcc -c -g -O2 conftest.c >&5
  199. configure:5390: /usr/bin/nm -B "conftest.o"
  200. configure:5393: output
  201. 0000000000000000 B some_variable
  202. configure:5400: result: BSD nm
  203. configure:5403: checking whether ln -s works
  204. configure:5407: result: yes
  205. configure:5415: checking the maximum length of command line arguments
  206. configure:5535: result: 1572864
  207. configure:5552: checking whether the shell understands some XSI constructs
  208. configure:5562: result: yes
  209. configure:5566: checking whether the shell understands "+="
  210. configure:5572: result: yes
  211. configure:5607: checking for /usr/x86_64-slackware-linux/bin/ld option to reload object files
  212. configure:5614: result: -r
  213. configure:5683: checking for objdump
  214. configure:5699: found /usr/bin/objdump
  215. configure:5710: result: objdump
  216. configure:5742: checking how to recognize dependent libraries
  217. configure:5938: result: pass_all
  218. configure:5998: checking for ar
  219. configure:6014: found /usr/bin/ar
  220. configure:6025: result: ar
  221. configure:6103: checking for strip
  222. configure:6119: found /usr/bin/strip
  223. configure:6130: result: strip
  224. configure:6202: checking for ranlib
  225. configure:6218: found /usr/bin/ranlib
  226. configure:6229: result: ranlib
  227. configure:6319: checking command to parse /usr/bin/nm -B output from gcc object
  228. configure:6437: gcc -c -g -O2 conftest.c >&5
  229. configure:6440: $? = 0
  230. configure:6444: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  231. configure:6447: $? = 0
  232. configure:6501: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  233. configure:6504: $? = 0
  234. configure:6542: result: ok
  235. configure:6638: gcc -c -g -O2 conftest.c >&5
  236. configure:6641: $? = 0
  237. configure:7351: checking how to run the C preprocessor
  238. configure:7382: gcc -E conftest.c
  239. configure:7382: $? = 0
  240. configure:7396: gcc -E conftest.c
  241. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  242. compilation terminated.
  243. configure:7396: $? = 1
  244. configure: failed program was:
  245. | /* confdefs.h */
  246. | #define PACKAGE_NAME "FileZilla"
  247. | #define PACKAGE_TARNAME "filezilla"
  248. | #define PACKAGE_VERSION "3.5.0"
  249. | #define PACKAGE_STRING "FileZilla 3.5.0"
  250. | #define PACKAGE_BUGREPORT "tim.kosse@filezilla-project.org"
  251. | #define PACKAGE_URL ""
  252. | #define PACKAGE "filezilla"
  253. | #define VERSION "3.5.0"
  254. | /* end confdefs.h. */
  255. | #include <ac_nonexistent.h>
  256. configure:7421: result: gcc -E
  257. configure:7441: gcc -E conftest.c
  258. configure:7441: $? = 0
  259. configure:7455: gcc -E conftest.c
  260. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  261. compilation terminated.
  262. configure:7455: $? = 1
  263. configure: failed program was:
  264. | /* confdefs.h */
  265. | #define PACKAGE_NAME "FileZilla"
  266. | #define PACKAGE_TARNAME "filezilla"
  267. | #define PACKAGE_VERSION "3.5.0"
  268. | #define PACKAGE_STRING "FileZilla 3.5.0"
  269. | #define PACKAGE_BUGREPORT "tim.kosse@filezilla-project.org"
  270. | #define PACKAGE_URL ""
  271. | #define PACKAGE "filezilla"
  272. | #define VERSION "3.5.0"
  273. | /* end confdefs.h. */
  274. | #include <ac_nonexistent.h>
  275. configure:7484: checking for ANSI C header files
  276. configure:7504: gcc -c -g -O2 conftest.c >&5
  277. configure:7504: $? = 0
  278. configure:7577: gcc -o conftest -g -O2 conftest.c >&5
  279. configure:7577: $? = 0
  280. configure:7577: ./conftest
  281. configure:7577: $? = 0
  282. configure:7588: result: yes
  283. configure:7601: checking for sys/types.h
  284. configure:7601: gcc -c -g -O2 conftest.c >&5
  285. configure:7601: $? = 0
  286. configure:7601: result: yes
  287. configure:7601: checking for sys/stat.h
  288. configure:7601: gcc -c -g -O2 conftest.c >&5
  289. configure:7601: $? = 0
  290. configure:7601: result: yes
  291. configure:7601: checking for stdlib.h
  292. configure:7601: gcc -c -g -O2 conftest.c >&5
  293. configure:7601: $? = 0
  294. configure:7601: result: yes
  295. configure:7601: checking for string.h
  296. configure:7601: gcc -c -g -O2 conftest.c >&5
  297. configure:7601: $? = 0
  298. configure:7601: result: yes
  299. configure:7601: checking for memory.h
  300. configure:7601: gcc -c -g -O2 conftest.c >&5
  301. configure:7601: $? = 0
  302. configure:7601: result: yes
  303. configure:7601: checking for strings.h
  304. configure:7601: gcc -c -g -O2 conftest.c >&5
  305. configure:7601: $? = 0
  306. configure:7601: result: yes
  307. configure:7601: checking for inttypes.h
  308. configure:7601: gcc -c -g -O2 conftest.c >&5
  309. configure:7601: $? = 0
  310. configure:7601: result: yes
  311. configure:7601: checking for stdint.h
  312. configure:7601: gcc -c -g -O2 conftest.c >&5
  313. configure:7601: $? = 0
  314. configure:7601: result: yes
  315. configure:7601: checking for unistd.h
  316. configure:7601: gcc -c -g -O2 conftest.c >&5
  317. configure:7601: $? = 0
  318. configure:7601: result: yes
  319. configure:7615: checking for dlfcn.h
  320. configure:7615: gcc -c -g -O2 conftest.c >&5
  321. configure:7615: $? = 0
  322. configure:7615: result: yes
  323. configure:7740: checking for C++ compiler version
  324. configure:7749: g++ --version >&5
  325. g++ (GCC) 4.5.2
  326. Copyright (C) 2010 Free Software Foundation, Inc.
  327. This is free software; see the source for copying conditions. There is NO
  328. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  329.  
  330. configure:7760: $? = 0
  331. configure:7749: g++ -v >&5
  332. Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/specs
  333. COLLECT_GCC=g++
  334. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.5.2/lto-wrapper
  335. Target: x86_64-slackware-linux
  336. Configured with: ../gcc-4.5.2/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc,lto --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib64/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
  337. Thread model: posix
  338. gcc version 4.5.2 (GCC)
  339. configure:7760: $? = 0
  340. configure:7749: g++ -V >&5
  341. g++: '-V' option must have argument
  342. configure:7760: $? = 1
  343. configure:7749: g++ -qversion >&5
  344. g++: unrecognized option '-qversion'
  345. g++: no input files
  346. configure:7760: $? = 1
  347. configure:7764: checking whether we are using the GNU C++ compiler
  348. configure:7792: result: yes
  349. configure:7801: checking whether g++ accepts -g
  350. configure:7862: result: yes
  351. configure:7887: checking dependency style of g++
  352. configure:7997: result: gcc3
  353. configure:8020: checking how to run the C++ preprocessor
  354. configure:8047: g++ -E conftest.cpp
  355. configure:8047: $? = 0
  356. configure:8061: g++ -E conftest.cpp
  357. conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
  358. compilation terminated.
  359. configure:8061: $? = 1
  360. configure: failed program was:
  361. | /* confdefs.h */
  362. | #define PACKAGE_NAME "FileZilla"
  363. | #define PACKAGE_TARNAME "filezilla"
  364. | #define PACKAGE_VERSION "3.5.0"
  365. | #define PACKAGE_STRING "FileZilla 3.5.0"
  366. | #define PACKAGE_BUGREPORT "tim.kosse@filezilla-project.org"
  367. | #define PACKAGE_URL ""
  368. | #define PACKAGE "filezilla"
  369. | #define VERSION "3.5.0"
  370. | #define STDC_HEADERS 1
  371. | #define HAVE_SYS_TYPES_H 1
  372. | #define HAVE_SYS_STAT_H 1
  373. | #define HAVE_STDLIB_H 1
  374. | #define HAVE_STRING_H 1
  375. | #define HAVE_MEMORY_H 1
  376. | #define HAVE_STRINGS_H 1
  377. | #define HAVE_INTTYPES_H 1
  378. | #define HAVE_STDINT_H 1
  379. | #define HAVE_UNISTD_H 1
  380. | #define HAVE_DLFCN_H 1
  381. | /* end confdefs.h. */
  382. | #include <ac_nonexistent.h>
  383. configure:8086: result: g++ -E
  384. configure:8106: g++ -E conftest.cpp
  385. configure:8106: $? = 0
  386. configure:8120: g++ -E conftest.cpp
  387. conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
  388. compilation terminated.
  389. configure:8120: $? = 1
  390. configure: failed program was:
  391. | /* confdefs.h */
  392. | #define PACKAGE_NAME "FileZilla"
  393. | #define PACKAGE_TARNAME "filezilla"
  394. | #define PACKAGE_VERSION "3.5.0"
  395. | #define PACKAGE_STRING "FileZilla 3.5.0"
  396. | #define PACKAGE_BUGREPORT "tim.kosse@filezilla-project.org"
  397. | #define PACKAGE_URL ""
  398. | #define PACKAGE "filezilla"
  399. | #define VERSION "3.5.0"
  400. | #define STDC_HEADERS 1
  401. | #define HAVE_SYS_TYPES_H 1
  402. | #define HAVE_SYS_STAT_H 1
  403. | #define HAVE_STDLIB_H 1
  404. | #define HAVE_STRING_H 1
  405. | #define HAVE_MEMORY_H 1
  406. | #define HAVE_STRINGS_H 1
  407. | #define HAVE_INTTYPES_H 1
  408. | #define HAVE_STDINT_H 1
  409. | #define HAVE_UNISTD_H 1
  410. | #define HAVE_DLFCN_H 1
  411. | /* end confdefs.h. */
  412. | #include <ac_nonexistent.h>
  413. configure:8326: checking for objdir
  414. configure:8341: result: .libs
  415. configure:8633: checking if gcc supports -fno-rtti -fno-exceptions
  416. configure:8651: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  417. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  418. configure:8655: $? = 0
  419. configure:8668: result: no
  420. configure:8688: checking for gcc option to produce PIC
  421. configure:8960: result: -fPIC -DPIC
  422. configure:8972: checking if gcc PIC flag -fPIC -DPIC works
  423. configure:8990: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  424. configure:8994: $? = 0
  425. configure:9007: result: yes
  426. configure:9031: checking if gcc static flag -static works
  427. configure:9059: result: yes
  428. configure:9074: checking if gcc supports -c -o file.o
  429. configure:9095: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  430. configure:9099: $? = 0
  431. configure:9121: result: yes
  432. configure:9129: checking if gcc supports -c -o file.o
  433. configure:9176: result: yes
  434. configure:9209: checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
  435. configure:10200: result: yes
  436. configure:10237: checking whether -lc should be explicitly linked in
  437. configure:10242: gcc -c -g -O2 conftest.c >&5
  438. configure:10245: $? = 0
  439. configure:10260: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  440. configure:10263: $? = 0
  441. configure:10275: result: no
  442. configure:10439: checking dynamic linker characteristics
  443. configure:10872: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  444. configure:10872: $? = 0
  445. configure:11102: result: GNU/Linux ld.so
  446. configure:11204: checking how to hardcode library paths into programs
  447. configure:11229: result: immediate
  448. configure:11749: checking whether stripping libraries is possible
  449. configure:11754: result: yes
  450. configure:11789: checking if libtool supports shared libraries
  451. configure:11791: result: yes
  452. configure:11794: checking whether to build shared libraries
  453. configure:11815: result: yes
  454. configure:11818: checking whether to build static libraries
  455. configure:11822: result: yes
  456. configure:11972: checking for ld used by g++
  457. configure:12039: result: /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64
  458. configure:12046: checking if the linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld
  459. configure:12061: result: yes
  460. configure:12116: checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
  461. configure:13029: result: yes
  462. configure:13057: g++ -c -g -O2 conftest.cpp >&5
  463. configure:13060: $? = 0
  464. configure:13242: checking for g++ option to produce PIC
  465. configure:13559: result: -fPIC -DPIC
  466. configure:13568: checking if g++ PIC flag -fPIC -DPIC works
  467. configure:13586: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  468. configure:13590: $? = 0
  469. configure:13603: result: yes
  470. configure:13624: checking if g++ static flag -static works
  471. configure:13652: result: yes
  472. configure:13664: checking if g++ supports -c -o file.o
  473. configure:13685: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  474. configure:13689: $? = 0
  475. configure:13711: result: yes
  476. configure:13716: checking if g++ supports -c -o file.o
  477. configure:13763: result: yes
  478. configure:13793: checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries
  479. configure:13822: result: yes
  480. configure:13959: checking dynamic linker characteristics
  481. configure:14340: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  482. configure:14340: $? = 0
  483. configure:14570: result: GNU/Linux ld.so
  484. configure:14621: checking how to hardcode library paths into programs
  485. configure:14646: result: immediate
  486. configure:14846: checking whether compiler supports -std=gnu++0x
  487. configure:14868: g++ -c -g -O2 -Wall -g -fexceptions -std=gnu++0x conftest.cpp >&5
  488. configure:14868: $? = 0
  489. configure:14870: result: yes
  490. configure:14923: checking for whether we can include <unordered_map>
  491. configure:14951: g++ -E -std=gnu++0x conftest.cpp
  492. configure:14951: $? = 0
  493. configure:14954: result: yes
  494. configure:15147: checking for wx-config
  495. configure:15166: found /home/nmok/progs/vapp/bin/wx-config
  496. configure:15179: result: /home/nmok/progs/vapp/bin/wx-config
  497. configure:15197: checking for wxWidgets version >= 2.8.9 (--unicode=yes --universal=no)
  498. configure:15241: result: yes (version 2.8.11)
  499. configure:15245: checking for wxWidgets static library
  500. configure:15249: result: no
  501. configure:15381: checking positional printf argument support in wxWidgets
  502. configure:15399: g++ -E -I/home/nmok/progs/app/wxWidgets-2.8.11/lib/wx/include/gtk2-unicode-release-2.8 -I/home/nmok/progs/app/wxWidgets-2.8.11/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.cpp
  503. configure:15399: $? = 0
  504. configure:15400: result: yes
  505. configure:15502: checking system type for sftp stub
  506. configure:15506: result: unix
  507. configure:15515: checking for utmpx.h
  508. configure:15515: gcc -c -g -O2 -Wall -g -fexceptions conftest.c >&5
  509. configure:15515: $? = 0
  510. configure:15515: result: yes
  511. configure:15515: checking for sys/select.h
  512. configure:15515: gcc -c -g -O2 -Wall -g -fexceptions conftest.c >&5
  513. configure:15515: $? = 0
  514. configure:15515: result: yes
  515. configure:15529: checking for library containing socket
  516. configure:15560: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  517. configure:15560: $? = 0
  518. configure:15577: result: none required
  519. configure:15585: checking for library containing getaddrinfo
  520. configure:15616: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  521. configure:15616: $? = 0
  522. configure:15633: result: none required
  523. configure:15641: checking for library containing in6addr_loopback
  524. configure:15672: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  525. configure:15672: $? = 0
  526. configure:15689: result: none required
  527. configure:15701: checking for getaddrinfo
  528. configure:15701: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  529. configure:15701: $? = 0
  530. configure:15701: result: yes
  531. configure:15701: checking for ptsname
  532. configure:15701: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  533. configure:15701: $? = 0
  534. configure:15701: result: yes
  535. configure:15701: checking for setresuid
  536. configure:15701: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  537. configure:15701: $? = 0
  538. configure:15701: result: yes
  539. configure:15701: checking for strsignal
  540. configure:15701: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  541. configure:15701: $? = 0
  542. configure:15701: result: yes
  543. configure:15701: checking for updwtmpx
  544. configure:15701: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  545. configure:15701: $? = 0
  546. configure:15701: result: yes
  547. configure:15713: checking for gettimeofday
  548. configure:15713: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  549. configure:15713: $? = 0
  550. configure:15713: result: yes
  551. configure:15713: checking for ftime
  552. configure:15713: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  553. configure:15713: $? = 0
  554. configure:15713: result: yes
  555. configure:15725: checking for in6addr_loopback
  556. configure:15725: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  557. configure:15725: $? = 0
  558. configure:15725: result: yes
  559. configure:15725: checking for in6addr_any
  560. configure:15725: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c >&5
  561. configure:15725: $? = 0
  562. configure:15725: result: yes
  563. configure:15760: checking whether to use windres
  564. configure:15826: result: no
  565. configure:15897: checking idna.h usability
  566. configure:15897: gcc -c -g -O2 -Wall -g -fexceptions conftest.c >&5
  567. configure:15897: $? = 0
  568. configure:15897: result: yes
  569. configure:15897: checking idna.h presence
  570. configure:15897: gcc -E conftest.c
  571. configure:15897: $? = 0
  572. configure:15897: result: yes
  573. configure:15897: checking for idna.h
  574. configure:15897: result: yes
  575. configure:15920: checking for stringprep_check_version in -lidn
  576. configure:15945: gcc -o conftest -g -O2 -Wall -g -fexceptions conftest.c -lidn >&5
  577. configure:15945: $? = 0
  578. configure:15954: result: yes
  579. configure:15972: checking whether to use BinReloc
  580. configure:15982: result: yes
  581. configure:15988: checking whether to use precompiled headers
  582. configure:16021: result: yes
  583. configure:16065: checking for cppunit-config
  584. configure:16096: result: no
  585. configure:16106: checking for Cppunit - version >= 1.10.2
  586. configure:16110: result: no
  587. configure:16266: checking for pkg-config
  588. configure:16284: found /usr/bin/pkg-config
  589. configure:16296: result: /usr/bin/pkg-config
  590. configure:16321: checking pkg-config is at least version 0.9.0
  591. configure:16324: result: yes
  592. configure:16335: checking for LIBGNUTLS
  593. configure:16342: $PKG_CONFIG --exists --print-errors "gnutls >= 2.8.3"
  594. configure:16345: $? = 0
  595. configure:16358: $PKG_CONFIG --exists --print-errors "gnutls >= 2.8.3"
  596. configure:16361: $? = 0
  597. configure:16840: result: yes
  598. configure:17013: Using builtin tinyxml
  599. configure:17057: checking for LIBDBUS
  600. configure:17064: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.2"
  601. configure:17067: $? = 0
  602. configure:17080: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.2"
  603. configure:17083: $? = 0
  604. configure:17262: result: yes
  605. configure:17273: checking D-Bus support
  606. configure:17275: result: yes
  607. configure:17283: checking for xdg-open
  608. configure:17301: found /usr/bin/xdg-open
  609. configure:17313: result: /usr/bin/xdg-open
  610. configure:17327: checking for LIBGTK
  611. configure:17334: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
  612. configure:17337: $? = 0
  613. configure:17350: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
  614. configure:17353: $? = 0
  615. configure:17392: result: yes
  616. configure:17402: checking for setenv
  617. configure:17402: gcc -o conftest -g -O2 -Wall -g -fexceptions -fpch-preprocess conftest.c >&5
  618. configure:17402: $? = 0
  619. configure:17402: result: yes
  620. configure:17409: checking for putenv
  621. configure:17409: gcc -o conftest -g -O2 -Wall -g -fexceptions -fpch-preprocess conftest.c >&5
  622. configure:17409: $? = 0
  623. configure:17409: result: yes
  624. configure:17422: checking for LIBSQLITE3
  625. configure:17429: $PKG_CONFIG --exists --print-errors "sqdlite3 >= 3.7"
  626. Package sqdlite3 was not found in the pkg-config search path.
  627. Perhaps you should add the directory containing `sqdlite3.pc'
  628. to the PKG_CONFIG_PATH environment variable
  629. No package 'sqdlite3' found
  630. configure:17432: $? = 1
  631. configure:17445: $PKG_CONFIG --exists --print-errors "sqdlite3 >= 3.7"
  632. Package sqdlite3 was not found in the pkg-config search path.
  633. Perhaps you should add the directory containing `sqdlite3.pc'
  634. to the PKG_CONFIG_PATH environment variable
  635. No package 'sqdlite3' found
  636. configure:17448: $? = 1
  637. No package 'sqdlite3' found
  638. configure:17475: result: no
  639. configure:17479: checking sqlite3.h usability
  640. configure:17479: gcc -c -g -O2 -Wall -g -fexceptions -fpch-preprocess conftest.c >&5
  641. configure:17479: $? = 0
  642. configure:17479: result: yes
  643. configure:17479: checking sqlite3.h presence
  644. configure:17479: gcc -E -fpch-preprocess conftest.c
  645. configure:17479: $? = 0
  646. configure:17479: result: yes
  647. configure:17479: checking for sqlite3.h
  648. configure:17479: result: yes
  649. configure:17490: checking for sqlite3_version in -lsqlite3
  650. configure:17515: gcc -o conftest -g -O2 -Wall -g -fexceptions -fpch-preprocess conftest.c -lsqlite3 >&5
  651. /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/../../../../lib64/libsqlite3.so: undefined reference to `dlsym'
  652. /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/../../../../lib64/libsqlite3.so: undefined reference to `dlerror'
  653. /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/../../../../lib64/libsqlite3.so: undefined reference to `dlopen'
  654. /usr/lib64/gcc/x86_64-slackware-linux/4.5.2/../../../../lib64/libsqlite3.so: undefined reference to `dlclose'
  655. collect2: ld returned 1 exit status
  656. configure:17515: $? = 1
  657. configure: failed program was:
  658. | /* confdefs.h */
  659. | #define PACKAGE_NAME "FileZilla"
  660. | #define PACKAGE_TARNAME "filezilla"
  661. | #define PACKAGE_VERSION "3.5.0"
  662. | #define PACKAGE_STRING "FileZilla 3.5.0"
  663. | #define PACKAGE_BUGREPORT "tim.kosse@filezilla-project.org"
  664. | #define PACKAGE_URL ""
  665. | #define PACKAGE "filezilla"
  666. | #define VERSION "3.5.0"
  667. | #define STDC_HEADERS 1
  668. | #define HAVE_SYS_TYPES_H 1
  669. | #define HAVE_SYS_STAT_H 1
  670. | #define HAVE_STDLIB_H 1
  671. | #define HAVE_STRING_H 1
  672. | #define HAVE_MEMORY_H 1
  673. | #define HAVE_STRINGS_H 1
  674. | #define HAVE_INTTYPES_H 1
  675. | #define HAVE_STDINT_H 1
  676. | #define HAVE_UNISTD_H 1
  677. | #define HAVE_DLFCN_H 1
  678. | #define LT_OBJDIR ".libs/"
  679. | #define USED_HOST "x86_64-unknown-linux-gnu"
  680. | #define USED_BUILD "x86_64-unknown-linux-gnu"
  681. | #define USED_CXXFLAGS "-g -O2 -Wall -g -fexceptions -std=gnu++0x"
  682. | #define USED_COMPILER "gcc (GCC) 4.5.2"
  683. | #define HAVE_UTMPX_H 1
  684. | #define HAVE_SYS_SELECT_H 1
  685. | #define HAVE_GETADDRINFO 1
  686. | #define HAVE_PTSNAME 1
  687. | #define HAVE_SETRESUID 1
  688. | #define HAVE_STRSIGNAL 1
  689. | #define HAVE_UPDWTMPX 1
  690. | #define HAVE_GETTIMEOFDAY 1
  691. | #define HAVE_FTIME 1
  692. | #define HAVE_IN6ADDR_LOOPBACK 1
  693. | #define HAVE_IN6ADDR_ANY 1
  694. | #define ENABLE_BINRELOC 1
  695. | #define FZ_MANUALUPDATECHECK 1
  696. | #define FZ_AUTOUPDATECHECK 1
  697. | #define WITH_LIBDBUS 2
  698. | #define HAVE_SETENV 1
  699. | #define HAVE_PUTENV 1
  700. | /* end confdefs.h. */
  701. |
  702. | /* Override any GCC internal prototype to avoid an error.
  703. | Use char because int might match the return type of a GCC
  704. | builtin and then its argument prototype would still apply. */
  705. | #ifdef __cplusplus
  706. | extern "C"
  707. | #endif
  708. | char sqlite3_version ();
  709. | int
  710. | main ()
  711. | {
  712. | return sqlite3_version ();
  713. | ;
  714. | return 0;
  715. | }
  716. configure:17524: result: no
  717. configure:17530: error: SQLite3 not found.
  718.  
  719. ## ---------------- ##
  720. ## Cache variables. ##
  721. ## ---------------- ##
  722.  
  723. ac_cv_build=x86_64-unknown-linux-gnu
  724. ac_cv_c_compiler_gnu=yes
  725. ac_cv_cxx_compiler_gnu=yes
  726. ac_cv_env_CCC_set=
  727. ac_cv_env_CCC_value=
  728. ac_cv_env_CC_set=
  729. ac_cv_env_CC_value=
  730. ac_cv_env_CFLAGS_set=
  731. ac_cv_env_CFLAGS_value=
  732. ac_cv_env_CPPFLAGS_set=
  733. ac_cv_env_CPPFLAGS_value=
  734. ac_cv_env_CPP_set=
  735. ac_cv_env_CPP_value=
  736. ac_cv_env_CXXCPP_set=
  737. ac_cv_env_CXXCPP_value=
  738. ac_cv_env_CXXFLAGS_set=
  739. ac_cv_env_CXXFLAGS_value=
  740. ac_cv_env_CXX_set=
  741. ac_cv_env_CXX_value=
  742. ac_cv_env_LDFLAGS_set=
  743. ac_cv_env_LDFLAGS_value=
  744. ac_cv_env_LIBDBUS_CFLAGS_set=
  745. ac_cv_env_LIBDBUS_CFLAGS_value=
  746. ac_cv_env_LIBDBUS_LIBS_set=
  747. ac_cv_env_LIBDBUS_LIBS_value=
  748. ac_cv_env_LIBGNUTLS_CFLAGS_set=
  749. ac_cv_env_LIBGNUTLS_CFLAGS_value=
  750. ac_cv_env_LIBGNUTLS_LIBS_set=
  751. ac_cv_env_LIBGNUTLS_LIBS_value=
  752. ac_cv_env_LIBGTK_CFLAGS_set=
  753. ac_cv_env_LIBGTK_CFLAGS_value=
  754. ac_cv_env_LIBGTK_LIBS_set=
  755. ac_cv_env_LIBGTK_LIBS_value=
  756. ac_cv_env_LIBSQLITE3_CFLAGS_set=
  757. ac_cv_env_LIBSQLITE3_CFLAGS_value=
  758. ac_cv_env_LIBSQLITE3_LIBS_set=
  759. ac_cv_env_LIBSQLITE3_LIBS_value=
  760. ac_cv_env_LIBS_set=
  761. ac_cv_env_LIBS_value=
  762. ac_cv_env_PKG_CONFIG_set=
  763. ac_cv_env_PKG_CONFIG_value=
  764. ac_cv_env_build_alias_set=
  765. ac_cv_env_build_alias_value=
  766. ac_cv_env_host_alias_set=
  767. ac_cv_env_host_alias_value=
  768. ac_cv_env_target_alias_set=
  769. ac_cv_env_target_alias_value=
  770. ac_cv_func_ftime=yes
  771. ac_cv_func_getaddrinfo=yes
  772. ac_cv_func_gettimeofday=yes
  773. ac_cv_func_in6addr_any=yes
  774. ac_cv_func_in6addr_loopback=yes
  775. ac_cv_func_ptsname=yes
  776. ac_cv_func_putenv=yes
  777. ac_cv_func_setenv=yes
  778. ac_cv_func_setresuid=yes
  779. ac_cv_func_strsignal=yes
  780. ac_cv_func_updwtmpx=yes
  781. ac_cv_header_dlfcn_h=yes
  782. ac_cv_header_idna_h=yes
  783. ac_cv_header_inttypes_h=yes
  784. ac_cv_header_memory_h=yes
  785. ac_cv_header_sqlite3_h=yes
  786. ac_cv_header_stdc=yes
  787. ac_cv_header_stdint_h=yes
  788. ac_cv_header_stdlib_h=yes
  789. ac_cv_header_string_h=yes
  790. ac_cv_header_strings_h=yes
  791. ac_cv_header_sys_select_h=yes
  792. ac_cv_header_sys_stat_h=yes
  793. ac_cv_header_sys_types_h=yes
  794. ac_cv_header_unistd_h=yes
  795. ac_cv_header_utmpx_h=yes
  796. ac_cv_host=x86_64-unknown-linux-gnu
  797. ac_cv_lib_idn_stringprep_check_version=yes
  798. ac_cv_lib_sqlite3_sqlite3_version=no
  799. ac_cv_objext=o
  800. ac_cv_path_CPPUNIT_CONFIG=no
  801. ac_cv_path_EGREP='/usr/bin/grep -E'
  802. ac_cv_path_FGREP='/usr/bin/grep -F'
  803. ac_cv_path_GREP=/usr/bin/grep
  804. ac_cv_path_SED=/usr/bin/sed
  805. ac_cv_path_WX_CONFIG_PATH=/home/nmok/progs/vapp/bin/wx-config
  806. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  807. ac_cv_path_install='/usr/bin/ginstall -c'
  808. ac_cv_path_mkdir=/usr/bin/mkdir
  809. ac_cv_path_xdgopen=/usr/bin/xdg-open
  810. ac_cv_prog_AWK=gawk
  811. ac_cv_prog_CPP='gcc -E'
  812. ac_cv_prog_CXXCPP='g++ -E'
  813. ac_cv_prog_ac_ct_AR=ar
  814. ac_cv_prog_ac_ct_CC=gcc
  815. ac_cv_prog_ac_ct_CXX=g++
  816. ac_cv_prog_ac_ct_OBJDUMP=objdump
  817. ac_cv_prog_ac_ct_RANLIB=ranlib
  818. ac_cv_prog_ac_ct_STRIP=strip
  819. ac_cv_prog_cc_c89=
  820. ac_cv_prog_cc_g=yes
  821. ac_cv_prog_cc_gcc_c_o=yes
  822. ac_cv_prog_cxx_g=yes
  823. ac_cv_prog_make_make_set=yes
  824. ac_cv_search_getaddrinfo='none required'
  825. ac_cv_search_in6addr_loopback='none required'
  826. ac_cv_search_socket='none required'
  827. am_cv_CC_dependencies_compiler_type=gcc3
  828. am_cv_CXX_dependencies_compiler_type=gcc3
  829. lt_cv_deplibs_check_method=pass_all
  830. lt_cv_file_magic_cmd='$MAGIC_CMD'
  831. lt_cv_file_magic_test_file=
  832. lt_cv_ld_reload_flag=-r
  833. lt_cv_nm_interface='BSD nm'
  834. lt_cv_objdir=.libs
  835. lt_cv_path_LD=/usr/x86_64-slackware-linux/bin/ld
  836. lt_cv_path_LDCXX='/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64'
  837. lt_cv_path_NM='/usr/bin/nm -B'
  838. lt_cv_prog_compiler_c_o=yes
  839. lt_cv_prog_compiler_c_o_CXX=yes
  840. lt_cv_prog_compiler_pic_works=yes
  841. lt_cv_prog_compiler_pic_works_CXX=yes
  842. lt_cv_prog_compiler_rtti_exceptions=no
  843. lt_cv_prog_compiler_static_works=yes
  844. lt_cv_prog_compiler_static_works_CXX=yes
  845. lt_cv_prog_gnu_ld=yes
  846. lt_cv_prog_gnu_ldcxx=yes
  847. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  848. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  849. 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'\'''
  850. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  851. lt_cv_sys_max_cmd_len=1572864
  852. pkg_cv_LIBDBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  853. pkg_cv_LIBDBUS_LIBS='-ldbus-1 -lpthread -lrt '
  854. pkg_cv_LIBGNUTLS_CFLAGS=' '
  855. pkg_cv_LIBGNUTLS_LIBS='-lgnutls '
  856. pkg_cv_LIBGTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
  857. pkg_cv_LIBGTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  858.  
  859. ## ----------------- ##
  860. ## Output variables. ##
  861. ## ----------------- ##
  862.  
  863. ACLOCAL='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/missing --run aclocal-1.11'
  864. AMDEPBACKSLASH='\'
  865. AMDEP_FALSE='#'
  866. AMDEP_TRUE=''
  867. AMTAR='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/missing --run tar'
  868. AR='ar'
  869. AUTOCONF='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/missing --run autoconf'
  870. AUTOHEADER='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/missing --run autoheader'
  871. AUTOMAKE='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/missing --run automake-1.11'
  872. AWK='gawk'
  873. CC='gcc'
  874. CCDEPMODE='depmode=gcc3'
  875. CFLAGS='-g -O2 -Wall -g -fexceptions'
  876. CPP='gcc -E'
  877. CPPFLAGS=' -fpch-preprocess'
  878. CPPUNIT_CFLAGS=''
  879. CPPUNIT_CONFIG='no'
  880. CPPUNIT_LIBS=''
  881. CXX='g++'
  882. CXXCPP='g++ -E'
  883. CXXDEPMODE='depmode=gcc3'
  884. CXXFLAGS='-g -O2 -Wall -g -fexceptions -std=gnu++0x'
  885. CYGPATH_W='echo'
  886. DEFS=''
  887. DEPDIR='.deps'
  888. DSYMUTIL=''
  889. DUMPBIN=''
  890. ECHO_C=''
  891. ECHO_N='-n'
  892. ECHO_T=''
  893. EGREP='/usr/bin/grep -E'
  894. ENABLE_PRECOMP_FALSE=''
  895. ENABLE_PRECOMP_TRUE=''
  896. EXEEXT=''
  897. FGREP='/usr/bin/grep -F'
  898. FILEZILLA_LINGUAS=''
  899. FILEZILLA_LINGUAS_MO=''
  900. FILEZILLA_LINGUAS_PO=''
  901. FILEZILLA_LINGUAS_PO_NEW=''
  902. GREP='/usr/bin/grep'
  903. HAS_CPPUNIT_FALSE=''
  904. HAS_CPPUNIT_TRUE=''
  905. HAVE_DBUS_FALSE=''
  906. HAVE_DBUS_TRUE=''
  907. HAVE_LIBTINYXML_FALSE=''
  908. HAVE_LIBTINYXML_TRUE=''
  909. IDN_LIB='-lidn'
  910. INSTALL_DATA='${INSTALL} -m 644'
  911. INSTALL_PROGRAM='${INSTALL}'
  912. INSTALL_SCRIPT='${INSTALL}'
  913. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  914. LD='/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64'
  915. LDFLAGS=''
  916. LIBDBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  917. LIBDBUS_LIBS='-ldbus-1 -lpthread -lrt '
  918. LIBGNUTLS_CFLAGS=' '
  919. LIBGNUTLS_CONFIG=''
  920. LIBGNUTLS_LIBS='-lgnutls '
  921. LIBGTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
  922. LIBGTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  923. LIBOBJS=''
  924. LIBS=''
  925. LIBSQLITE3_CFLAGS=''
  926. LIBSQLITE3_LIBS=''
  927. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  928. LIPO=''
  929. LN_S='ln -s'
  930. LOCALES_FALSE=''
  931. LOCALES_ONLY_FALSE=''
  932. LOCALES_ONLY_TRUE=''
  933. LOCALES_TRUE=''
  934. LTLIBOBJS=''
  935. MACAPPBUNDLE_FALSE=''
  936. MACAPPBUNDLE_TRUE=''
  937. MAKEINFO='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/missing --run makeinfo'
  938. MAKENSISSCRIPT_FALSE=''
  939. MAKENSISSCRIPT_TRUE=''
  940. MINGW_FALSE=''
  941. MINGW_TRUE=''
  942. MKDIR_P='/usr/bin/mkdir -p'
  943. NM='/usr/bin/nm -B'
  944. NMEDIT=''
  945. OBJDUMP='objdump'
  946. OBJEXT='o'
  947. OTOOL64=''
  948. OTOOL=''
  949. PACKAGE='filezilla'
  950. PACKAGE_BUGREPORT='tim.kosse@filezilla-project.org'
  951. PACKAGE_NAME='FileZilla'
  952. PACKAGE_STRING='FileZilla 3.5.0'
  953. PACKAGE_TARNAME='filezilla'
  954. PACKAGE_URL=''
  955. PACKAGE_VERSION='3.5.0'
  956. PACKAGE_VERSION_MAJOR='3'
  957. PACKAGE_VERSION_MICRO='0'
  958. PACKAGE_VERSION_MINOR='5'
  959. PACKAGE_VERSION_NANO='0'
  960. PATH_SEPARATOR=':'
  961. PKG_CONFIG='/usr/bin/pkg-config'
  962. RANLIB='ranlib'
  963. SED='/usr/bin/sed'
  964. SET_MAKE=''
  965. SFTP_MINGW_FALSE=''
  966. SFTP_MINGW_TRUE=''
  967. SFTP_UNIX_FALSE=''
  968. SFTP_UNIX_TRUE=''
  969. SHELL='/bin/sh'
  970. STRIP='strip'
  971. TINYXML_LIBS='../tinyxml/libtinyxml.a'
  972. USE_BINRELOC_FALSE=''
  973. USE_BINRELOC_TRUE=''
  974. USE_RESOURCEFILE_FALSE=''
  975. USE_RESOURCEFILE_TRUE=''
  976. VERSION='3.5.0'
  977. WINDRES=''
  978. WINDRESFLAGS=''
  979. WXRC=''
  980. WX_CFLAGS='-I/home/nmok/progs/app/wxWidgets-2.8.11/lib/wx/include/gtk2-unicode-release-2.8 -I/home/nmok/progs/app/wxWidgets-2.8.11/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
  981. WX_CFLAGS_ONLY='-pthread'
  982. WX_CONFIG_PATH='/home/nmok/progs/vapp/bin/wx-config'
  983. WX_CONFIG_WITH_ARGS='/home/nmok/progs/vapp/bin/wx-config --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base'
  984. WX_CPPFLAGS='-I/home/nmok/progs/app/wxWidgets-2.8.11/lib/wx/include/gtk2-unicode-release-2.8 -I/home/nmok/progs/app/wxWidgets-2.8.11/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__'
  985. WX_CXXFLAGS='-I/home/nmok/progs/app/wxWidgets-2.8.11/lib/wx/include/gtk2-unicode-release-2.8 -I/home/nmok/progs/app/wxWidgets-2.8.11/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
  986. WX_CXXFLAGS_ONLY=''
  987. WX_LIBS='-L/home/nmok/progs/app/wxWidgets-2.8.11/lib -pthread -L/usr/X11R6/lib64 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 '
  988. WX_LIBS_STATIC=''
  989. WX_RESCOMP=''
  990. WX_VERSION='2.8.11'
  991. ac_ct_CC='gcc'
  992. ac_ct_CXX='g++'
  993. ac_ct_DUMPBIN=''
  994. am__EXEEXT_FALSE=''
  995. am__EXEEXT_TRUE=''
  996. am__fastdepCC_FALSE='#'
  997. am__fastdepCC_TRUE=''
  998. am__fastdepCXX_FALSE='#'
  999. am__fastdepCXX_TRUE=''
  1000. am__include='include'
  1001. am__isrc=''
  1002. am__leading_dot='.'
  1003. am__quote=''
  1004. am__tar='${AMTAR} chof - "$$tardir"'
  1005. am__untar='${AMTAR} xf -'
  1006. bindir='${exec_prefix}/bin'
  1007. build='x86_64-unknown-linux-gnu'
  1008. build_alias=''
  1009. build_cpu='x86_64'
  1010. build_os='linux-gnu'
  1011. build_vendor='unknown'
  1012. datadir='${datarootdir}'
  1013. datarootdir='${prefix}/share'
  1014. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1015. dvidir='${docdir}'
  1016. exec_prefix='NONE'
  1017. host='x86_64-unknown-linux-gnu'
  1018. host_alias=''
  1019. host_cpu='x86_64'
  1020. host_os='linux-gnu'
  1021. host_vendor='unknown'
  1022. htmldir='${docdir}'
  1023. includedir='${prefix}/include'
  1024. infodir='${datarootdir}/info'
  1025. install_sh='${SHELL} /home/nmok/progs/src/filezilla/filezilla-3.5.0/config/install-sh'
  1026. libdir='${exec_prefix}/lib'
  1027. libexecdir='${exec_prefix}/libexec'
  1028. localedir='${datarootdir}/locale'
  1029. localstatedir='${prefix}/var'
  1030. lt_ECHO='echo'
  1031. mandir='${datarootdir}/man'
  1032. mkdir_p='/usr/bin/mkdir -p'
  1033. msgfmt=''
  1034. msgmerge=''
  1035. oldincludedir='/usr/include'
  1036. pdfdir='${docdir}'
  1037. prefix='/home/nmok/progs/app/filezilla-3.5.0'
  1038. program_transform_name='s,x,x,'
  1039. psdir='${docdir}'
  1040. sbindir='${exec_prefix}/sbin'
  1041. sharedstatedir='${prefix}/com'
  1042. sysconfdir='${prefix}/etc'
  1043. target_alias=''
  1044. xdgopen='/usr/bin/xdg-open'
  1045. xgettext=''
  1046.  
  1047. ## ----------- ##
  1048. ## confdefs.h. ##
  1049. ## ----------- ##
  1050.  
  1051. /* confdefs.h */
  1052. #define PACKAGE_NAME "FileZilla"
  1053. #define PACKAGE_TARNAME "filezilla"
  1054. #define PACKAGE_VERSION "3.5.0"
  1055. #define PACKAGE_STRING "FileZilla 3.5.0"
  1056. #define PACKAGE_BUGREPORT "tim.kosse@filezilla-project.org"
  1057. #define PACKAGE_URL ""
  1058. #define PACKAGE "filezilla"
  1059. #define VERSION "3.5.0"
  1060. #define STDC_HEADERS 1
  1061. #define HAVE_SYS_TYPES_H 1
  1062. #define HAVE_SYS_STAT_H 1
  1063. #define HAVE_STDLIB_H 1
  1064. #define HAVE_STRING_H 1
  1065. #define HAVE_MEMORY_H 1
  1066. #define HAVE_STRINGS_H 1
  1067. #define HAVE_INTTYPES_H 1
  1068. #define HAVE_STDINT_H 1
  1069. #define HAVE_UNISTD_H 1
  1070. #define HAVE_DLFCN_H 1
  1071. #define LT_OBJDIR ".libs/"
  1072. #define USED_HOST "x86_64-unknown-linux-gnu"
  1073. #define USED_BUILD "x86_64-unknown-linux-gnu"
  1074. #define USED_CXXFLAGS "-g -O2 -Wall -g -fexceptions -std=gnu++0x"
  1075. #define USED_COMPILER "gcc (GCC) 4.5.2"
  1076. #define HAVE_UTMPX_H 1
  1077. #define HAVE_SYS_SELECT_H 1
  1078. #define HAVE_GETADDRINFO 1
  1079. #define HAVE_PTSNAME 1
  1080. #define HAVE_SETRESUID 1
  1081. #define HAVE_STRSIGNAL 1
  1082. #define HAVE_UPDWTMPX 1
  1083. #define HAVE_GETTIMEOFDAY 1
  1084. #define HAVE_FTIME 1
  1085. #define HAVE_IN6ADDR_LOOPBACK 1
  1086. #define HAVE_IN6ADDR_ANY 1
  1087. #define ENABLE_BINRELOC 1
  1088. #define FZ_MANUALUPDATECHECK 1
  1089. #define FZ_AUTOUPDATECHECK 1
  1090. #define WITH_LIBDBUS 2
  1091. #define HAVE_SETENV 1
  1092. #define HAVE_PUTENV 1
  1093.  
  1094. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement