Re: Startup time of the latest dev versions.
John Found <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 3 Sep 2016 21:30:07 +0100 Nick Warne <nick-ucsffw2X/[email protected]> wrote: > Hi John, > > On Sat, 3 Sep 2016 21:12:46 +0300 > John Found <[email protected]> wrote: > > > I am using Dillo as a help viewer of my IDE, because it has really > > short startup times and pressing F1 I get instant access to the > > documentation. > > > > Recently I tried to compile and use the recent development versions > > from the hg repository, because of the recent changes in the > > rendering and the general improvements in the browser. > > > > But unfortunately, the startup time seems to be increased and now I > > have to wait 2..3 seconds for browser to start and to show my help > > files. > > Is that not fast? You blink and miss it. Well, no, I don't blink for 2..3 seconds. More like 300ms; :) The official Dillo 3.0.5 always starts instantly. I made some more tests and found that the "big wait" is actually the first time you start Dillo - there is an intensive hard disk activity (swap?) without any messages in the console. The next times, Dillo starts faster, but still noticeable slower than v 3.0.5 v3.0.5 always starts instantly, at least I can't see any delay or difference between the first start and the next. > > > Is such slow startup time side effect of some changes that will be > > fixed some day, or it is kind of compromise, because of other > > improvements and this way will persists in the project from now on? > > > > Or (what is pretty possible) I messed something with the compilation? > > What ./configure line do you use, and what install options? (I use > make install-strip) > I am using "./configure --enable-ssl", then "make", "strip ./dillo" and then copy the browser manually in "/usr/local/bin" I will attach the "config.log" file to this message for details. -- http://fresh.flatassembler.net http://asm32.info John Found <[email protected]> _______________________________________________ Dillo-dev mailing list [email protected] http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
config.log
(text/plain, 29.5 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.1-dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-ssl
## --------- ##
## Platform. ##
## --------- ##
hostname = SmallBug3
uname -m = x86_64
uname -r = 4.1.26-1-MANJARO
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Jun 8 08:35:05 UTC 2016
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2644: checking build system type
configure:2658: result: x86_64-unknown-linux-gnu
configure:2678: checking host system type
configure:2691: result: x86_64-unknown-linux-gnu
configure:2711: checking target system type
configure:2724: result: x86_64-unknown-linux-gnu
configure:2767: checking for a BSD-compatible install
configure:2835: result: /usr/bin/install -c
configure:2846: checking whether build environment is sane
configure:2901: result: yes
configure:3052: checking for a thread-safe mkdir -p
configure:3091: result: /usr/bin/mkdir -p
configure:3098: checking for gawk
configure:3114: found /usr/bin/gawk
configure:3125: result: gawk
configure:3136: checking whether make sets $(MAKE)
configure:3158: result: yes
configure:3187: checking whether make supports nested variables
configure:3204: result: yes
configure:3483: checking for gcc
configure:3499: found /usr/bin/gcc
configure:3510: result: gcc
configure:3739: checking for C compiler version
configure:3748: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 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:3759: $? = 0
configure:3748: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:3759: $? = 0
configure:3748: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3759: $? = 1
configure:3748: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3759: $? = 1
configure:3779: checking whether the C compiler works
configure:3801: gcc conftest.c >&5
configure:3805: $? = 0
configure:3853: result: yes
configure:3856: checking for C compiler default output file name
configure:3858: result: a.out
configure:3864: checking for suffix of executables
configure:3871: gcc -o conftest conftest.c >&5
configure:3875: $? = 0
configure:3897: result:
configure:3919: checking whether we are cross compiling
configure:3927: gcc -o conftest conftest.c >&5
configure:3931: $? = 0
configure:3938: ./conftest
configure:3942: $? = 0
configure:3957: result: no
configure:3962: checking for suffix of object files
configure:3984: gcc -c conftest.c >&5
configure:3988: $? = 0
configure:4009: result: o
configure:4013: checking whether we are using the GNU C compiler
configure:4032: gcc -c conftest.c >&5
configure:4032: $? = 0
configure:4041: result: yes
configure:4050: checking whether gcc accepts -g
configure:4070: gcc -c -g conftest.c >&5
configure:4070: $? = 0
configure:4111: result: yes
configure:4128: checking for gcc option to accept ISO C89
configure:4191: gcc -c -g -O2 conftest.c >&5
configure:4191: $? = 0
configure:4204: result: none needed
configure:4229: checking whether gcc understands -c and -o together
configure:4251: gcc -c conftest.c -o conftest2.o
configure:4254: $? = 0
configure:4251: gcc -c conftest.c -o conftest2.o
configure:4254: $? = 0
configure:4266: result: yes
configure:4294: checking for style of include used by make
configure:4322: result: GNU
configure:4348: checking dependency style of gcc
configure:4459: result: gcc3
configure:4532: checking for g++
configure:4548: found /usr/bin/g++
configure:4559: result: g++
configure:4586: checking for C++ compiler version
configure:4595: g++ --version >&5
g++ (GCC) 6.1.1 20160602
Copyright (C) 2016 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:4606: $? = 0
configure:4595: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:4606: $? = 0
configure:4595: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4606: $? = 1
configure:4595: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4606: $? = 1
configure:4610: checking whether we are using the GNU C++ compiler
configure:4629: g++ -c conftest.cpp >&5
configure:4629: $? = 0
configure:4638: result: yes
configure:4647: checking whether g++ accepts -g
configure:4667: g++ -c -g conftest.cpp >&5
configure:4667: $? = 0
configure:4708: result: yes
configure:4733: checking dependency style of g++
configure:4844: result: gcc3
configure:4902: checking for ranlib
configure:4918: found /usr/bin/ranlib
configure:4929: result: ranlib
configure:4956: checking how to run the C preprocessor
configure:4987: gcc -E conftest.c
configure:4987: $? = 0
configure:5001: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.1-dev"
| #define PACKAGE_STRING "dillo 3.1-dev"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.1-dev"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5026: result: gcc -E
configure:5046: gcc -E conftest.c
configure:5046: $? = 0
configure:5060: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5060: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.1-dev"
| #define PACKAGE_STRING "dillo 3.1-dev"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.1-dev"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5091: checking for grep that handles long lines and -e
configure:5149: result: /usr/bin/grep
configure:5154: checking for egrep
configure:5216: result: /usr/bin/grep -E
configure:5221: checking for ANSI C header files
configure:5241: gcc -c -g -O2 conftest.c >&5
configure:5241: $? = 0
configure:5314: gcc -o conftest -g -O2 conftest.c >&5
configure:5314: $? = 0
configure:5314: ./conftest
configure:5314: $? = 0
configure:5325: result: yes
configure:5338: checking for sys/types.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for sys/stat.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for stdlib.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for string.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for memory.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for strings.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for inttypes.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for stdint.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for unistd.h
configure:5338: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5354: checking size of char
configure:5359: gcc -o conftest -g -O2 conftest.c >&5
configure:5359: $? = 0
configure:5359: ./conftest
configure:5359: $? = 0
configure:5373: result: 1
configure:5387: checking size of short
configure:5392: gcc -o conftest -g -O2 conftest.c >&5
configure:5392: $? = 0
configure:5392: ./conftest
configure:5392: $? = 0
configure:5406: result: 2
configure:5420: checking size of long
configure:5425: gcc -o conftest -g -O2 conftest.c >&5
configure:5425: $? = 0
configure:5425: ./conftest
configure:5425: $? = 0
configure:5439: result: 8
configure:5453: checking size of int
configure:5458: gcc -o conftest -g -O2 conftest.c >&5
configure:5458: $? = 0
configure:5458: ./conftest
configure:5458: $? = 0
configure:5472: result: 4
configure:5486: checking size of void *
configure:5491: gcc -o conftest -g -O2 conftest.c >&5
configure:5491: $? = 0
configure:5491: ./conftest
configure:5491: $? = 0
configure:5505: result: 8
configure:5516: checking for int16_t
configure:5516: gcc -c -g -O2 conftest.c >&5
configure:5516: $? = 0
configure:5516: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~
configure:5516: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.1-dev"
| #define PACKAGE_STRING "dillo 3.1-dev"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.1-dev"
| #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:5516: result: yes
configure:5527: checking for uint16_t
configure:5527: gcc -c -g -O2 conftest.c >&5
configure:5527: $? = 0
configure:5527: result: yes
configure:5539: checking for int32_t
configure:5539: gcc -c -g -O2 conftest.c >&5
configure:5539: $? = 0
configure:5539: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:63:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~
configure:5539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.1-dev"
| #define PACKAGE_STRING "dillo 3.1-dev"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.1-dev"
| #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:5539: result: yes
configure:5550: checking for uint32_t
configure:5550: gcc -c -g -O2 conftest.c >&5
configure:5550: $? = 0
configure:5550: result: yes
configure:5574: checking for gethostbyname
configure:5574: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:5574: $? = 0
configure:5574: result: yes
configure:5677: checking for setsockopt
configure:5677: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:5677: $? = 0
configure:5677: result: yes
configure:5733: checking for socklen_t
configure:5753: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:5753: $? = 0
configure:5783: result: socklen_t
configure:5794: checking FLTK 1.3
configure:5798: checking for fltk-config
configure:5816: found /usr/bin/fltk-config
configure:5828: result: /usr/bin/fltk-config
configure:5838: result: yes
configure:5851: checking whether to link to X11
configure:5890: g++ -o conftest -I/usr/include/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility-inlines-hidden -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -L/usr/local/lib conftest.cpp -Wl,-rpath,/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 >&5
configure:5890: $? = 0
configure:5890: ./conftest
configure:5890: $? = 0
configure:5891: result: yes
configure:5912: checking jpeglib.h usability
configure:5912: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:5912: $? = 0
configure:5912: result: yes
configure:5912: checking jpeglib.h presence
configure:5912: gcc -E -I/usr/local/include conftest.c
configure:5912: $? = 0
configure:5912: result: yes
configure:5912: checking for jpeglib.h
configure:5912: result: yes
configure:5923: checking for jpeg_destroy_decompress in -ljpeg
configure:5948: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -ljpeg >&5
configure:5948: $? = 0
configure:5957: result: yes
configure:5988: checking zlib.h usability
configure:5988: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:5988: $? = 0
configure:5988: result: yes
configure:5988: checking zlib.h presence
configure:5988: gcc -E -I/usr/local/include conftest.c
configure:5988: $? = 0
configure:5988: result: yes
configure:5988: checking for zlib.h
configure:5988: result: yes
configure:5999: checking for zlibVersion in -lz
configure:6024: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lz >&5
configure:6024: $? = 0
configure:6033: result: yes
configure:6051: checking for libpng-config
configure:6071: result: /usr/bin/libpng16-config
configure:6081: checking for libpng version
configure:6085: result: 1.6.23
configure:6184: checking for mbedtls/ssl.h
configure:6184: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:6184: $? = 0
configure:6184: result: yes
configure:6196: checking for mbedtls_ssl_init in -lmbedtls
configure:6221: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lmbedtls -lmbedx509 -lmbedcrypto >&5
configure:6221: $? = 0
configure:6230: result: yes
configure:6255: checking iconv.h usability
configure:6255: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:6255: $? = 0
configure:6255: result: yes
configure:6255: checking iconv.h presence
configure:6255: gcc -E -I/usr/local/include conftest.c
configure:6255: $? = 0
configure:6255: result: yes
configure:6255: checking for iconv.h
configure:6255: result: yes
configure:6264: checking for iconv_open in -lc
configure:6289: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lc >&5
configure:6289: $? = 0
configure:6298: result: yes
configure:6412: g++ -c -g -O2 -I/usr/local/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:43:16: error: invalid conversion from 'const char**' to 'char**' [-fpermissive]
iconv(encoder, &inPtr, &inLeft, &outPtr, &outRoom);
^~~~~~
In file included from conftest.cpp:33:0:
/usr/include/iconv.h:42:15: note: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)'
extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
^~~~~
configure:6412: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.1-dev"
| #define PACKAGE_STRING "dillo 3.1-dev"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.1-dev"
| #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 ENABLE_SSL 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:6442: checking for pthread_create in -lpthread
configure:6467: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lpthread >&5
configure:6467: $? = 0
configure:6476: result: yes
configure:6754: checking fcntl.h usability
configure:6754: gcc -c -g -O2 -DD_DNS_THREADED -I/usr/local/include conftest.c >&5
configure:6754: $? = 0
configure:6754: result: yes
configure:6754: checking fcntl.h presence
configure:6754: gcc -E -I/usr/local/include conftest.c
configure:6754: $? = 0
configure:6754: result: yes
configure:6754: checking for fcntl.h
configure:6754: result: yes
configure:6754: checking for unistd.h
configure:6754: result: yes
configure:6754: checking sys/uio.h usability
configure:6754: gcc -c -g -O2 -DD_DNS_THREADED -I/usr/local/include conftest.c >&5
configure:6754: $? = 0
configure:6754: result: yes
configure:6754: checking sys/uio.h presence
configure:6754: gcc -E -I/usr/local/include conftest.c
configure:6754: $? = 0
configure:6754: result: yes
configure:6754: checking for sys/uio.h
configure:6754: result: yes
configure:6921: checking that generated files are newer than configure
configure:6927: result: done
configure:6954: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by dillo config.status 3.1-dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on SmallBug3
config.status:917: creating Makefile
config.status:917: creating dlib/Makefile
config.status:917: creating dpip/Makefile
config.status:917: creating dpid/Makefile
config.status:917: creating dpi/Makefile
config.status:917: creating doc/Makefile
config.status:917: creating dw/Makefile
config.status:917: creating lout/Makefile
config.status:917: creating src/Makefile
config.status:917: creating src/IO/Makefile
config.status:917: creating test/Makefile
config.status:917: creating config.h
config.status:1146: 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_mbedtls_ssl_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_mbedtls_mbedtls_ssl_init=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FLTK_CONFIG=/usr/bin/fltk-config
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
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
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /work/cwork/DilloProject2/DilloRepo/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /work/cwork/DilloProject2/DilloRepo/missing autoconf'
AUTOHEADER='${SHELL} /work/cwork/DilloProject2/DilloRepo/missing autoheader'
AUTOMAKE='${SHELL} /work/cwork/DilloProject2/DilloRepo/missing automake-1.15'
AWK='gawk'
BASE_CUR_WORKING_DIR='/work/cwork/DilloProject2/DilloRepo'
CA_CERTS_DIR=''
CA_CERTS_FILE=''
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='/usr/bin/grep -E'
EXEEXT=''
FLTK_CONFIG='/usr/bin/fltk-config'
GREP='/usr/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/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
LIBFLTK_CXXFLAGS='-I/usr/include/freetype2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fvisibility-inlines-hidden -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
LIBFLTK_LIBS='-Wl,-rpath,/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11'
LIBICONV_LIBS=''
LIBJPEG_CPPFLAGS=''
LIBJPEG_LDFLAGS=''
LIBJPEG_LIBS='-ljpeg'
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/include/libpng16'
LIBPNG_LIBS='-L/usr/lib -lpng16'
LIBPTHREAD_LDFLAGS=''
LIBPTHREAD_LIBS='-lpthread'
LIBS=''
LIBSSL_LIBS='-lmbedtls -lmbedx509 -lmbedcrypto'
LIBX11_LIBS='-lX11'
LIBZ_LIBS='-lz'
LTLIBOBJS=''
MAKEINFO='${SHELL} /work/cwork/DilloProject2/DilloRepo/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='dillo'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dillo'
PACKAGE_STRING='dillo 3.1-dev'
PACKAGE_TARNAME='dillo'
PACKAGE_URL=''
PACKAGE_VERSION='3.1-dev'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.1-dev'
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} /work/cwork/DilloProject2/DilloRepo/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(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.1-dev"
#define PACKAGE_STRING "dillo 3.1-dev"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dillo"
#define VERSION "3.1-dev"
#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 ENABLE_SSL 1
#define inbuf_t char
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_UIO_H 1
configure: exit 0