Ticket #9027: jigdo-config.txt

File jigdo-config.txt, 2.9 KB (added by baldinux@…, 18 years ago)

verbose output for configure sequence

Line 
1--->  Configuring jigdo
2creating cache ./config.cache
3checking for mawk... no
4checking for gawk... no
5checking for nawk... no
6checking for awk... awk
7checking for gcc... gcc
8checking whether the C compiler (gcc  -Wno-unused-parameter ) works... yes
9checking whether the C compiler (gcc  -Wno-unused-parameter ) is a cross-compiler... no
10checking whether we are using GNU C... yes
11checking whether gcc accepts -g... yes
12checking for c++... c++
13checking whether the C++ compiler (c++  ) works... yes
14checking whether the C++ compiler (c++  ) is a cross-compiler... no
15checking whether we are using GNU C++... yes
16checking whether c++ accepts -g... yes
17checking for a BSD compatible install... /usr/bin/install -c
18checking whether the C++ compiler is recent enough... no
19   * Your compiler failed to recognize some advanced C++
20   * constructs - it might be too old to compile jigdo.
21   * In case compilation fails, try upgrading to a newer
22   * compiler, e.g. GCC 2.95 or later.
23updating cache ./config.cache
24checking for wget... yes
25checking for value of --enable-debug... "no"
26checking how to run the C++ preprocessor... c++ -E
27checking for ANSI C header files... yes
28checking for stddef.h... yes
29checking for unistd.h... yes
30checking for limits.h... yes
31checking for string.h... yes
32checking for zlibVersion in -lz... yes
33checking for zlib.h... yes
34checking for value of --with-libdb... "no"
35checking for value of --with-gui... "auto"
36checking for pkg-config... yes
37checking for value of --with-pkg-config-prefix... not set
38checking for GTK+ 2.0.6 or later... 2.8.17
39checking for libwww 5.3.2 or later... 5.4.0
40checking for size_t... yes
41checking whether byte ordering is bigendian... no
42checking whether we are compiling for Windows... no
43checking for value of --with-uint64... "auto"
44checking for unsigned long long... yes
45checking size of unsigned long... 4
46checking size of unsigned long long... 8
47checking for 64 bit unsigned integer type... unsigned long long
48checking for operator<<(uint64)... yes
49checking for string::compare(size_t,size_t,string,size_t,size_t)... yes
50checking for lstat... yes
51checking for truncate... yes
52checking for ftruncate... yes
53checking for mmap... yes
54checking for memcpy... yes
55checking for fileno... yes
56checking for snprintf... yes
57checking for _snprintf... no
58checking for setenv... no
59checking for TIOCGWINSZ ioctl... yes
60checking for getopt_long in <getopt.h>... yes
61checking for uname in <sys/utsname.h>... yes
62checking for _stati64... no
63checking for value of --enable-nls... "yes"
64checking for dgettext in -lintl... no
65checking whether dgettext() works... no
66   * Disabling gettext support - jigdo will not be
67   * able to display translated status/error
68   * messages instead of the default English ones.
69checking for value of --enable-libwww-hacks... "yes"
70updating cache ./config.cache
71creating ./config.status
72creating Makefile
73creating doc/Makefile
74creating src/Makefile
75creating po/Makefile
76creating src/config.h