LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 887|回复: 4

Fedora 7, Filezilla1.3.3安装失败,求教。

[复制链接]
发表于 2007-6-22 16:38:13 | 显示全部楼层 |阅读模式
安装的时候失败,下面是我的./configure的log:

     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 FileZilla configure 3.0.0-beta10, which was
     5        generated by GNU Autoconf 2.61.  Invocation command line was
     6       
     7          $ ./configure
     8       
     9        ## --------- ##
    10        ## Platform. ##
    11        ## --------- ##
    12       
    13        hostname = F7
    14        uname -m = i686
    15        uname -r = 2.6.21-1.3228.fc7
    16        uname -s = Linux
    17        uname -v = #1 SMP Tue Jun 12 15:37:31 EDT 2007
    18       
    19        /usr/bin/uname -p = unknown
    20        /bin/uname -X     = unknown
    21       
    22        /bin/arch              = i686
    23        /usr/bin/arch -k       = unknown
    24        /usr/convex/getsysinfo = unknown
    25        /usr/bin/hostinfo      = unknown
    26        /bin/machine           = unknown
    27        /usr/bin/oslevel       = unknown
    28        /bin/universe          = unknown
    29       
    30        PATH: /usr/kerberos/sbin
    31        PATH: /usr/kerberos/bin
    32        PATH: /usr/lib/ccache
    33        PATH: /usr/local/sbin
    34        PATH: /usr/local/bin
    35        PATH: /sbin
    36        PATH: /bin
    37        PATH: /usr/sbin
    38        PATH: /usr/bin
    39        PATH: /root/bin
    40       
    41       
    42        ## ----------- ##
    43        ## Core tests. ##
    44        ## ----------- ##
    45       
    46        configure:2052: checking for a BSD-compatible install
    47        configure:2108: result: /usr/bin/install -c
    48        configure:2119: checking whether build environment is sane
    49        configure:2162: result: yes
    50        configure:2227: checking for gawk
    51        configure:2243: found /bin/gawk
    52        configure:2254: result: gawk
    53        configure:2265: checking whether make sets $(MAKE)
    54        configure:2286: result: yes
    55        configure:2477: checking build system type
    56        configure:2495: result: i686-pc-linux-gnu
    57        configure:2517: checking host system type
    58        configure:2532: result: i686-pc-linux-gnu
    59        configure:2613: checking for g++
    60        configure:2629: found /usr/lib/ccache/g++
    61        configure:2640: result: g++
    62        configure:2671: checking for C++ compiler version
    63        configure:2678: g++ --version >&5
    64        g++ (GCC) 4.1.2 20070502 (Red Hat 4.1.2-12)
    65        Copyright (C) 2006 Free Software Foundation, Inc.
    66        This is free software; see the source for copying conditions.  There is NO
    67        warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    68       
    69        configure:2681: $? = 0
    70        configure:2688: g++ -v >&5
    71        Using built-in specs.
    72        Target: i386-redhat-linux
    73        Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
    74        Thread model: posix
    75        gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)
    76        configure:2691: $? = 0
    77        configure:2698: g++ -V >&5
    78        g++: '-V' option must have argument
    79        configure:2701: $? = 1
    80        configure:2724: checking for C++ compiler default output file name
    81        configure:2751: g++    conftest.cpp  >&5
    82        configure:2754: $? = 0
    83        configure:2792: result: a.out
    84        configure:2809: checking whether the C++ compiler works
    85        configure:2819: ./a.out
    86        configure:2822: $? = 0
    87        configure:2839: result: yes
    88        configure:2846: checking whether we are cross compiling
    89        configure:2848: result: no
    90        configure:2851: checking for suffix of executables
    91        configure:2858: g++ -o conftest    conftest.cpp  >&5
    92        configure:2861: $? = 0
    93        configure:2885: result:
    94        configure:2891: checking for suffix of object files
    95        configure:2917: g++ -c   conftest.cpp >&5
    96        configure:2920: $? = 0
    97        configure:2943: result: o
    98        configure:2947: checking whether we are using the GNU C++ compiler
    99        configure:2976: g++ -c   conftest.cpp >&5
   100        configure:2982: $? = 0
   101        configure:2999: result: yes
   102        configure:3004: checking whether g++ accepts -g
   103        configure:3034: g++ -c -g  conftest.cpp >&5
   104        configure:3040: $? = 0
   105        configure:3139: result: yes
   106        configure:3173: checking for style of include used by make
   107        configure:3201: result: GNU
   108        configure:3229: checking dependency style of g++
   109        configure:3319: result: gcc3
   110        configure:3349: checking for a BSD-compatible install
   111        configure:3405: result: /usr/bin/install -c
   112        configure:3536: checking for gcc
   113        configure:3552: found /usr/lib/ccache/gcc
   114        configure:3563: result: gcc
   115        configure:3801: checking for C compiler version
   116        configure:3808: gcc --version >&5
   117        gcc (GCC) 4.1.2 20070502 (Red Hat 4.1.2-12)
   118        Copyright (C) 2006 Free Software Foundation, Inc.
   119        This is free software; see the source for copying conditions.  There is NO
   120        warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   121       
   122        configure:3811: $? = 0
   123        configure:3818: gcc -v >&5
   124        Using built-in specs.
   125        Target: i386-redhat-linux
   126        Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
   127        Thread model: posix
   128        gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)
   129        configure:3821: $? = 0
   130        configure:3828: gcc -V >&5
   131        gcc: '-V' option must have argument
   132        configure:3831: $? = 1
   133        configure:3834: checking whether we are using the GNU C compiler
   134        configure:3863: gcc -c   conftest.c >&5
   135        configure:3869: $? = 0
   136        configure:3886: result: yes
   137        configure:3891: checking whether gcc accepts -g
   138        configure:3921: gcc -c -g  conftest.c >&5
   139        configure:3927: $? = 0
   140        configure:4026: result: yes
   141        configure:4043: checking for gcc option to accept ISO C89
   142        configure:4117: gcc  -c -g -O2  conftest.c >&5
   143        configure:4123: $? = 0
   144        configure:4146: result: none needed
   145        configure:4166: checking dependency style of gcc
   146        configure:4256: result: gcc3
   147        configure:4273: checking for a sed that does not truncate output
   148        configure:4327: result: /bin/sed
   149        configure:4330: checking for grep that handles long lines and -e
   150        configure:4404: result: /bin/grep
   151        configure:4409: checking for egrep
   152        configure:4487: result: /bin/grep -E
   153        configure:4503: checking for ld used by gcc
   154        configure:4570: result: /usr/bin/ld
   155        configure:4579: checking if the linker (/usr/bin/ld) is GNU ld
   156        configure:4594: result: yes
   157        configure:4599: checking for /usr/bin/ld option to reload object files
   158        configure:4606: result: -r
   159        configure:4624: checking for BSD-compatible nm
   160        configure:4673: result: /usr/bin/nm -B
   161        configure:4677: checking whether ln -s works
   162        configure:4681: result: yes
   163        configure:4688: checking how to recognise dependent libraries
   164        configure:4864: result: pass_all
   165        configure:5098: checking how to run the C preprocessor
   166        configure:5138: gcc -E  conftest.c
   167        configure:5144: $? = 0
   168        configure:5175: gcc -E  conftest.c
   169        conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
   170        configure:5181: $? = 1
   171        configure: failed program was:
   172        | /* confdefs.h.  */
   173        | #define PACKAGE_NAME "FileZilla"
   174        | #define PACKAGE_TARNAME "filezilla"
   175        | #define PACKAGE_VERSION "3.0.0-beta10"
   176        | #define PACKAGE_STRING "FileZilla 3.0.0-beta10"
   177        | #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
   178        | #define PACKAGE "filezilla"
   179        | #define VERSION "3.0.0-beta10"
   180        | /* end confdefs.h.  */
   181        | #include <ac_nonexistent.h>
   182        configure:5214: result: gcc -E
   183        configure:5243: gcc -E  conftest.c
   184        configure:5249: $? = 0
   185        configure:5280: gcc -E  conftest.c
   186        conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
   187        configure:5286: $? = 1
   188        configure: failed program was:
   189        | /* confdefs.h.  */
   190        | #define PACKAGE_NAME "FileZilla"
   191        | #define PACKAGE_TARNAME "filezilla"
   192        | #define PACKAGE_VERSION "3.0.0-beta10"
   193        | #define PACKAGE_STRING "FileZilla 3.0.0-beta10"
   194        | #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
   195        | #define PACKAGE "filezilla"
   196        | #define VERSION "3.0.0-beta10"
   197        | /* end confdefs.h.  */
   198        | #include <ac_nonexistent.h>
   199        configure:5324: checking for ANSI C header files
   200        configure:5354: gcc -c -g -O2  conftest.c >&5
   201        configure:5360: $? = 0
   202        configure:5459: gcc -o conftest -g -O2   conftest.c  >&5
   203        configure:5462: $? = 0
   204        configure:5468: ./conftest
   205        configure:5471: $? = 0
   206        configure:5488: result: yes
   207        configure:5512: checking for sys/types.h
   208        configure:5533: gcc -c -g -O2  conftest.c >&5
   209        configure:5539: $? = 0
   210        configure:5555: result: yes
   211        configure:5512: checking for sys/stat.h
   212        configure:5533: gcc -c -g -O2  conftest.c >&5
   213        configure:5539: $? = 0
   214        configure:5555: result: yes
   215        configure:5512: checking for stdlib.h
   216        configure:5533: gcc -c -g -O2  conftest.c >&5
   217        configure:5539: $? = 0
   218        configure:5555: result: yes
   219        configure:5512: checking for string.h
   220        configure:5533: gcc -c -g -O2  conftest.c >&5
   221        configure:5539: $? = 0
   222        configure:5555: result: yes
   223        configure:5512: checking for memory.h
   224        configure:5533: gcc -c -g -O2  conftest.c >&5
   225        configure:5539: $? = 0
   226        configure:5555: result: yes
   227        configure:5512: checking for strings.h
   228        configure:5533: gcc -c -g -O2  conftest.c >&5
   229        configure:5539: $? = 0
   230        configure:5555: result: yes
   231        configure:5512: checking for inttypes.h
   232        configure:5533: gcc -c -g -O2  conftest.c >&5
   233        configure:5539: $? = 0
   234        configure:5555: result: yes
   235        configure:5512: checking for stdint.h
   236        configure:5533: gcc -c -g -O2  conftest.c >&5
   237        configure:5539: $? = 0
   238        configure:5555: result: yes
   239        configure:5512: checking for unistd.h
   240        configure:5533: gcc -c -g -O2  conftest.c >&5
   241        configure:5539: $? = 0
   242        configure:5555: result: yes
   243        configure:5582: checking dlfcn.h usability
   244        configure:5599: gcc -c -g -O2  conftest.c >&5
   245        configure:5605: $? = 0
   246        configure:5619: result: yes
   247        configure:5623: checking dlfcn.h presence
   248        configure:5638: gcc -E  conftest.c
   249        configure:5644: $? = 0
   250        configure:5658: result: yes
   251        configure:5691: checking for dlfcn.h
   252        configure:5699: result: yes
   253        configure:5722: checking how to run the C++ preprocessor
   254        configure:5758: g++ -E  conftest.cpp
   255        configure:5764: $? = 0
   256        configure:5795: g++ -E  conftest.cpp
   257        conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
   258        configure:5801: $? = 1
   259        configure: failed program was:
   260        | /* confdefs.h.  */
   261        | #define PACKAGE_NAME "FileZilla"
   262        | #define PACKAGE_TARNAME "filezilla"
   263        | #define PACKAGE_VERSION "3.0.0-beta10"
   264        | #define PACKAGE_STRING "FileZilla 3.0.0-beta10"
   265        | #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
   266        | #define PACKAGE "filezilla"
   267        | #define VERSION "3.0.0-beta10"
   268        | #define STDC_HEADERS 1
   269        | #define HAVE_SYS_TYPES_H 1
   270        | #define HAVE_SYS_STAT_H 1
   271        | #define HAVE_STDLIB_H 1
   272        | #define HAVE_STRING_H 1
   273        | #define HAVE_MEMORY_H 1
   274        | #define HAVE_STRINGS_H 1
   275        | #define HAVE_INTTYPES_H 1
   276        | #define HAVE_STDINT_H 1
   277        | #define HAVE_UNISTD_H 1
   278        | #define HAVE_DLFCN_H 1
   279        | /* end confdefs.h.  */
   280        | #include <ac_nonexistent.h>
   281        configure:5834: result: g++ -E
   282        configure:5863: g++ -E  conftest.cpp
   283        configure:5869: $? = 0
   284        configure:5900: g++ -E  conftest.cpp
   285        conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
   286        configure:5906: $? = 1
   287        configure: failed program was:
   288        | /* confdefs.h.  */
   289        | #define PACKAGE_NAME "FileZilla"
   290        | #define PACKAGE_TARNAME "filezilla"
   291        | #define PACKAGE_VERSION "3.0.0-beta10"
   292        | #define PACKAGE_STRING "FileZilla 3.0.0-beta10"
   293        | #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
   294        | #define PACKAGE "filezilla"
   295        | #define VERSION "3.0.0-beta10"
   296        | #define STDC_HEADERS 1
   297        | #define HAVE_SYS_TYPES_H 1
   298        | #define HAVE_SYS_STAT_H 1
   299        | #define HAVE_STDLIB_H 1
   300        | #define HAVE_STRING_H 1
   301        | #define HAVE_MEMORY_H 1
   302        | #define HAVE_STRINGS_H 1
   303        | #define HAVE_INTTYPES_H 1
   304        | #define HAVE_STDINT_H 1
   305        | #define HAVE_UNISTD_H 1
   306        | #define HAVE_DLFCN_H 1
   307        | /* end confdefs.h.  */
   308        | #include <ac_nonexistent.h>
   309        configure:5999: checking for g77
   310        configure:6029: result: no
   311        configure:5999: checking for xlf
   312        configure:6029: result: no
   313        configure:5999: checking for f77
   314        configure:6029: result: no
   315        configure:5999: checking for frt
   316        configure:6029: result: no
   317        configure:5999: checking for pgf77
   318        configure:6029: result: no
   319        configure:5999: checking for cf77
   320        configure:6029: result: no
   321        configure:5999: checking for fort77
   322        configure:6029: result: no
   323        configure:5999: checking for fl32
   324        configure:6029: result: no
   325        configure:5999: checking for af77
   326        configure:6029: result: no
   327        configure:5999: checking for xlf90
   328        configure:6029: result: no
   329        configure:5999: checking for f90
   330        configure:6029: result: no
   331        configure:5999: checking for pgf90
   332        configure:6029: result: no
   333        configure:5999: checking for pghpf
   334        configure:6029: result: no
   335        configure:5999: checking for epcf90
   336        configure:6029: result: no
   337        configure:5999: checking for gfortran
   338        configure:6015: found /usr/bin/gfortran
   339        configure:6026: result: gfortran
   340        configure:6056: checking for Fortran 77 compiler version
   341        configure:6063: gfortran --version >&5
   342        GNU Fortran (GCC) 4.1.2 20070502 (Red Hat 4.1.2-12)
   343        Copyright (C) 2007 Free Software Foundation, Inc.
   344       
   345        GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
   346        You may redistribute copies of GNU Fortran
   347        under the terms of the GNU General Public License.
   348        For more information about these matters, see the file named COPYING
   349       
   350        configure:6066: $? = 0
   351        configure:6073: gfortran -v >&5
   352        Using built-in specs.
   353        Target: i386-redhat-linux
   354        Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
   355        Thread model: posix
   356        gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)
   357        configure:6076: $? = 0
   358        configure:6083: gfortran -V >&5
   359        gfortran: '-V' option must have argument
   360        configure:6086: $? = 1
   361        configure:6094: checking whether we are using the GNU Fortran 77 compiler
   362        configure:6113: gfortran -c  conftest.F >&5
   363        configure:6119: $? = 0
   364        configure:6136: result: yes
   365        configure:6142: checking whether gfortran accepts -g
   366        configure:6159: gfortran -c -g conftest.f >&5
   367        configure:6165: $? = 0
   368        configure:6181: result: yes
   369        configure:6211: checking the maximum length of command line arguments
   370        configure:6320: result: 32768
   371        configure:6331: checking command to parse /usr/bin/nm -B output from gcc object
   372        configure:6436: gcc -c -g -O2  conftest.c >&5
   373        configure:6439: $? = 0
   374        configure:6443: /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
   375        configure:6446: $? = 0
   376        configure:6498: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
   377        configure:6501: $? = 0
   378        configure:6539: result: ok
   379        configure:6543: checking for objdir
   380        configure:6558: result: .libs
   381        configure:6650: checking for ar
   382        configure:6666: found /usr/bin/ar
   383        configure:6677: result: ar
   384        configure:6746: checking for ranlib
   385        configure:6762: found /usr/bin/ranlib
   386        configure:6773: result: ranlib
   387        configure:6842: checking for strip
   388        configure:6858: found /usr/bin/strip
   389        configure:6869: result: strip
   390        configure:7155: checking if gcc supports -fno-rtti -fno-exceptions
   391        configure:7173: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
   392        cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
   393        cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
   394        configure:7177: $? = 0
   395        configure:7190: result: no
   396        configure:7205: checking for gcc option to produce PIC
   397        configure:7415: result: -fPIC
   398        configure:7423: checking if gcc PIC flag -fPIC works
   399        configure:7441: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
   400        configure:7445: $? = 0
   401        configure:7458: result: yes
   402        configure:7486: checking if gcc static flag -static works
   403        configure:7514: result: yes
   404        configure:7524: checking if gcc supports -c -o file.o
   405        configure:7545: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
   406        configure:7549: $? = 0
   407        configure:7571: result: yes
   408        configure:7597: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
   409        configure:8552: result: yes
   410        configure:8573: checking whether -lc should be explicitly linked in
   411        configure:8578: gcc -c -g -O2  conftest.c >&5
   412        configure:8581: $? = 0
   413        configure:8596: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
   414        configure:8599: $? = 0
   415        configure:8611: result: no
   416        configure:8619: checking dynamic linker characteristics
   417        configure:9195: result: GNU/Linux ld.so
   418        configure:9204: checking how to hardcode library paths into programs
   419        configure:9229: result: immediate
   420        configure:9243: checking whether stripping libraries is possible
   421        configure:9248: result: yes
   422        configure:10049: checking if libtool supports shared libraries
   423        configure:10051: result: yes
   424        configure:10054: checking whether to build shared libraries
   425        configure:10075: result: yes
   426        configure:10078: checking whether to build static libraries
   427        configure:10082: result: yes
   428        configure:10174: creating libtool
   429        configure:10762: checking for ld used by g++
   430        configure:10829: result: /usr/bin/ld
   431        configure:10838: checking if the linker (/usr/bin/ld) is GNU ld
   432        configure:10853: result: yes
   433        configure:10904: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
   434        configure:11838: result: yes
   435        configure:11856: g++ -c -g -O2  conftest.cpp >&5
   436        configure:11859: $? = 0
   437        configure:11978: checking for g++ option to produce PIC
   438        configure:12252: result: -fPIC
   439        configure:12260: checking if g++ PIC flag -fPIC works
   440        configure:12278: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
   441        configure:12282: $? = 0
   442        configure:12295: result: yes
   443        configure:12323: checking if g++ static flag -static works
   444        configure:12351: result: yes
   445        configure:12361: checking if g++ supports -c -o file.o
   446        configure:12382: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
   447        configure:12386: $? = 0
   448        configure:12408: result: yes
   449        configure:12434: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
   450        configure:12462: result: yes
   451        configure:12529: checking dynamic linker characteristics
   452        configure:13105: result: GNU/Linux ld.so
   453        configure:13114: checking how to hardcode library paths into programs
   454        configure:13139: result: immediate
   455        configure:13665: checking if libtool supports shared libraries
   456        configure:13667: result: yes
   457        configure:13670: checking whether to build shared libraries
   458        configure:13690: result: yes
   459        configure:13693: checking whether to build static libraries
   460        configure:13697: result: yes
   461        configure:13707: checking for gfortran option to produce PIC
   462        configure:13917: result: -fPIC
   463        configure:13925: checking if gfortran PIC flag -fPIC works
   464        configure:13943: gfortran -c -g -O2 -fPIC conftest.f >&5
   465        configure:13947: $? = 0
   466        configure:13960: result: yes
   467        configure:13988: checking if gfortran static flag -static works
   468        configure:14016: result: yes
   469        configure:14026: checking if gfortran supports -c -o file.o
   470        configure:14047: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
   471        configure:14051: $? = 0
   472        configure:14073: result: yes
   473        configure:14099: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries
   474        configure:15034: result: yes
   475        configure:15101: checking dynamic linker characteristics
   476        configure:15677: result: GNU/Linux ld.so
   477        configure:15686: checking how to hardcode library paths into programs
   478        configure:15711: result: immediate
   479        configure:19487: checking for wx-config
   480        configure:19506: found /usr/local/bin/wx-config
   481        configure:19519: result: /usr/local/bin/wx-config
   482        configure:19534: checking for wxWidgets version >= 2.8.4
   483        configure:19581: result: yes (version 2.8.4)
   484        configure:19585: checking for wxWidgets static library
   485        configure:19589: result: no
   486        configure:19790: checking system type for sftp stub
   487        configure:19794: result: unix
   488        configure:19805: checking for utmpx.h
   489        configure:19828: gcc -c -g -O2 -Wall -g -fexceptions  conftest.c >&5
   490        configure:19834: $? = 0
   491        configure:19850: result: yes
   492        configure:19805: checking for sys/select.h
   493        configure:19828: gcc -c -g -O2 -Wall -g -fexceptions  conftest.c >&5
   494        configure:19834: $? = 0
   495        configure:19850: result: yes
   496        configure:19862: checking for library containing socket
   497        configure:19903: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   498        configure:19909: $? = 0
   499        configure:19937: result: none required
   500        configure:19954: checking for getaddrinfo
   501        configure:20010: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   502        configure:20016: $? = 0
   503        configure:20034: result: yes
   504        configure:19954: checking for ptsname
   505        configure:20010: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   506        configure:20016: $? = 0
   507        configure:20034: result: yes
   508        configure:19954: checking for setresuid
   509        configure:20010: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   510        configure:20016: $? = 0
   511        configure:20034: result: yes
   512        configure:19954: checking for strsignal
   513        configure:20010: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   514        configure:20016: $? = 0
   515        configure:20034: result: yes
   516        configure:19954: checking for updwtmpx
   517        configure:20010: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   518        configure:20016: $? = 0
   519        configure:20034: result: yes
   520        configure:20049: checking for gettimeofday
   521        configure:20105: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   522        configure:20111: $? = 0
   523        configure:20129: result: yes
   524        configure:20049: checking for ftime
   525        configure:20105: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c  >&5
   526        configure:20111: $? = 0
   527        configure:20129: result: yes
   528        configure:20165: checking whether to use windres
   529        configure:20233: result: no
   530        configure:20292: checking idna.h usability
   531        configure:20309: gcc -c -g -O2 -Wall -g -fexceptions  conftest.c >&5
   532        configure:20315: $? = 0
   533        configure:20329: result: yes
   534        configure:20333: checking idna.h presence
   535        configure:20348: gcc -E  conftest.c
   536        configure:20354: $? = 0
   537        configure:20368: result: yes
   538        configure:20401: checking for idna.h
   539        configure:20408: result: yes
   540        configure:20436: checking for stringprep_check_version in -lidn
   541        configure:20471: gcc -o conftest -g -O2 -Wall -g -fexceptions   conftest.c -lidn   >&5
   542        configure:20477: $? = 0
   543        configure:20495: result: yes
   544        configure:20516: checking whether to use BinReloc
   545        configure:20528: result: yes
   546        configure:20534: checking whether to use precompiled headers
   547        configure:20563: result: yes
   548        configure:20607: checking for cppunit-config
   549        configure:20638: result: no
   550        configure:20648: checking for Cppunit - version >= 1.10.2
   551        configure:20652: result: no
   552        configure:20776: checking for libgnutls-config
   553        configure:20794: found /usr/local/bin/libgnutls-config
   554        configure:20807: result: /usr/local/bin/libgnutls-config
   555        configure:20816: checking for libgnutls - version >= 1.5.4
   556        configure:20903: gcc -o conftest -g -O2 -Wall -g -fexceptions -I/usr/local/include   conftest.c  -L/usr/local/lib -lgnutls -lgcrypt -lgpg-error >&5
   557        configure:20906: $? = 0
   558        configure:20912: ./conftest
   559        configure:20915: $? = 0
   560        configure:20935: result: yes
   561        configure:21054: checking for xgettext
   562        configure:21072: found /usr/bin/xgettext
   563        configure:21084: result: /usr/bin/xgettext
   564        configure:21100: checking for msgfmt
   565        configure:21118: found /usr/bin/msgfmt
   566        configure:21130: result: /usr/bin/msgfmt
   567        configure:21147: checking for msgmerge
   568        configure:21165: found /usr/bin/msgmerge
   569        configure:21177: result: /usr/bin/msgmerge
   570        configure:21194: checking whether msgmerge version >= 0.11.0
   571        configure:21220: result: yes, 0.16.1
   572        configure:21232: checking available FZ3 message catalogs
   573        configure:21258: result: ar bg ca_ES cs da_DK de es et_EE eu fi fr_CA fr_FR gl hu id_ID it_IT ja_JP ka km ko_KR ku lt lv mk nb_NO ne nl pl_PL pt_BR pt_PT ro_RO ru sk sl sv_SE tr zh_CN zh_TW
   574        configure:21265: checking for wxrc
   575        configure:21283: found /usr/local/bin/wxrc
   576        configure:21295: result: /usr/local/bin/wxrc
   577        configure:21636: creating ./config.status
   578       
   579        ## ---------------------- ##
   580        ## Running config.status. ##
   581        ## ---------------------- ##
   582       
   583        This file was extended by FileZilla config.status 3.0.0-beta10, which was
   584        generated by GNU Autoconf 2.61.  Invocation command line was
   585       
   586          CONFIG_FILES    =
   587          CONFIG_HEADERS  =
   588          CONFIG_LINKS    =
   589          CONFIG_COMMANDS =
   590          $ ./config.status
   591       
   592        on F7
   593       
   594        config.status:735: creating Makefile
   595        config.status:735: creating src/Makefile
   596        config.status:735: creating src/engine/Makefile
   597        config.status:735: creating src/tinyxml/Makefile
   598        config.status:735: creating src/interface/Makefile
   599        config.status:735: creating src/interface/resources/Makefile
   600        config.status:735: creating src/include/Makefile
   601        config.status:735: creating locales/Makefile
   602        config.status:735: creating src/interface/resources/16x16/Makefile
   603        config.status:735: creating src/interface/resources/32x32/Makefile
   604        config.status:735: creating data/Makefile
   605        config.status:735: creating src/interface/resources/cyril/Makefile
   606        config.status:735: creating src/interface/resources/cyril/16x16/Makefile
   607        config.status:735: creating src/putty/Makefile
   608        config.status:735: creating src/putty/unix/Makefile
   609        config.status:735: creating src/putty/windows/Makefile
   610        config.status:735: creating tests/Makefile
   611        config.status:735: creating src/interface/resources/version.rc
   612        config.status:735: creating src/fzshellext/Makefile
   613        config.status:735: creating src/fzshellext/version.rc
   614        config.status:735: creating src/include/config.h
   615        config.status:971: src/include/config.h is unchanged
   616        config.status:1017: executing depfiles commands
   617       
   618        ## ---------------- ##
   619        ## Cache variables. ##
   620        ## ---------------- ##
   621       
   622        ac_cv_build=i686-pc-linux-gnu
   623        ac_cv_c_compiler_gnu=yes
   624        ac_cv_cxx_compiler_gnu=yes
   625        ac_cv_env_CCC_set=
   626        ac_cv_env_CCC_value=
   627        ac_cv_env_CC_set=
   628        ac_cv_env_CC_value=
   629        ac_cv_env_CFLAGS_set=
   630        ac_cv_env_CFLAGS_value=
   631        ac_cv_env_CPPFLAGS_set=
   632        ac_cv_env_CPPFLAGS_value=
   633        ac_cv_env_CPP_set=
   634        ac_cv_env_CPP_value=
   635        ac_cv_env_CXXCPP_set=
   636        ac_cv_env_CXXCPP_value=
   637        ac_cv_env_CXXFLAGS_set=
   638        ac_cv_env_CXXFLAGS_value=
   639        ac_cv_env_CXX_set=
   640        ac_cv_env_CXX_value=
   641        ac_cv_env_F77_set=
   642        ac_cv_env_F77_value=
   643        ac_cv_env_FFLAGS_set=
   644        ac_cv_env_FFLAGS_value=
   645        ac_cv_env_LDFLAGS_set=
   646        ac_cv_env_LDFLAGS_value=
   647        ac_cv_env_LIBS_set=
   648        ac_cv_env_LIBS_value=
   649        ac_cv_env_build_alias_set=
   650        ac_cv_env_build_alias_value=
   651        ac_cv_env_host_alias_set=
   652        ac_cv_env_host_alias_value=
   653        ac_cv_env_target_alias_set=
   654        ac_cv_env_target_alias_value=
   655        ac_cv_f77_compiler_gnu=yes
   656        ac_cv_func_ftime=yes
   657        ac_cv_func_getaddrinfo=yes
   658        ac_cv_func_gettimeofday=yes
   659        ac_cv_func_ptsname=yes
   660        ac_cv_func_setresuid=yes
   661        ac_cv_func_strsignal=yes
   662        ac_cv_func_updwtmpx=yes
   663        ac_cv_header_dlfcn_h=yes
   664        ac_cv_header_idna_h=yes
   665        ac_cv_header_inttypes_h=yes
   666        ac_cv_header_memory_h=yes
   667        ac_cv_header_stdc=yes
   668        ac_cv_header_stdint_h=yes
   669        ac_cv_header_stdlib_h=yes
   670        ac_cv_header_string_h=yes
   671        ac_cv_header_strings_h=yes
   672        ac_cv_header_sys_select_h=yes
   673        ac_cv_header_sys_stat_h=yes
   674        ac_cv_header_sys_types_h=yes
   675        ac_cv_header_unistd_h=yes
   676        ac_cv_header_utmpx_h=yes
   677        ac_cv_host=i686-pc-linux-gnu
   678        ac_cv_lib_idn_stringprep_check_version=yes
   679        ac_cv_objext=o
   680        ac_cv_path_CPPUNIT_CONFIG=no
   681        ac_cv_path_EGREP='/bin/grep -E'
   682        ac_cv_path_GREP=/bin/grep
   683        ac_cv_path_LIBGNUTLS_CONFIG=/usr/local/bin/libgnutls-config
   684        ac_cv_path_WXRC=/usr/local/bin/wxrc
   685        ac_cv_path_WX_CONFIG_PATH=/usr/local/bin/wx-config
   686        ac_cv_path_install='/usr/bin/install -c'
   687        ac_cv_path_msgfmt=/usr/bin/msgfmt
   688        ac_cv_path_msgmerge=/usr/bin/msgmerge
   689        ac_cv_path_xgettext=/usr/bin/xgettext
   690        ac_cv_prog_AWK=gawk
   691        ac_cv_prog_CPP='gcc -E'
   692        ac_cv_prog_CXXCPP='g++ -E'
   693        ac_cv_prog_ac_ct_AR=ar
   694        ac_cv_prog_ac_ct_CC=gcc
   695        ac_cv_prog_ac_ct_CXX=g++
   696        ac_cv_prog_ac_ct_F77=gfortran
   697        ac_cv_prog_ac_ct_RANLIB=ranlib
   698        ac_cv_prog_ac_ct_STRIP=strip
   699        ac_cv_prog_cc_c89=
   700        ac_cv_prog_cc_g=yes
   701        ac_cv_prog_cxx_g=yes
   702        ac_cv_prog_f77_g=yes
   703        ac_cv_prog_make_make_set=yes
   704        ac_cv_search_socket='none required'
   705        am_cv_CC_dependencies_compiler_type=gcc3
   706        am_cv_CXX_dependencies_compiler_type=gcc3
   707        lt_cv_deplibs_check_method=pass_all
   708        lt_cv_file_magic_cmd='$MAGIC_CMD'
   709        lt_cv_file_magic_test_file=
   710        lt_cv_ld_reload_flag=-r
   711        lt_cv_objdir=.libs
   712        lt_cv_path_LD=/usr/bin/ld
   713        lt_cv_path_LDCXX=/usr/bin/ld
   714        lt_cv_path_NM='/usr/bin/nm -B'
   715        lt_cv_path_SED=/bin/sed
   716        lt_cv_prog_compiler_c_o=yes
   717        lt_cv_prog_compiler_c_o_CXX=yes
   718        lt_cv_prog_compiler_c_o_F77=yes
   719        lt_cv_prog_compiler_rtti_exceptions=no
   720        lt_cv_prog_gnu_ld=yes
   721        lt_cv_prog_gnu_ldcxx=yes
   722        lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][         ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
   723        lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
   724        lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
   725        lt_cv_sys_max_cmd_len=32768
   726        lt_lt_cv_prog_compiler_c_o='"yes"'
   727        lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
   728        lt_lt_cv_prog_compiler_c_o_F77='"yes"'
   729        lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[         ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[         ][         ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
   730        lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
   731        lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
   732       
   733        ## ----------------- ##
   734        ## Output variables. ##
   735        ## ----------------- ##
   736       
   737        ACLOCAL='${SHELL} /usr/local/src/filezilla-3.0.0-beta10/config/missing --run aclocal-1.9'
   738        AMDEPBACKSLASH='\'
   739        AMDEP_FALSE='#'
   740        AMDEP_TRUE=''
   741        AMTAR='${SHELL} /usr/local/src/filezilla-3.0.0-beta10/config/missing --run tar'
   742        AR='ar'
   743        AUTOCONF='${SHELL} /usr/local/src/filezilla-3.0.0-beta10/config/missing --run autoconf'
   744        AUTOHEADER='${SHELL} /usr/local/src/filezilla-3.0.0-beta10/config/missing --run autoheader'
   745        AUTOMAKE='${SHELL} /usr/local/src/filezilla-3.0.0-beta10/config/missing --run automake-1.9'
   746        AWK='gawk'
   747        CATALOGS_TO_INSTALL=''
   748        CC='gcc'
   749        CCDEPMODE='depmode=gcc3'
   750        CFLAGS='-g -O2 -Wall -g -fexceptions'
   751        CPP='gcc -E'
   752        CPPFLAGS=''
   753        CPPUNIT_CFLAGS=''
   754        CPPUNIT_CONFIG='no'
   755        CPPUNIT_LIBS=''
   756        CXX='g++'
   757        CXXCPP='g++ -E'
   758        CXXDEPMODE='depmode=gcc3'
   759        CXXFLAGS='-g -O2 -Wall -g -fexceptions'
   760        CYGPATH_W='echo'
   761        DEFS='-DHAVE_CONFIG_H'
   762        DEPDIR='.deps'
   763        ECHO='echo'
   764        ECHO_C=''
   765        ECHO_N='-n'
   766        ECHO_T=''
   767        EGREP='/bin/grep -E'
   768        ENABLE_PRECOMP_FALSE='#'
   769        ENABLE_PRECOMP_TRUE=''
   770        EXEEXT=''
   771        F77='gfortran'
   772        FFLAGS='-g -O2'
   773        FILEZILLA_LINGUAS='ar bg ca_ES cs da_DK de es et_EE eu fi fr_CA fr_FR gl hu id_ID it_IT ja_JP ka km ko_KR ku lt lv mk nb_NO ne nl pl_PL pt_BR pt_PT ro_RO ru sk sl sv_SE tr zh_CN zh_TW'
   774        FILEZILLA_LINGUAS_MO='ar.mo bg.mo ca_ES.mo cs.mo da_DK.mo de.mo es.mo et_EE.mo eu.mo fi.mo fr_CA.mo fr_FR.mo gl.mo hu.mo id_ID.mo it_IT.mo ja_JP.mo ka.mo km.mo ko_KR.mo ku.mo lt.mo lv.mo mk.mo nb_NO.mo ne.mo nl.mo pl_PL.mo pt_BR.mo pt_PT.mo ro_RO.mo ru.mo sk.mo sl.mo sv_SE.mo tr.mo zh_CN.mo zh_TW.mo'
   775        FILEZILLA_LINGUAS_PO='$(srcdir)/ar.po $(srcdir)/bg.po $(srcdir)/ca_ES.po $(srcdir)/cs.po $(srcdir)/da_DK.po $(srcdir)/de.po $(srcdir)/es.po $(srcdir)/et_EE.po $(srcdir)/eu.po $(srcdir)/fi.po $(srcdir)/fr_CA.po $(srcdir)/fr_FR.po $(srcdir)/gl.po $(srcdir)/hu.po $(srcdir)/id_ID.po $(srcdir)/it_IT.po $(srcdir)/ja_JP.po $(srcdir)/ka.po $(srcdir)/km.po $(srcdir)/ko_KR.po $(srcdir)/ku.po $(srcdir)/lt.po $(srcdir)/lv.po $(srcdir)/mk.po $(srcdir)/nb_NO.po $(srcdir)/ne.po $(srcdir)/nl.po $(srcdir)/pl_PL.po $(srcdir)/pt_BR.po $(srcdir)/pt_PT.po $(srcdir)/ro_RO.po $(srcdir)/ru.po $(srcdir)/sk.po $(srcdir)/sl.po $(srcdir)/sv_SE.po $(srcdir)/tr.po $(srcdir)/zh_CN.po $(srcdir)/zh_TW.po'
   776        FILEZILLA_LINGUAS_PO_NEW='ar.po.new bg.po.new ca_ES.po.new cs.po.new da_DK.po.new de.po.new es.po.new et_EE.po.new eu.po.new fi.po.new fr_CA.po.new fr_FR.po.new gl.po.new hu.po.new id_ID.po.new it_IT.po.new ja_JP.po.new ka.po.new km.po.new ko_KR.po.new ku.po.new lt.po.new lv.po.new mk.po.new nb_NO.po.new ne.po.new nl.po.new pl_PL.po.new pt_BR.po.new pt_PT.po.new ro_RO.po.new ru.po.new sk.po.new sl.po.new sv_SE.po.new tr.po.new zh_CN.po.new zh_TW.po.new'
   777        GREP='/bin/grep'
   778        HAS_CPPUNIT_FALSE=''
   779        HAS_CPPUNIT_TRUE='#'
   780        IDN_LIB='-lidn'
   781        INSTALL_DATA='${INSTALL} -m 644'
   782        INSTALL_PROGRAM='${INSTALL}'
   783        INSTALL_SCRIPT='${INSTALL}'
   784        INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
   785        LDFLAGS=''
   786        LIBGNUTLS_CFLAGS='-I/usr/local/include'
   787        LIBGNUTLS_CONFIG='/usr/local/bin/libgnutls-config'
   788        LIBGNUTLS_LIBS='-L/usr/local/lib -lgnutls -lgcrypt -lgpg-error'
   789        LIBOBJS=''
   790        LIBS=''
   791        LIBTOOL='$(SHELL) $(top_builddir)/libtool'
   792        LN_S='ln -s'
   793        LOCALES_FALSE='#'
   794        LOCALES_ONLY_FALSE=''
   795        LOCALES_ONLY_TRUE='#'
   796        LOCALES_TRUE=''
   797        LTLIBOBJS=''
   798        MACAPPBUNDLE_FALSE=''
   799        MACAPPBUNDLE_TRUE='#'
   800        MAKEINFO='${SHELL} /usr/local/src/filezilla-3.0.0-beta10/config/missing --run makeinfo'
   801        MAKENSISSCRIPT_FALSE=''
   802        MAKENSISSCRIPT_TRUE='#'
   803        MINGW_FALSE=''
   804        MINGW_TRUE='#'
   805        OBJEXT='o'
   806        PACKAGE='filezilla'
   807        PACKAGE_BUGREPORT='tim.kosse@gmx.de'
   808        PACKAGE_NAME='FileZilla'
   809        PACKAGE_STRING='FileZilla 3.0.0-beta10'
   810        PACKAGE_TARNAME='filezilla'
   811        PACKAGE_VERSION='3.0.0-beta10'
   812        PACKAGE_VERSION_MAJOR='3'
   813        PACKAGE_VERSION_MICRO='0'
   814        PACKAGE_VERSION_MINOR='0'
   815        PACKAGE_VERSION_NANO='0'
   816        PATH_SEPARATOR=':'
   817        RANLIB='ranlib'
   818        SET_MAKE=''
   819        SFTP_MINGW_FALSE=''
   820        SFTP_MINGW_TRUE='#'
   821        SFTP_UNIX_FALSE='#'
   822        SFTP_UNIX_TRUE=''
   823        SHELL='/bin/sh'
   824        STRIP='strip'
   825        USE_BINRELOC_FALSE='#'
   826        USE_BINRELOC_TRUE=''
   827        USE_RESOURCEFILE_FALSE=''
   828        USE_RESOURCEFILE_TRUE='#'
   829        VERSION='3.0.0-beta10'
   830        WINDRES=''
   831        WINDRESFLAGS=''
   832        WXRC='/usr/local/bin/wxrc'
   833        WX_CFLAGS='-I/usr/local/lib/wx/include/x11univ-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__ -pthread'
   834        WX_CFLAGS_ONLY='-pthread'
   835        WX_CONFIG_PATH='/usr/local/bin/wx-config'
   836        WX_CONFIG_WITH_ARGS='/usr/local/bin/wx-config   xrc,std'
   837        WX_CPPFLAGS='-I/usr/local/lib/wx/include/x11univ-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__'
   838        WX_CXXFLAGS='-I/usr/local/lib/wx/include/x11univ-ansi-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXX11__ -pthread'
   839        WX_CXXFLAGS_ONLY=''
   840        WX_LIBS='-L/usr/local/lib -pthread   -lwx_x11univ_aui-2.8 -lwx_x11univ_xrc-2.8 -lwx_x11univ_qa-2.8 -lwx_x11univ_html-2.8 -lwx_x11univ_adv-2.8 -lwx_x11univ_core-2.8 -lwx_base_xml-2.8 -lwx_base_net-2.8 -lwx_base-2.8 '
   841        WX_LIBS_STATIC=''
   842        WX_RESCOMP=''
   843        WX_VERSION='2.8.4'
   844        ac_ct_CC='gcc'
   845        ac_ct_CXX='g++'
   846        ac_ct_F77='gfortran'
   847        am__fastdepCC_FALSE='#'
   848        am__fastdepCC_TRUE=''
   849        am__fastdepCXX_FALSE='#'
   850        am__fastdepCXX_TRUE=''
   851        am__include='include'
   852        am__leading_dot='.'
   853        am__quote=''
   854        am__tar='${AMTAR} chof - "$$tardir"'
   855        am__untar='${AMTAR} xf -'
   856        bindir='${exec_prefix}/bin'
   857        build='i686-pc-linux-gnu'
   858        build_alias=''
   859        build_cpu='i686'
   860        build_os='linux-gnu'
   861        build_vendor='pc'
   862        datadir='${datarootdir}'
   863        datarootdir='${prefix}/share'
   864        docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
   865        dvidir='${docdir}'
   866        exec_prefix='${prefix}'
   867        host='i686-pc-linux-gnu'
   868        host_alias=''
   869        host_cpu='i686'
   870        host_os='linux-gnu'
   871        host_vendor='pc'
   872        htmldir='${docdir}'
   873        includedir='${prefix}/include'
   874        infodir='${datarootdir}/info'
   875        install_sh='/usr/local/src/filezilla-3.0.0-beta10/config/install-sh'
   876        libdir='${exec_prefix}/lib'
   877        libexecdir='${exec_prefix}/libexec'
   878        localedir='${datarootdir}/locale'
   879        localstatedir='${prefix}/var'
   880        mandir='${datarootdir}/man'
   881        mkdir_p='mkdir -p --'
   882        msgfmt='/usr/bin/msgfmt'
   883        msgmerge='/usr/bin/msgmerge'
   884        oldincludedir='/usr/include'
   885        pdfdir='${docdir}'
   886        prefix='/usr/local'
   887        program_transform_name='s,x,x,'
   888        psdir='${docdir}'
   889        sbindir='${exec_prefix}/sbin'
   890        sharedstatedir='${prefix}/com'
   891        sysconfdir='${prefix}/etc'
   892        target_alias=''
   893        xgettext='/usr/bin/xgettext'
   894       
   895        ## ----------- ##
   896        ## confdefs.h. ##
   897        ## ----------- ##
   898       
   899        #define PACKAGE_NAME "FileZilla"
   900        #define PACKAGE_TARNAME "filezilla"
   901        #define PACKAGE_VERSION "3.0.0-beta10"
   902        #define PACKAGE_STRING "FileZilla 3.0.0-beta10"
   903        #define PACKAGE_BUGREPORT "tim.kosse@gmx.de"
   904        #define PACKAGE "filezilla"
   905        #define VERSION "3.0.0-beta10"
   906        #define STDC_HEADERS 1
   907        #define HAVE_SYS_TYPES_H 1
   908        #define HAVE_SYS_STAT_H 1
   909        #define HAVE_STDLIB_H 1
   910        #define HAVE_STRING_H 1
   911        #define HAVE_MEMORY_H 1
   912        #define HAVE_STRINGS_H 1
   913        #define HAVE_INTTYPES_H 1
   914        #define HAVE_STDINT_H 1
   915        #define HAVE_UNISTD_H 1
   916        #define HAVE_DLFCN_H 1
   917        #define USED_HOST "i686-pc-linux-gnu"
   918        #define USED_CXXFLAGS "-g -O2 -Wall -g -fexceptions"
   919        #define USED_COMPILER "gcc (GCC) 4.1.2 20070502 (Red Hat 4.1.2-12)"
   920        #define HAVE_UTMPX_H 1
   921        #define HAVE_SYS_SELECT_H 1
   922        #define HAVE_GETADDRINFO 1
   923        #define HAVE_PTSNAME 1
   924        #define HAVE_SETRESUID 1
   925        #define HAVE_STRSIGNAL 1
   926        #define HAVE_UPDWTMPX 1
   927        #define HAVE_GETTIMEOFDAY 1
   928        #define HAVE_FTIME 1
   929        #define ENABLE_BINRELOC 1
   930        #define FZ_MANUALUPDATECHECK 1
   931        #define FZ_AUTOUPDATECHECK 1
   932       
   933        configure: exit 0



麻烦安装过Filezilla的同志帮忙分析一下, 感谢!
发表于 2007-6-22 16:56:50 | 显示全部楼层
没装过,安装文件名是什么,下载 URL 是什么?
回复 支持 反对

使用道具 举报

发表于 2007-6-22 17:15:02 | 显示全部楼层
filezilla 3.0 beta 10,有个预编译的版本,在f7 下直接可以运行,很稳定
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-22 17:36:58 | 显示全部楼层
请帮忙再分析一下, 我想知道问题出在哪?

顺便问下楼上的你说的那个在哪儿有?
回复 支持 反对

使用道具 举报

发表于 2007-6-22 22:10:31 | 显示全部楼层
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表