This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:964: checking host system type configure:985: checking target system type configure:1003: checking build system type configure:1078: checking for gawk configure:1176: checking for nsinstall configure:2232: checking for gcc configure:2345: checking whether the C compiler (gcc -Os -march=c3 -mtune=pentium4 ) works configure:2361: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:2387: checking whether the C compiler (gcc -Os -march=c3 -mtune=pentium4 ) is a cross-compiler configure:2392: checking whether we are using GNU C configure:2401: gcc -E conftest.c configure:2420: checking whether gcc accepts -g configure:2456: checking for c++ configure:2488: checking whether the C++ compiler (c++ ) works configure:2504: c++ -o conftest conftest.C 1>&5 configure:2530: checking whether the C++ compiler (c++ ) is a cross-compiler configure:2535: checking whether we are using GNU C++ configure:2544: c++ -E conftest.C configure:2563: checking whether c++ accepts -g configure:2612: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:2629: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:2625: warning: incompatible implicit declaration of built-in function 'exit' configure:2648: checking for ranlib configure:2680: checking for as configure:2721: checking for ar configure:2756: checking for ld configure:2791: checking for strip configure:2826: checking for windres configure:3248: checking whether gcc and cc understand -c and -o together configure:3263: gcc -c conftest.c -o conftest.o 1>&5 configure:3264: gcc -c conftest.c -o conftest.o 1>&5 configure:3269: cc -c conftest.c 1>&5 configure:3271: cc -c conftest.c -o conftest.o 1>&5 configure:3272: cc -c conftest.c -o conftest.o 1>&5 configure:3308: checking how to run the C preprocessor configure:3329: gcc -E conftest.c >/dev/null 2>conftest.out configure:3388: checking how to run the C++ preprocessor configure:3406: c++ -E conftest.C >/dev/null 2>conftest.out configure:3453: checking for a BSD compatible install configure:3506: checking whether ln -s works configure:3531: checking for perl5 configure:3571: checking for minimum required perl version >= 5.004 configure:3581: checking for full perl installation configure:3594: checking for doxygen configure:3630: checking for whoami configure:3666: checking for autoconf configure:3702: checking for unzip configure:3740: checking for zip configure:3781: checking for makedepend configure:3816: checking for xargs configure:4145: checking for gmake configure:4145: checking for make configure:4213: checking for X configure:4280: gcc -E conftest.c >/dev/null 2>conftest.out configure:4356: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lXt 1>&5 configure:4527: checking for dnet_ntoa in -ldnet configure:4549: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -ldnet 1>&5 /usr/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure: failed program was: #line 4535 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:4571: checking for dnet_ntoa in -ldnet_stub configure:4593: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -ldnet_stub 1>&5 /usr/bin/ld: cannot find -ldnet_stub collect2: ld returned 1 exit status configure: failed program was: #line 4579 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:4622: checking for gethostbyname configure:4653: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:4726: checking for connect configure:4757: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:4824: checking for remove configure:4855: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:4922: checking for shmat configure:4953: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:5029: checking for IceConnectionNumber in -lICE configure:5051: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lICE 1>&5 configure:5489: checking whether ld has archive extraction flags configure:5513: gcc -o conftest -Os -march=c3 -mtune=pentium4 -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:5546: checking that static assertion macros used in autoconf tests work configure:5567: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:5584: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:5585: error: size of array 'static_assert_line_5584' is negative configure: failed program was: #line 5577 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(0) ; return 0; } configure:5607: c++ -c conftest.C 1>&5 configure:5624: c++ -c conftest.C 1>&5 configure: In function 'int main()': configure:5624: error: size of array 'static_assert_line_5624' is negative configure: failed program was: #line 5617 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(0) ; return 0; } configure:5659: checking for 64-bit OS configure:5668: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:5669: error: size of array 'static_assert_line_5668' is negative configure: failed program was: #line 5661 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(sizeof(long) == 8) ; return 0; } configure:7131: checking for ANSI C header files configure:7144: gcc -E conftest.c >/dev/null 2>conftest.out configure:7211: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:7206: warning: incompatible implicit declaration of built-in function 'exit' configure:7235: checking for working const configure:7289: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7310: checking for mode_t configure:7343: checking for off_t configure:7376: checking for pid_t configure:7409: checking for size_t configure:7442: checking for st_blksize in struct stat configure:7455: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7476: checking for siginfo_t configure:7489: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7523: checking for int16_t configure:7536: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7558: checking for int32_t configure:7571: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7593: checking for int64_t configure:7606: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7628: checking for int64 configure:7641: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:7637: error: 'int64' undeclared (first use in this function) configure:7637: error: (Each undeclared identifier is reported only once configure:7637: error: for each function it appears in.) configure:7637: error: expected ';' before 'foo' configure: failed program was: #line 7633 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:7663: checking for uint configure:7676: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:7698: checking for uint_t configure:7711: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:7707: error: 'uint_t' undeclared (first use in this function) configure:7707: error: (Each undeclared identifier is reported only once configure:7707: error: for each function it appears in.) configure:7707: error: expected ';' before 'foo' configure: failed program was: #line 7703 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:7733: checking for uint16_t configure:7746: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:7742: error: 'uint16_t' undeclared (first use in this function) configure:7742: error: (Each undeclared identifier is reported only once configure:7742: error: for each function it appears in.) configure:7742: error: expected ';' before 'foo' configure: failed program was: #line 7738 "configure" #include "confdefs.h" #include #include int main() { uint16_t foo = 0; ; return 0; } configure:7777: checking for uname.domainname configure:7790: c++ -c conftest.C 1>&5 configure:7814: checking for uname.__domainname configure:7827: c++ -c conftest.C 1>&5 configure: In function 'int main()': configure:7823: error: 'struct utsname' has no member named '__domainname' configure: failed program was: #line 7819 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:7860: checking for usable wchar_t (2 bytes, unsigned) configure:7874: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure: In function 'main': configure:7873: error: size of array 'static_assert_line_7873' is negative configure:7875: error: size of array 'static_assert_line_7874' is negative configure: failed program was: #line 7865 "configure" #include "confdefs.h" #include #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2); CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0) ; return 0; } configure:7907: checking for compiler -fshort-wchar option configure:7921: c++ -c -fshort-wchar conftest.C 1>&5 configure:7955: checking for visibility(hidden) attribute configure:7980: checking for visibility(default) attribute configure:8005: checking for visibility pragma support configure:8030: checking For gcc visibility bug with class-level attributes (GCC bug 26905) configure:8058: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297) configure:8106: checking for dirent.h that defines DIR configure:8119: gcc -c -Os -march=c3 -mtune=pentium4 conftest.c 1>&5 configure:8144: checking for opendir in -ldir configure:8163: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 8152 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:8236: checking for sys/byteorder.h configure:8246: gcc -E conftest.c >/dev/null 2>conftest.out configure:8242:27: error: sys/byteorder.h: No such file or directory configure: failed program was: #line 8241 "configure" #include "confdefs.h" #include configure:8236: checking for compat.h configure:8246: gcc -E conftest.c >/dev/null 2>conftest.out configure:8242:20: error: compat.h: No such file or directory configure: failed program was: #line 8241 "configure" #include "confdefs.h" #include configure:8236: checking for getopt.h configure:8246: gcc -E conftest.c >/dev/null 2>conftest.out configure:8276: checking for sys/bitypes.h configure:8286: gcc -E conftest.c >/dev/null 2>conftest.out configure:8276: checking for memory.h configure:8286: gcc -E conftest.c >/dev/null 2>conftest.out configure:8276: checking for unistd.h configure:8286: gcc -E conftest.c >/dev/null 2>conftest.out configure:8316: checking for gnu/libc-version.h configure:8326: gcc -E conftest.c >/dev/null 2>conftest.out configure:8316: checking for nl_types.h configure:8326: gcc -E conftest.c >/dev/null 2>conftest.out configure:8356: checking for malloc.h configure:8366: gcc -E conftest.c >/dev/null 2>conftest.out configure:8396: checking for X11/XKBlib.h configure:8406: gcc -E conftest.c >/dev/null 2>conftest.out configure:8437: checking for sys/statvfs.h configure:8447: gcc -E conftest.c >/dev/null 2>conftest.out configure:8437: checking for sys/statfs.h configure:8447: gcc -E conftest.c >/dev/null 2>conftest.out configure:8437: checking for sys/vfs.h configure:8447: gcc -E conftest.c >/dev/null 2>conftest.out configure:8437: checking for sys/mount.h configure:8447: gcc -E conftest.c >/dev/null 2>conftest.out configure:8478: checking for mmintrin.h configure:8488: gcc -E conftest.c >/dev/null 2>conftest.out configure:8525: checking for new configure:8535: c++ -E conftest.C >/dev/null 2>conftest.out configure:8576: checking for sys/cdefs.h configure:8586: gcc -E conftest.c >/dev/null 2>conftest.out configure:8620: checking for gethostbyname_r in -lc_r configure:8639: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lc_r 1>&5 /usr/bin/ld: cannot find -lc_r collect2: ld returned 1 exit status configure: failed program was: #line 8628 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r(); int main() { gethostbyname_r() ; return 0; } configure:8669: checking for atan in -lm configure:8688: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lm 1>&5 configure:8681: warning: conflicting types for built-in function 'atan' configure:8722: checking for dlopen in -ldl configure:8741: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -ldl -lm 1>&5 configure:8758: checking for dlfcn.h configure:8768: gcc -E conftest.c >/dev/null 2>conftest.out configure:8903: checking for socket in -lsocket configure:8922: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lsocket -ldl -lm 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 8911 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:8967: checking for XDrawLines in -lX11 configure:8986: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lX11 -lX11 -ldl -lm 1>&5 configure:9008: checking for XextAddDisplay in -lXext configure:9027: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lXext -lX11 -ldl -lm 1>&5 configure:9051: checking for XtFree in -lXt configure:9070: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lXt -ldl -lm 1>&5 configure:9224: checking for XineramaIsActive in -lXinerama configure:9243: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lXinerama -lX11 -lXext -ldl -lm 1>&5 configure:9265: checking for X11/extensions/Xinerama.h configure:9275: gcc -E conftest.c >/dev/null 2>conftest.out configure:9298: checking for XShmCreateImage in -lXext configure:9317: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lXext -lX11 -lXext -ldl -lm 1>&5 configure:9339: checking for X11/extensions/XShm.h configure:9349: gcc -E conftest.c >/dev/null 2>conftest.out configure:9379: checking for XieFloGeometry in -lXIE configure:9398: gcc -o conftest -Os -march=c3 -mtune=pentium4 conftest.c -lXIE -lX11 -lXext -ldl -lm 1>&5 /usr/bin/ld: cannot find -lXIE collect2: ld returned 1 exit status configure: failed program was: #line 9387 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XieFloGeometry(); int main() { XieFloGeometry() ; return 0; } configure:9420: checking for X11/extensions/XIElib.h configure:9430: gcc -E conftest.c >/dev/null 2>conftest.out configure:9426:35: error: X11/extensions/XIElib.h: No such file or directory configure: failed program was: #line 9425 "configure" #include "confdefs.h" #include configure:9504: checking for freetype-config configure:9540: checking for FreeType - version >= 6.1.0 configure:9614: gcc -o conftest -Os -march=c3 -mtune=pentium4 -I/usr/include/freetype2 conftest.c -lfreetype -lz -ldl -lm 1>&5 configure:9666: checking for pthread_create in -lpthreads gcc -o dummy dummy.c -Os -march=c3 -mtune=pentium4 -lpthreads -ldl -lm dummy.c: In function 'main': dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit' /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:9688: checking for pthread_create in -lpthread gcc -o dummy dummy.c -Os -march=c3 -mtune=pentium4 -lpthread -ldl -lm dummy.c: In function 'main': dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit' configure:9788: checking whether gcc accepts -pthread configure:9906: checking whether mmap() sees write()s configure:9949: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:9974: checking whether gcc needs -traditional configure:10020: checking for 8-bit clean memcmp configure:10038: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure: In function 'main': configure:10033: warning: incompatible implicit declaration of built-in function 'exit' configure:10058: checking for random configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10058: checking for strerror configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10058: checking for lchown configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10058: checking for fchmod configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10058: checking for snprintf configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10070: warning: conflicting types for built-in function 'snprintf' configure:10058: checking for statvfs configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10058: checking for memmove configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10070: warning: conflicting types for built-in function 'memmove' configure:10058: checking for rint configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10070: warning: conflicting types for built-in function 'rint' configure:10058: checking for stat64 configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10058: checking for lstat64 configure:10086: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10113: checking for flockfile configure:10141: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10113: checking for getpagesize configure:10141: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10170: checking for localtime_r configure:10198: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10170: checking for strtok_r configure:10198: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10234: checking for wcrtomb configure:10246: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10266: checking for mbrtowc configure:10278: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10307: checking for res_ninit() configure:10324: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure:10354: checking for gnu_get_libc_version() configure:10370: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10399: checking for iconv in -lc configure:10421: c++ -o conftest -fshort-wchar -pthread conftest.C -lc -ldl -lm 1>&5 configure:10530: checking for iconv() configure:10549: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10573: checking for iconv() with const input configure:10593: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function 'int main()': configure:10587: error: invalid conversion from 'const char**' to 'char**' configure:10587: error: initializing argument 2 of 'size_t iconv(void*, char**, size_t*, char**, size_t*)' configure: failed program was: #line 10578 "configure" #include "confdefs.h" #include #include int main() { const char *input = "testing"; iconv_t h = iconv_open("", ""); iconv(h, &input, NULL, NULL, NULL); iconv_close(h); ; return 0; } configure:10622: checking for nl_langinfo and CODESET configure:10634: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10666: checking for an implementation of va_copy() configure:10690: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure: In function 'f': configure:10684: warning: incompatible implicit declaration of built-in function 'exit' configure:10707: checking for an implementation of __va_copy() configure:10731: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure: In function 'f': configure:10725: warning: incompatible implicit declaration of built-in function 'exit' configure:10748: checking whether va_lists can be copied by value configure:10772: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ldl -lm 1>&5 configure: In function 'f': configure:10766: warning: incompatible implicit declaration of built-in function 'exit' configure:10871: checking for C++ exceptions flag configure:10906: checking for gcc 3.0 ABI configure:10924: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10948: checking for C++ "explicit" keyword configure:10963: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10984: checking for C++ "typename" keyword configure:11008: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11029: checking for modern C++ template specialization syntax support configure:11044: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11066: checking whether partial template specialization works configure:11079: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11100: checking whether operators must be re-defined for templates derived from templates configure:11117: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11139: checking whether we need to cast a derived template to pass as its base class configure:11153: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11174: checking whether the compiler can resolve const ambiguities for templates configure:11200: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11222: checking whether the C++ "using" keyword can change access configure:11235: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11246: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function 'int main()': configure:11239: error: 'int A::foo()' is inaccessible configure:11242: error: within this context configure: failed program was: #line 11238 "configure" #include "confdefs.h" class A { public: int foo() { return 1; } }; class B : public A { private: using A::foo; }; int main() { B b; return b.foo(); ; return 0; } configure:11274: checking whether the C++ "using" keyword resolves ambiguity configure:11295: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11316: checking for "std::" namespace configure:11328: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11349: checking whether standard template operator!=() is ambiguous configure:11364: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11386: checking for C++ reinterpret_cast configure:11399: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11420: checking for C++ dynamic_cast to void* configure:11444: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:11468: checking whether C++ requires implementation of unused virtual methods configure:11480: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccCWKtSC.o: In function `X::X()': conftest.C:(.text._ZN1XC1Ev[X::X()]+0x4): undefined reference to `vtable for X' collect2: ld returned 1 exit status configure: failed program was: #line 11473 "configure" #include "confdefs.h" class X {private: virtual void never_called();}; int main() { X x; ; return 0; } configure:11503: checking for trouble comparing to zero near std::operator!=() configure:11519: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11551: checking for LC_MESSAGES configure:11563: gcc -c -Os -march=c3 -mtune=pentium4 -pthread conftest.c 1>&5 configure:11644: checking for nspr-config configure:11679: checking for NSPR - version >= 4.0.0 (skipping) configure:11781: checking for nss-config configure:11816: checking for NSS - version >= 3.0.0 (skipping) configure:11889: checking for jpeg_destroy_compress in -ljpeg configure:11908: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -ljpeg -ldl -lm 1>&5 /usr/bin/ld: cannot find -ljpeg collect2: ld returned 1 exit status configure: failed program was: #line 11897 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char jpeg_destroy_compress(); int main() { jpeg_destroy_compress() ; return 0; } configure:11992: checking for gzread in -lz configure:12011: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -lz -ldl -lm 1>&5 configure:12060: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -lz -ldl -lm 1>&5 configure: In function 'main': configure:12050: warning: incompatible implicit declaration of built-in function 'exit' configure:12103: checking for png_get_valid in -lpng configure:12122: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure:12164: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure: In function 'main': configure:12156: warning: incompatible implicit declaration of built-in function 'exit' configure:12647: checking for pkg-config configure:12691: checking for gtk+-2.0 >= 1.3.7 configure:12698: checking MOZ_GTK2_CFLAGS configure:12703: checking MOZ_GTK2_LIBS configure:13558: checking for xft configure:13565: checking MOZ_XFT_CFLAGS configure:13570: checking MOZ_XFT_LIBS configure:13649: checking for pango >= 1.1.0 configure:13656: checking _PANGOCHK_CFLAGS configure:13661: checking _PANGOCHK_LIBS configure:13765: checking for pango >= 1.6.0 pangoft2 >= 1.6.0 configure:13772: checking MOZ_PANGO_CFLAGS configure:13777: checking MOZ_PANGO_LIBS configure:13845: checking for XpGetPrinterList in -lXp configure:13864: gcc -o conftest -Os -march=c3 -mtune=pentium4 -pthread conftest.c -lXp -lXext -lX11 -ldl -lm 1>&5 configure:13981: checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0 configure:13988: checking MOZ_GNOMEVFS_CFLAGS configure:13993: checking MOZ_GNOMEVFS_LIBS configure:14088: checking for gconf-2.0 >= 1.2.1 configure:14095: checking MOZ_GCONF_CFLAGS configure:14100: checking MOZ_GCONF_LIBS configure:14191: checking for libgnome-2.0 >= 2.0 configure:14325: checking for libgnomeui-2.0 >= 2.2.0 configure:15723: checking for valid optimization flags configure:15734: gcc -c -Os -march=c3 -mtune=pentium4 -pthread -O conftest.c 1>&5 configure:16071: checking for __builtin_vec_new configure:16102: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccE3KAfp.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__builtin_vec_new' collect2: ld returned 1 exit status configure: failed program was: #line 16076 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __builtin_vec_new(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __builtin_vec_new(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___builtin_vec_new) || defined (__stub_____builtin_vec_new) choke me #else __builtin_vec_new(); #endif ; return 0; } configure:16071: checking for __builtin_vec_delete configure:16102: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccORvC4y.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__builtin_vec_delete' collect2: ld returned 1 exit status configure: failed program was: #line 16076 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __builtin_vec_delete(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __builtin_vec_delete(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___builtin_vec_delete) || defined (__stub_____builtin_vec_delete) choke me #else __builtin_vec_delete(); #endif ; return 0; } configure:16071: checking for __builtin_new configure:16102: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/cc6rhPML.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__builtin_new' collect2: ld returned 1 exit status configure: failed program was: #line 16076 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __builtin_new(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __builtin_new(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___builtin_new) || defined (__stub_____builtin_new) choke me #else __builtin_new(); #endif ; return 0; } configure:16071: checking for __builtin_delete configure:16102: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccAQtaUT.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__builtin_delete' collect2: ld returned 1 exit status configure: failed program was: #line 16076 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __builtin_delete(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __builtin_delete(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___builtin_delete) || defined (__stub_____builtin_delete) choke me #else __builtin_delete(); #endif ; return 0; } configure:16071: checking for __pure_virtual configure:16102: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccGGoMt3.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__pure_virtual' collect2: ld returned 1 exit status configure: failed program was: #line 16076 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __pure_virtual(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __pure_virtual(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___pure_virtual) || defined (__stub_____pure_virtual) choke me #else __pure_virtual(); #endif ; return 0; } configure:16345: checking for __cxa_demangle configure:16376: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:16514: checking for gcc -pipe support dummy-hello.c: In function 'main': dummy-hello.c:2: warning: incompatible implicit declaration of built-in function 'exit' configure:16536: gcc -c -Os -march=c3 -mtune=pentium4 -pthread -pipe conftest.c 1>&5 configure:16578: checking whether compiler supports -Wno-long-long configure:16587: gcc -c -Os -march=c3 -mtune=pentium4 -pthread -pipe -Wno-long-long conftest.c 1>&5 configure:16608: checking whether C compiler supports -fprofile-generate configure:16617: gcc -c -Os -march=c3 -mtune=pentium4 -pthread -pipe -fprofile-generate conftest.c 1>&5 configure:16690: checking whether C++ compiler has -pedantic long long bug configure:16699: c++ -c -fshort-wchar -pthread -pipe -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic conftest.C 1>&5 configure:16724: checking for correct temporary object destruction order configure:16749: c++ -o conftest -fshort-wchar -pthread -pipe conftest.C -ldl -lm 1>&5 configure:16770: checking for correct overload resolution with const and templates configure:16805: c++ -c -fshort-wchar -pthread -pipe -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic conftest.C 1>&5 configure:17141: checking for libIDL-2.0 >= 0.8.0 configure:17148: checking LIBIDL_CFLAGS configure:17153: checking LIBIDL_LIBS configure:18537: checking for glib-2.0 >= 1.3.7 configure:18544: checking GLIB_CFLAGS configure:18549: checking GLIB_LIBS configure:19295: checking for cairo >= 0.3.0 configure:19302: checking CAIRO_CFLAGS configure:19307: checking CAIRO_LIBS configure:19978: gcc -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -Os -march=c3 -mtune=pentium4 -pthread -pipe conftest.c 1>&5 configure: In function 'main': configure:19972: warning: implicit declaration of function 'exit' configure:19972: warning: incompatible implicit declaration of built-in function 'exit'