summaryrefslogtreecommitdiff
path: root/config.log
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:11:53 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:11:53 +0000
commitae1ea4cb8bcd56f819419fc9d44e20cf115af285 (patch)
tree1590e7d7f154f88c3cfb92e8bcea6c1203e79777 /config.log
parent873739001a3502a095e314d23c01fff308c84a8c (diff)
Debian repository
Diffstat (limited to 'config.log')
-rw-r--r--config.log728
1 files changed, 728 insertions, 0 deletions
diff --git a/config.log b/config.log
new file mode 100644
index 0000000..5905973
--- /dev/null
+++ b/config.log
@@ -0,0 +1,728 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure, which was
+generated by GNU Autoconf 2.61. Invocation command line was
+
+ $ ./configure --prefix=/tmp/test
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = linux
+uname -m = i686
+uname -r = 2.6.19.2-grsec
+uname -s = Linux
+uname -v = #1 SMP Tue May 8 15:06:29 CEST 2007
+
+/usr/bin/uname -p = unknown
+/bin/uname -X = unknown
+
+/bin/arch = i686
+/usr/bin/arch -k = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo = unknown
+/bin/machine = unknown
+/usr/bin/oslevel = unknown
+/bin/universe = unknown
+
+PATH: /usr/local/bin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/bin/X11
+PATH: /usr/games
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:1978: checking for a BSD-compatible install
+configure:2034: result: /usr/bin/install -c
+configure:2045: checking whether build environment is sane
+configure:2088: result: yes
+configure:2121: checking for gawk
+configure:2137: found /usr/bin/gawk
+configure:2148: result: gawk
+configure:2159: checking whether make sets $(MAKE)
+configure:2180: result: yes
+configure:2361: checking whether to enable maintainer-specific portions of Makefiles
+configure:2370: result: no
+configure:2436: checking for gcc
+configure:2452: found /usr/bin/gcc
+configure:2463: result: gcc
+configure:2701: checking for C compiler version
+configure:2708: gcc --version >&5
+gcc (GCC) 3.3.6 (Debian 1:3.3.6-15)
+Copyright (C) 2003 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:2711: $? = 0
+configure:2718: gcc -v >&5
+Reading specs from /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/specs
+Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug i486-linux-gnu
+Thread model: posix
+gcc version 3.3.6 (Debian 1:3.3.6-15)
+configure:2721: $? = 0
+configure:2728: gcc -V >&5
+gcc: `-V' option must have argument
+configure:2731: $? = 1
+configure:2754: checking for C compiler default output file name
+configure:2781: gcc conftest.c >&5
+configure:2784: $? = 0
+configure:2822: result: a.out
+configure:2839: checking whether the C compiler works
+configure:2849: ./a.out
+configure:2852: $? = 0
+configure:2869: result: yes
+configure:2876: checking whether we are cross compiling
+configure:2878: result: no
+configure:2881: checking for suffix of executables
+configure:2888: gcc -o conftest conftest.c >&5
+configure:2891: $? = 0
+configure:2915: result:
+configure:2921: checking for suffix of object files
+configure:2947: gcc -c conftest.c >&5
+configure:2950: $? = 0
+configure:2973: result: o
+configure:2977: checking whether we are using the GNU C compiler
+configure:3006: gcc -c conftest.c >&5
+configure:3012: $? = 0
+configure:3029: result: yes
+configure:3034: checking whether gcc accepts -g
+configure:3064: gcc -c -g conftest.c >&5
+configure:3070: $? = 0
+configure:3169: result: yes
+configure:3186: checking for gcc option to accept ISO C89
+configure:3260: gcc -c -g -O2 conftest.c >&5
+configure:3266: $? = 0
+configure:3289: result: none needed
+configure:3318: checking for style of include used by make
+configure:3346: result: GNU
+configure:3374: checking dependency style of gcc
+configure:3457: result: gcc3
+configure:3532: checking for g++
+configure:3548: found /usr/bin/g++
+configure:3559: result: g++
+configure:3590: checking for C++ compiler version
+configure:3597: g++ --version >&5
+g++ (GCC) 3.3.6 (Debian 1:3.3.6-15)
+Copyright (C) 2003 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:3600: $? = 0
+configure:3607: g++ -v >&5
+Reading specs from /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/specs
+Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug i486-linux-gnu
+Thread model: posix
+gcc version 3.3.6 (Debian 1:3.3.6-15)
+configure:3610: $? = 0
+configure:3617: g++ -V >&5
+g++: `-V' option must have argument
+configure:3620: $? = 1
+configure:3623: checking whether we are using the GNU C++ compiler
+configure:3652: g++ -c conftest.cpp >&5
+configure:3658: $? = 0
+configure:3675: result: yes
+configure:3680: checking whether g++ accepts -g
+configure:3710: g++ -c -g conftest.cpp >&5
+configure:3716: $? = 0
+configure:3815: result: yes
+configure:3840: checking dependency style of g++
+configure:3923: result: gcc3
+configure:3946: checking how to run the C preprocessor
+configure:3986: gcc -E conftest.c
+configure:3992: $? = 0
+configure:4023: gcc -E conftest.c
+conftest.c:10:28: ac_nonexistent.h: No such file or directory
+configure:4029: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "httrack"
+| #define VERSION "3.41.22"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4062: result: gcc -E
+configure:4091: gcc -E conftest.c
+configure:4097: $? = 0
+configure:4128: gcc -E conftest.c
+conftest.c:10:28: ac_nonexistent.h: No such file or directory
+configure:4134: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "httrack"
+| #define VERSION "3.41.22"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4172: checking for grep that handles long lines and -e
+configure:4246: result: /bin/grep
+configure:4251: checking for egrep
+configure:4329: result: /bin/grep -E
+configure:4334: checking for ANSI C header files
+configure:4364: gcc -c -g -O2 conftest.c >&5
+configure:4370: $? = 0
+configure:4466: gcc -o conftest -g -O2 conftest.c >&5
+configure:4469: $? = 0
+configure:4475: ./conftest
+configure:4478: $? = 0
+configure:4495: result: yes
+configure:4583: checking build system type
+configure:4601: result: i686-pc-linux-gnu
+configure:4623: checking host system type
+configure:4638: result: i686-pc-linux-gnu
+configure:4660: checking for a sed that does not truncate output
+configure:4714: result: /bin/sed
+configure:4728: checking for ld used by gcc
+configure:4795: result: /usr/bin/ld
+configure:4804: checking if the linker (/usr/bin/ld) is GNU ld
+configure:4819: result: yes
+configure:4824: checking for /usr/bin/ld option to reload object files
+configure:4831: result: -r
+configure:4849: checking for BSD-compatible nm
+configure:4898: result: /usr/bin/nm -B
+configure:4902: checking whether ln -s works
+configure:4906: result: yes
+configure:4913: checking how to recognise dependent libraries
+configure:5089: result: pass_all
+configure:5331: checking for sys/types.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for sys/stat.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for stdlib.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for string.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for memory.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for strings.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for inttypes.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for stdint.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5331: checking for unistd.h
+configure:5352: gcc -c -g -O2 conftest.c >&5
+configure:5358: $? = 0
+configure:5374: result: yes
+configure:5401: checking dlfcn.h usability
+configure:5418: gcc -c -g -O2 conftest.c >&5
+configure:5424: $? = 0
+configure:5438: result: yes
+configure:5442: checking dlfcn.h presence
+configure:5457: gcc -E conftest.c
+configure:5463: $? = 0
+configure:5477: result: yes
+configure:5505: checking for dlfcn.h
+configure:5513: result: yes
+configure:5536: checking how to run the C++ preprocessor
+configure:5572: g++ -E conftest.cpp
+configure:5578: $? = 0
+configure:5609: g++ -E conftest.cpp
+conftest.cpp:21:28: ac_nonexistent.h: No such file or directory
+configure:5615: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "httrack"
+| #define VERSION "3.41.22"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:5648: result: g++ -E
+configure:5677: g++ -E conftest.cpp
+configure:5683: $? = 0
+configure:5714: g++ -E conftest.cpp
+conftest.cpp:21:28: ac_nonexistent.h: No such file or directory
+configure:5720: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "httrack"
+| #define VERSION "3.41.22"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_DLFCN_H 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:5813: checking for g77
+configure:5843: result: no
+configure:5813: checking for xlf
+configure:5843: result: no
+configure:5813: checking for f77
+configure:5843: result: no
+configure:5813: checking for frt
+configure:5843: result: no
+configure:5813: checking for pgf77
+configure:5843: result: no
+configure:5813: checking for cf77
+configure:5843: result: no
+configure:5813: checking for fort77
+configure:5843: result: no
+configure:5813: checking for fl32
+configure:5843: result: no
+configure:5813: checking for af77
+configure:5843: result: no
+configure:5813: checking for xlf90
+configure:5843: result: no
+configure:5813: checking for f90
+configure:5843: result: no
+configure:5813: checking for pgf90
+configure:5843: result: no
+configure:5813: checking for pghpf
+configure:5843: result: no
+configure:5813: checking for epcf90
+configure:5843: result: no
+configure:5813: checking for gfortran
+configure:5843: result: no
+configure:5813: checking for g95
+configure:5843: result: no
+configure:5813: checking for xlf95
+configure:5843: result: no
+configure:5813: checking for f95
+configure:5843: result: no
+configure:5813: checking for fort
+configure:5843: result: no
+configure:5813: checking for ifort
+configure:5843: result: no
+configure:5813: checking for ifc
+configure:5843: result: no
+configure:5813: checking for efc
+configure:5843: result: no
+configure:5813: checking for pgf95
+configure:5843: result: no
+configure:5813: checking for lf95
+configure:5843: result: no
+configure:5813: checking for ftn
+configure:5843: result: no
+configure:5870: checking for Fortran 77 compiler version
+configure:5877: --version >&5
+./configure: line 1: --version: command not found
+configure:5880: $? = 127
+configure:5887: -v >&5
+./configure: line 1: -v: command not found
+configure:5890: $? = 127
+configure:5897: -V >&5
+./configure: line 1: -V: command not found
+configure:5900: $? = 127
+configure:5908: checking whether we are using the GNU Fortran 77 compiler
+configure:5927: -c conftest.F >&5
+./configure: line 1: -c: command not found
+configure:5933: $? = 127
+configure: failed program was:
+| program main
+| #ifndef __GNUC__
+| choke me
+| #endif
+|
+| end
+configure:5950: result: no
+configure:5956: checking whether accepts -g
+configure:5973: -c -g conftest.f >&5
+./configure: line 1: -c: command not found
+configure:5979: $? = 127
+configure: failed program was:
+| program main
+|
+| end
+configure:5995: result: no
+configure:6025: checking the maximum length of command line arguments
+configure:6134: result: 65536
+configure:6145: checking command to parse /usr/bin/nm -B output from gcc object
+configure:6250: gcc -c -g -O2 conftest.c >&5
+configure:6253: $? = 0
+configure:6257: /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
+configure:6260: $? = 0
+configure:6312: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
+configure:6315: $? = 0
+configure:6353: result: ok
+configure:6357: checking for objdir
+configure:6372: result: .libs
+configure:6464: checking for ar
+configure:6480: found /usr/bin/ar
+configure:6491: result: ar
+configure:6560: checking for ranlib
+configure:6576: found /usr/bin/ranlib
+configure:6587: result: ranlib
+configure:6656: checking for strip
+configure:6672: found /usr/bin/strip
+configure:6683: result: strip
+configure:6969: checking if gcc supports -fno-rtti -fno-exceptions
+configure:6990: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
+cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
+configure:6994: $? = 0
+configure:7004: result: no
+configure:7019: checking for gcc option to produce PIC
+configure:7229: result: -fPIC
+configure:7237: checking if gcc PIC flag -fPIC works
+configure:7258: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
+configure:7262: $? = 0
+configure:7272: result: yes
+configure:7300: checking if gcc static flag -static works
+configure:7328: result: yes
+configure:7338: checking if gcc supports -c -o file.o
+configure:7362: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
+configure:7366: $? = 0
+configure:7385: result: yes
+configure:7411: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
+configure:8366: result: yes
+configure:8387: checking whether -lc should be explicitly linked in
+configure:8392: gcc -c -g -O2 conftest.c >&5
+configure:8395: $? = 0
+configure:8410: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
+configure:8413: $? = 0
+configure:8425: result: no
+configure:8433: checking dynamic linker characteristics
+configure:9009: result: GNU/Linux ld.so
+configure:9018: checking how to hardcode library paths into programs
+configure:9043: result: immediate
+configure:9057: checking whether stripping libraries is possible
+configure:9062: result: yes
+configure:9863: checking if libtool supports shared libraries
+configure:9865: result: yes
+configure:9868: checking whether to build shared libraries
+configure:9889: result: yes
+configure:9892: checking whether to build static libraries
+configure:9896: result: yes
+configure:9988: creating libtool
+configure:10576: checking for ld used by g++
+configure:10643: result: /usr/bin/ld
+configure:10652: checking if the linker (/usr/bin/ld) is GNU ld
+configure:10667: result: yes
+configure:10718: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
+configure:11652: result: yes
+configure:11670: g++ -c -g -O2 conftest.cpp >&5
+configure:11673: $? = 0
+configure:11792: checking for g++ option to produce PIC
+configure:12066: result: -fPIC
+configure:12074: checking if g++ PIC flag -fPIC works
+configure:12095: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
+configure:12099: $? = 0
+configure:12109: result: yes
+configure:12137: checking if g++ static flag -static works
+configure:12165: result: yes
+configure:12175: checking if g++ supports -c -o file.o
+configure:12199: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
+configure:12203: $? = 0
+configure:12222: result: yes
+configure:12248: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
+configure:12276: result: yes
+configure:12343: checking dynamic linker characteristics
+configure:12919: result: GNU/Linux ld.so
+configure:12928: checking how to hardcode library paths into programs
+configure:12953: result: immediate
+configure:19071: checking whether ln -s works
+configure:19075: result: yes
+configure:19100: checking for long
+configure:19130: gcc -c -g -O2 conftest.c >&5
+configure:19136: $? = 0
+configure:19151: result: yes
+configure:19158: checking size of long
+configure:19460: gcc -o conftest -g -O2 conftest.c >&5
+configure:19463: $? = 0
+configure:19469: ./conftest
+configure:19472: $? = 0
+configure:19495: result: 4
+configure:19505: checking for long long
+configure:19535: gcc -c -g -O2 conftest.c >&5
+configure:19541: $? = 0
+configure:19556: result: yes
+configure:19563: checking size of long long
+configure:19865: gcc -o conftest -g -O2 conftest.c >&5
+configure:19868: $? = 0
+configure:19874: ./conftest
+configure:19877: $? = 0
+configure:19900: result: 8
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=i686-pc-linux-gnu
+ac_cv_c_compiler_gnu=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXCPP_set=
+ac_cv_env_CXXCPP_value=
+ac_cv_env_CXXFLAGS_set=
+ac_cv_env_CXXFLAGS_value=
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_F77_set=
+ac_cv_env_F77_value=
+ac_cv_env_FFLAGS_set=
+ac_cv_env_FFLAGS_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_f77_compiler_gnu=no
+ac_cv_header_dlfcn_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=i686-pc-linux-gnu
+ac_cv_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_CXXCPP='g++ -E'
+ac_cv_prog_ac_ct_AR=ar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_f77_g=no
+ac_cv_prog_make_make_set=yes
+ac_cv_sizeof_long=4
+ac_cv_sizeof_long_long=8
+ac_cv_type_long=yes
+ac_cv_type_long_long=yes
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+lt_cv_deplibs_check_method=pass_all
+lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_ld_reload_flag=-r
+lt_cv_objdir=.libs
+lt_cv_path_LD=/usr/bin/ld
+lt_cv_path_LDCXX=/usr/bin/ld
+lt_cv_path_NM='/usr/bin/nm -B'
+lt_cv_path_SED=/bin/sed
+lt_cv_prog_compiler_c_o=yes
+lt_cv_prog_compiler_c_o_CXX=yes
+lt_cv_prog_compiler_rtti_exceptions=no
+lt_cv_prog_gnu_ld=yes
+lt_cv_prog_gnu_ldcxx=yes
+lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
+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'\'''
+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
+lt_cv_sys_max_cmd_len=65536
+lt_lt_cv_prog_compiler_c_o='"yes"'
+lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
+lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
+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'\''"'
+lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /temp/httrack-3.41.22/missing --run aclocal-1.7'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /temp/httrack-3.41.22/missing --run tar'
+AR='ar'
+AUTOCONF='${SHELL} /temp/httrack-3.41.22/missing --run autoconf'
+AUTOHEADER='${SHELL} /temp/httrack-3.41.22/missing --run autoheader'
+AUTOMAKE='${SHELL} /temp/httrack-3.41.22/missing --run automake-1.7'
+AWK='gawk'
+CC='gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g -O2'
+CPP='gcc -E'
+CPPFLAGS=''
+CXX='g++'
+CXXCPP='g++ -E'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-g -O2'
+CYGPATH_W='echo'
+DEFAULT_CFLAGS='-O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT'
+DEFS=''
+DEPDIR='.deps'
+DL_LIBS=''
+ECHO='echo'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+F77=''
+FFLAGS=''
+GREP='/bin/grep'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
+LDFLAGS=''
+LFS_FLAG=''
+LIBOBJS=''
+LIBS=''
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LN_S='ln -s'
+LTLIBOBJS=''
+MAINT='#'
+MAINTAINER_MODE_FALSE=''
+MAINTAINER_MODE_TRUE='#'
+MAKEINFO='${SHELL} /temp/httrack-3.41.22/missing --run makeinfo'
+OBJEXT='o'
+PACKAGE='httrack'
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_VERSION=''
+PATH_SEPARATOR=':'
+RANLIB='ranlib'
+SET_MAKE=''
+SHELL='/bin/sh'
+SOCKET_LIBS=''
+STRIP='strip'
+THREADS_CFLAGS=''
+THREADS_LIBS=''
+V6_FLAG=''
+VERSION='3.41.22'
+VERSION_INFO='2:41:0'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+ac_ct_F77=''
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__fastdepCXX_FALSE='#'
+am__fastdepCXX_TRUE=''
+am__include='include'
+am__leading_dot='.'
+am__quote=''
+bindir='${exec_prefix}/bin'
+build='i686-pc-linux-gnu'
+build_alias=''
+build_cpu='i686'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='NONE'
+host='i686-pc-linux-gnu'
+host_alias=''
+host_cpu='i686'
+host_os='linux-gnu'
+host_vendor='pc'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='/temp/httrack-3.41.22/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/tmp/test'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE "httrack"
+#define VERSION "3.41.22"
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_DLFCN_H 1
+#define SIZEOF_LONG 4
+#define SIZEOF_LONG_LONG 8
+
+configure: exit 258