Re: Can't compile Dillo 3.0.3
August Karlstrom <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2013-05-23 22:02, Sebastian Geerken wrote: > Did you call "autogen.sh" again before "configure"? Yes, I followed the instructions at http://www.dillo.org/source.html. > To get more > informations: what is the output of "configure"? Or, better, send the > your "config.log". OK, I have attached config.log. /August _______________________________________________ Dillo-dev mailing list [email protected] http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
config.log
(text/x-log, 28.3 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by dillo configure 3.0.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = macmini
uname -m = x86_64
uname -r = 3.8.0-21-generic
uname -s = Linux
uname -v = #32-Ubuntu SMP Tue May 14 22:16:46 UTC 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/kalle/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2627: checking build system type
configure:2641: result: x86_64-unknown-linux-gnu
configure:2661: checking host system type
configure:2674: result: x86_64-unknown-linux-gnu
configure:2694: checking target system type
configure:2707: result: x86_64-unknown-linux-gnu
configure:2750: checking for a BSD-compatible install
configure:2818: result: /usr/bin/install -c
configure:2829: checking whether build environment is sane
configure:2879: result: yes
configure:3020: checking for a thread-safe mkdir -p
configure:3059: result: /bin/mkdir -p
configure:3072: checking for gawk
configure:3102: result: no
configure:3072: checking for mawk
configure:3088: found /usr/bin/mawk
configure:3099: result: mawk
configure:3110: checking whether make sets $(MAKE)
configure:3132: result: yes
configure:3353: checking for gcc
configure:3369: found /usr/bin/gcc
configure:3380: result: gcc
configure:3609: checking for C compiler version
configure:3618: gcc --version >&5
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 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:3629: $? = 0
configure:3618: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:3629: $? = 0
configure:3618: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3629: $? = 4
configure:3618: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3629: $? = 4
configure:3649: checking whether the C compiler works
configure:3671: gcc conftest.c >&5
configure:3675: $? = 0
configure:3723: result: yes
configure:3726: checking for C compiler default output file name
configure:3728: result: a.out
configure:3734: checking for suffix of executables
configure:3741: gcc -o conftest conftest.c >&5
configure:3745: $? = 0
configure:3767: result:
configure:3789: checking whether we are cross compiling
configure:3797: gcc -o conftest conftest.c >&5
configure:3801: $? = 0
configure:3808: ./conftest
configure:3812: $? = 0
configure:3827: result: no
configure:3832: checking for suffix of object files
configure:3854: gcc -c conftest.c >&5
configure:3858: $? = 0
configure:3879: result: o
configure:3883: checking whether we are using the GNU C compiler
configure:3902: gcc -c conftest.c >&5
configure:3902: $? = 0
configure:3911: result: yes
configure:3920: checking whether gcc accepts -g
configure:3940: gcc -c -g conftest.c >&5
configure:3940: $? = 0
configure:3981: result: yes
configure:3998: checking for gcc option to accept ISO C89
configure:4061: gcc -c -g -O2 conftest.c >&5
configure:4061: $? = 0
configure:4074: result: none needed
configure:4105: checking for style of include used by make
configure:4133: result: GNU
configure:4159: checking dependency style of gcc
configure:4270: result: gcc3
configure:4343: checking for g++
configure:4359: found /usr/bin/g++
configure:4370: result: g++
configure:4397: checking for C++ compiler version
configure:4406: g++ --version >&5
g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 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:4417: $? = 0
configure:4406: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:4417: $? = 0
configure:4406: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4417: $? = 4
configure:4406: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4417: $? = 4
configure:4421: checking whether we are using the GNU C++ compiler
configure:4440: g++ -c conftest.cpp >&5
configure:4440: $? = 0
configure:4449: result: yes
configure:4458: checking whether g++ accepts -g
configure:4478: g++ -c -g conftest.cpp >&5
configure:4478: $? = 0
configure:4519: result: yes
configure:4544: checking dependency style of g++
configure:4655: result: gcc3
configure:4713: checking for ranlib
configure:4729: found /usr/bin/ranlib
configure:4740: result: ranlib
configure:4767: checking how to run the C preprocessor
configure:4798: gcc -E conftest.c
configure:4798: $? = 0
configure:4812: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4812: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.3"
| #define PACKAGE_STRING "dillo 3.0.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4837: result: gcc -E
configure:4857: gcc -E conftest.c
configure:4857: $? = 0
configure:4871: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4871: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.3"
| #define PACKAGE_STRING "dillo 3.0.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4902: checking for grep that handles long lines and -e
configure:4960: result: /bin/grep
configure:4965: checking for egrep
configure:5027: result: /bin/grep -E
configure:5032: checking for ANSI C header files
configure:5052: gcc -c -g -O2 conftest.c >&5
configure:5052: $? = 0
configure:5125: gcc -o conftest -g -O2 conftest.c >&5
configure:5125: $? = 0
configure:5125: ./conftest
configure:5125: $? = 0
configure:5136: result: yes
configure:5149: checking for sys/types.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for sys/stat.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for stdlib.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for string.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for memory.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for strings.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for inttypes.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for stdint.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5149: checking for unistd.h
configure:5149: gcc -c -g -O2 conftest.c >&5
configure:5149: $? = 0
configure:5149: result: yes
configure:5165: checking size of char
configure:5170: gcc -o conftest -g -O2 conftest.c >&5
configure:5170: $? = 0
configure:5170: ./conftest
configure:5170: $? = 0
configure:5184: result: 1
configure:5198: checking size of short
configure:5203: gcc -o conftest -g -O2 conftest.c >&5
configure:5203: $? = 0
configure:5203: ./conftest
configure:5203: $? = 0
configure:5217: result: 2
configure:5231: checking size of long
configure:5236: gcc -o conftest -g -O2 conftest.c >&5
configure:5236: $? = 0
configure:5236: ./conftest
configure:5236: $? = 0
configure:5250: result: 8
configure:5264: checking size of int
configure:5269: gcc -o conftest -g -O2 conftest.c >&5
configure:5269: $? = 0
configure:5269: ./conftest
configure:5269: $? = 0
configure:5283: result: 4
configure:5297: checking size of void *
configure:5302: gcc -o conftest -g -O2 conftest.c >&5
configure:5302: $? = 0
configure:5302: ./conftest
configure:5302: $? = 0
configure:5316: result: 8
configure:5327: checking for int16_t
configure:5327: gcc -c -g -O2 conftest.c >&5
configure:5327: $? = 0
configure:5327: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:12: error: size of array 'test_array' is negative
configure:5327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.3"
| #define PACKAGE_STRING "dillo 3.0.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.3"
| #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 SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5327: result: yes
configure:5338: checking for uint16_t
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5350: checking for int32_t
configure:5350: gcc -c -g -O2 conftest.c >&5
configure:5350: $? = 0
configure:5350: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:53: warning: integer overflow in expression [-Woverflow]
conftest.c:63:12: error: storage size of 'test_array' isn't constant
configure:5350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.3"
| #define PACKAGE_STRING "dillo 3.0.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.3"
| #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 SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5350: result: yes
configure:5361: checking for uint32_t
configure:5361: gcc -c -g -O2 conftest.c >&5
configure:5361: $? = 0
configure:5361: result: yes
configure:5383: checking for gethostbyname
configure:5383: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:5383: $? = 0
configure:5383: result: yes
configure:5486: checking for setsockopt
configure:5486: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:5486: $? = 0
configure:5486: result: yes
configure:5542: checking for socklen_t
configure:5562: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:5562: $? = 0
configure:5592: result: socklen_t
configure:5603: checking FLTK 1.3
configure:5607: result: yes
configure:5620: checking whether to link to X11
configure:5659: g++ -o conftest -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -L/usr/local/lib conftest.cpp -L/usr/lib/x86_64-linux-gnu -Wl,-Bsymbolic-functions -lfltk >&5
configure:5659: $? = 0
configure:5659: ./conftest
configure:5659: $? = 0
configure:5660: result: yes
configure:5681: checking jpeglib.h usability
configure:5681: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:5681: $? = 0
configure:5681: result: yes
configure:5681: checking jpeglib.h presence
configure:5681: gcc -E -I/usr/local/include conftest.c
configure:5681: $? = 0
configure:5681: result: yes
configure:5681: checking for jpeglib.h
configure:5681: result: yes
configure:5692: checking for jpeg_destroy_decompress in -ljpeg
configure:5717: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -ljpeg >&5
configure:5717: $? = 0
configure:5726: result: yes
configure:5757: checking zlib.h usability
configure:5757: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:5757: $? = 0
configure:5757: result: yes
configure:5757: checking zlib.h presence
configure:5757: gcc -E -I/usr/local/include conftest.c
configure:5757: $? = 0
configure:5757: result: yes
configure:5757: checking for zlib.h
configure:5757: result: yes
configure:5768: checking for zlibVersion in -lz
configure:5793: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lz >&5
configure:5793: $? = 0
configure:5802: result: yes
configure:5820: checking for libpng-config
configure:5837: result: /usr/bin/libpng12-config
configure:5847: checking for libpng version
configure:5851: result: 1.2.49
configure:6022: checking iconv.h usability
configure:6022: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:6022: $? = 0
configure:6022: result: yes
configure:6022: checking iconv.h presence
configure:6022: gcc -E -I/usr/local/include conftest.c
configure:6022: $? = 0
configure:6022: result: yes
configure:6022: checking for iconv.h
configure:6022: result: yes
configure:6031: checking for iconv_open in -lc
configure:6056: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lc >&5
configure:6056: $? = 0
configure:6065: result: yes
configure:6179: g++ -c -g -O2 -I/usr/local/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:42:50: error: invalid conversion from 'const char**' to 'char**' [-fpermissive]
In file included from conftest.cpp:32:0:
/usr/include/iconv.h:42:15: error: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' [-fpermissive]
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.3"
| #define PACKAGE_STRING "dillo 3.0.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.3"
| #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 SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 8
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_SETSOCKOPT 1
| #define ENABLE_JPEG 1
| #define ENABLE_PNG 1
| #define ENABLE_GIF 1
| /* end confdefs.h. */
|
| #include <iconv.h>
|
| int
| main ()
| {
|
| const char *inPtr;
| char *outPtr;
| size_t inLeft = 0, outRoom = 0;
| iconv_t encoder = iconv_open("ASCII", "UTF-8");
| iconv(encoder, &inPtr, &inLeft, &outPtr, &outRoom);
|
| ;
| return 0;
| }
configure:6209: checking for pthread_create in -lpthread
configure:6234: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
configure:6234: $? = 0
configure:6243: result: yes
configure:6521: checking fcntl.h usability
configure:6521: gcc -c -g -O2 -DD_DNS_THREADED -I/usr/local/include conftest.c >&5
configure:6521: $? = 0
configure:6521: result: yes
configure:6521: checking fcntl.h presence
configure:6521: gcc -E -I/usr/local/include conftest.c
configure:6521: $? = 0
configure:6521: result: yes
configure:6521: checking for fcntl.h
configure:6521: result: yes
configure:6521: checking for unistd.h
configure:6521: result: yes
configure:6521: checking sys/uio.h usability
configure:6521: gcc -c -g -O2 -DD_DNS_THREADED -I/usr/local/include conftest.c >&5
configure:6521: $? = 0
configure:6521: result: yes
configure:6521: checking sys/uio.h presence
configure:6521: gcc -E -I/usr/local/include conftest.c
configure:6521: $? = 0
configure:6521: result: yes
configure:6521: checking for sys/uio.h
configure:6521: result: yes
configure:6710: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by dillo config.status 3.0.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on macmini
config.status:908: creating Makefile
config.status:908: creating dlib/Makefile
config.status:908: creating dpip/Makefile
config.status:908: creating dpid/Makefile
config.status:908: creating dpi/Makefile
config.status:908: creating doc/Makefile
config.status:908: creating dw/Makefile
config.status:908: creating lout/Makefile
config.status:908: creating src/Makefile
config.status:908: creating src/IO/Makefile
config.status:908: creating test/Makefile
config.status:908: creating config.h
config.status:1137: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_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_func_gethostbyname=yes
ac_cv_func_setsockopt=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_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_sys_uio_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_c_iconv_open=yes
ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_z_zlibVersion=yes
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_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=8
ac_cv_socklen_t=socklen_t
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/kalle/.local/src/dillo3/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/kalle/.local/src/dillo3/missing --run autoconf'
AUTOHEADER='${SHELL} /home/kalle/.local/src/dillo3/missing --run autoheader'
AUTOMAKE='${SHELL} /home/kalle/.local/src/dillo3/missing --run automake-1.11'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return'
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/include'
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -L/usr/local/lib'
LIBFLTK_CFLAGS=' -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DCP936 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
LIBFLTK_CXXFLAGS=' -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
LIBFLTK_LIBS='-L/usr/lib/x86_64-linux-gnu -Wl,-Bsymbolic-functions -lfltk'
LIBICONV_LIBS=''
LIBJPEG_CPPFLAGS=''
LIBJPEG_LDFLAGS=''
LIBJPEG_LIBS='-ljpeg'
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/include/libpng12'
LIBPNG_LIBS='-L/usr/lib/x86_64-linux-gnu -lpng12 -lpng12'
LIBPTHREAD_LDFLAGS=''
LIBPTHREAD_LIBS='-lpthread'
LIBS=''
LIBSSL_LIBS=''
LIBX11_LIBS='-lX11'
LIBZ_LIBS='-lz'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/kalle/.local/src/dillo3/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='dillo'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dillo'
PACKAGE_STRING='dillo 3.0.3'
PACKAGE_TARNAME='dillo'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.3'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='3.0.3'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/kalle/.local/src/dillo3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc/dillo'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "dillo"
#define PACKAGE_TARNAME "dillo"
#define PACKAGE_VERSION "3.0.3"
#define PACKAGE_STRING "dillo 3.0.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dillo"
#define VERSION "3.0.3"
#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 SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define SIZEOF_VOID_P 8
#define HAVE_GETHOSTBYNAME 1
#define HAVE_SETSOCKOPT 1
#define ENABLE_JPEG 1
#define ENABLE_PNG 1
#define ENABLE_GIF 1
#define inbuf_t char
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_UIO_H 1
configure: exit 0