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 ) works configure:2361: gcc -o conftest conftest.c 1>&5 configure:2387: checking whether the C compiler (gcc ) 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 conftest.c 1>&5 configure:2629: gcc -c 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:3531: checking for perl 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 conftest.c -lXt 1>&5 configure:4527: checking for dnet_ntoa in -ldnet configure:4549: gcc -o conftest 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 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 conftest.c 1>&5 configure:4726: checking for connect configure:4757: gcc -o conftest conftest.c 1>&5 configure:4824: checking for remove configure:4855: gcc -o conftest conftest.c 1>&5 configure:4922: checking for shmat configure:4953: gcc -o conftest conftest.c 1>&5 configure:5029: checking for IceConnectionNumber in -lICE configure:5051: gcc -o conftest conftest.c -lICE 1>&5 configure:5489: checking whether ld has archive extraction flags configure:5513: gcc -o conftest -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 conftest.c 1>&5 configure:5584: gcc -c 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 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:7129: checking for ANSI C header files configure:7142: gcc -E conftest.c >/dev/null 2>conftest.out configure:7209: gcc -o conftest conftest.c 1>&5 configure: In function 'main': configure:7204: warning: incompatible implicit declaration of built-in function 'exit' configure:7233: checking for working const configure:7287: gcc -c conftest.c 1>&5 configure:7308: checking for mode_t configure:7341: checking for off_t configure:7374: checking for pid_t configure:7407: checking for size_t configure:7440: checking for st_blksize in struct stat configure:7453: gcc -c conftest.c 1>&5 configure:7474: checking for siginfo_t configure:7487: gcc -c conftest.c 1>&5 configure:7521: checking for int16_t configure:7534: gcc -c conftest.c 1>&5 configure:7556: checking for int32_t configure:7569: gcc -c conftest.c 1>&5 configure:7591: checking for int64_t configure:7604: gcc -c conftest.c 1>&5 configure:7626: checking for int64 configure:7639: gcc -c conftest.c 1>&5 configure: In function 'main': configure:7635: error: 'int64' undeclared (first use in this function) configure:7635: error: (Each undeclared identifier is reported only once configure:7635: error: for each function it appears in.) configure:7635: error: expected ';' before 'foo' configure: failed program was: #line 7631 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:7661: checking for uint configure:7674: gcc -c conftest.c 1>&5 configure:7696: checking for uint_t configure:7709: gcc -c conftest.c 1>&5 configure: In function 'main': configure:7705: error: 'uint_t' undeclared (first use in this function) configure:7705: error: (Each undeclared identifier is reported only once configure:7705: error: for each function it appears in.) configure:7705: error: expected ';' before 'foo' configure: failed program was: #line 7701 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:7731: checking for uint16_t configure:7744: gcc -c conftest.c 1>&5 configure: In function 'main': configure:7740: error: 'uint16_t' undeclared (first use in this function) configure:7740: error: (Each undeclared identifier is reported only once configure:7740: error: for each function it appears in.) configure:7740: error: expected ';' before 'foo' configure: failed program was: #line 7736 "configure" #include "confdefs.h" #include #include int main() { uint16_t foo = 0; ; return 0; } configure:7775: checking for uname.domainname configure:7788: c++ -c conftest.C 1>&5 configure:7812: checking for uname.__domainname configure:7825: c++ -c conftest.C 1>&5 configure: In function 'int main()': configure:7821: error: 'struct utsname' has no member named '__domainname' configure: failed program was: #line 7817 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:7858: checking for usable wchar_t (2 bytes, unsigned) configure:7872: gcc -c conftest.c 1>&5 configure: In function 'main': configure:7871: error: size of array 'static_assert_line_7871' is negative configure:7873: error: size of array 'static_assert_line_7872' is negative configure: failed program was: #line 7863 "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:7905: checking for compiler -fshort-wchar option configure:7919: c++ -c -fshort-wchar conftest.C 1>&5 configure:7953: checking for visibility(hidden) attribute configure:7978: checking for visibility(default) attribute configure:8003: checking for visibility pragma support configure:8028: checking For gcc visibility bug with class-level attributes (GCC bug 26905) configure:8056: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297) configure:8104: checking for dirent.h that defines DIR configure:8117: gcc -c conftest.c 1>&5 configure:8142: checking for opendir in -ldir configure:8161: gcc -o conftest conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 8150 "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:8234: checking for sys/byteorder.h configure:8244: gcc -E conftest.c >/dev/null 2>conftest.out configure:8240:27: error: sys/byteorder.h: No such file or directory configure: failed program was: #line 8239 "configure" #include "confdefs.h" #include configure:8234: checking for compat.h configure:8244: gcc -E conftest.c >/dev/null 2>conftest.out configure:8240:20: error: compat.h: No such file or directory configure: failed program was: #line 8239 "configure" #include "confdefs.h" #include configure:8234: checking for getopt.h configure:8244: gcc -E conftest.c >/dev/null 2>conftest.out configure:8274: checking for sys/bitypes.h configure:8284: gcc -E conftest.c >/dev/null 2>conftest.out configure:8274: checking for memory.h configure:8284: gcc -E conftest.c >/dev/null 2>conftest.out configure:8274: checking for unistd.h configure:8284: gcc -E conftest.c >/dev/null 2>conftest.out configure:8314: checking for gnu/libc-version.h configure:8324: gcc -E conftest.c >/dev/null 2>conftest.out configure:8314: checking for nl_types.h configure:8324: gcc -E conftest.c >/dev/null 2>conftest.out configure:8354: checking for malloc.h configure:8364: gcc -E conftest.c >/dev/null 2>conftest.out configure:8394: checking for X11/XKBlib.h configure:8404: gcc -E conftest.c >/dev/null 2>conftest.out configure:8435: checking for sys/statvfs.h configure:8445: gcc -E conftest.c >/dev/null 2>conftest.out configure:8435: checking for sys/statfs.h configure:8445: gcc -E conftest.c >/dev/null 2>conftest.out configure:8435: checking for sys/vfs.h configure:8445: gcc -E conftest.c >/dev/null 2>conftest.out configure:8435: checking for sys/mount.h configure:8445: gcc -E conftest.c >/dev/null 2>conftest.out configure:8476: checking for mmintrin.h configure:8486: gcc -E conftest.c >/dev/null 2>conftest.out In file included from configure:8482: /usr/lib/gcc/i486-linux-gnu/4.2.3/include/mmintrin.h:35:3: error: #error "MMX instruction set not enabled" configure: failed program was: #line 8481 "configure" #include "confdefs.h" #include configure:8523: checking for new configure:8533: c++ -E conftest.C >/dev/null 2>conftest.out configure:8574: checking for sys/cdefs.h configure:8584: gcc -E conftest.c >/dev/null 2>conftest.out configure:8618: checking for gethostbyname_r in -lc_r configure:8637: gcc -o conftest conftest.c -lc_r 1>&5 /usr/bin/ld: cannot find -lc_r collect2: ld returned 1 exit status configure: failed program was: #line 8626 "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:8667: checking for atan in -lm configure:8686: gcc -o conftest conftest.c -lm 1>&5 configure:8679: warning: conflicting types for built-in function 'atan' configure:8720: checking for dlopen in -ldl configure:8739: gcc -o conftest conftest.c -ldl -lm 1>&5 configure:8756: checking for dlfcn.h configure:8766: gcc -E conftest.c >/dev/null 2>conftest.out configure:8901: checking for socket in -lsocket configure:8920: gcc -o conftest conftest.c -lsocket -ldl -lm 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 8909 "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:8965: checking for XDrawLines in -lX11 configure:8984: gcc -o conftest conftest.c -lX11 -lX11 -ldl -lm 1>&5 configure:9006: checking for XextAddDisplay in -lXext configure:9025: gcc -o conftest conftest.c -lXext -lX11 -ldl -lm 1>&5 configure:9049: checking for XtFree in -lXt configure:9068: gcc -o conftest conftest.c -lXt -ldl -lm 1>&5 configure:9222: checking for XineramaIsActive in -lXinerama configure:9241: gcc -o conftest conftest.c -lXinerama -lX11 -lXext -ldl -lm 1>&5 configure:9263: checking for X11/extensions/Xinerama.h configure:9273: gcc -E conftest.c >/dev/null 2>conftest.out configure:9296: checking for XShmCreateImage in -lXext configure:9315: gcc -o conftest conftest.c -lXext -lX11 -lXext -ldl -lm 1>&5 configure:9337: checking for X11/extensions/XShm.h configure:9347: gcc -E conftest.c >/dev/null 2>conftest.out configure:9377: checking for XieFloGeometry in -lXIE configure:9396: gcc -o conftest 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 9385 "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:9418: checking for X11/extensions/XIElib.h configure:9428: gcc -E conftest.c >/dev/null 2>conftest.out configure:9424:35: error: X11/extensions/XIElib.h: No such file or directory configure: failed program was: #line 9423 "configure" #include "confdefs.h" #include configure:9502: checking for freetype-config configure:9538: checking for FreeType - version >= 6.1.0 configure:9612: gcc -o conftest -I/usr/include/freetype2 conftest.c -lfreetype -lz -ldl -lm 1>&5 configure:9664: checking for pthread_create in -lpthreads gcc -o dummy dummy.c -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:9686: checking for pthread_create in -lpthread gcc -o dummy dummy.c -lpthread -ldl -lm dummy.c: In function 'main': dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit' configure:9786: checking whether gcc accepts -pthread configure:9904: checking whether mmap() sees write()s configure:9947: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9972: checking whether gcc needs -traditional configure:10018: checking for 8-bit clean memcmp configure:10036: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure: In function 'main': configure:10031: warning: incompatible implicit declaration of built-in function 'exit' configure:10056: checking for random configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10056: checking for strerror configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10056: checking for lchown configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10056: checking for fchmod configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10056: checking for snprintf configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10068: warning: conflicting types for built-in function 'snprintf' configure:10056: checking for statvfs configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10056: checking for memmove configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10068: warning: conflicting types for built-in function 'memmove' configure:10056: checking for rint configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10068: warning: conflicting types for built-in function 'rint' configure:10056: checking for stat64 configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10056: checking for lstat64 configure:10084: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10111: checking for flockfile configure:10139: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10111: checking for getpagesize configure:10139: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10168: checking for localtime_r configure:10196: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10168: checking for strtok_r configure:10196: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10232: checking for wcrtomb configure:10244: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10264: checking for mbrtowc configure:10276: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10305: checking for res_ninit() configure:10322: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10352: checking for gnu_get_libc_version() configure:10368: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10397: checking for iconv in -lc configure:10419: c++ -o conftest -fshort-wchar -pthread conftest.C -lc -ldl -lm 1>&5 configure:10528: checking for iconv() configure:10547: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10571: checking for iconv() with const input configure:10591: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function 'int main()': configure:10585: error: invalid conversion from 'const char**' to 'char**' configure:10585: error: initializing argument 2 of 'size_t iconv(void*, char**, size_t*, char**, size_t*)' configure: failed program was: #line 10576 "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:10620: checking for nl_langinfo and CODESET configure:10632: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10664: checking for an implementation of va_copy() configure:10688: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure: In function 'f': configure:10682: warning: incompatible implicit declaration of built-in function 'exit' configure:10705: checking for an implementation of __va_copy() configure:10729: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure: In function 'f': configure:10723: warning: incompatible implicit declaration of built-in function 'exit' configure:10746: checking whether va_lists can be copied by value configure:10770: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure: In function 'f': configure:10764: warning: incompatible implicit declaration of built-in function 'exit' configure:10869: checking for C++ exceptions flag configure:10904: checking for gcc 3.0 ABI configure:10922: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10946: checking for C++ "explicit" keyword configure:10961: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10982: checking for C++ "typename" keyword configure:11006: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11027: checking for modern C++ template specialization syntax support configure:11042: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11064: checking whether partial template specialization works configure:11077: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11098: checking whether operators must be re-defined for templates derived from templates configure:11115: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11137: checking whether we need to cast a derived template to pass as its base class configure:11151: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11172: checking whether the compiler can resolve const ambiguities for templates configure:11198: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11220: checking whether the C++ "using" keyword can change access configure:11233: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11244: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function 'int main()': configure:11237: error: 'int A::foo()' is inaccessible configure:11240: error: within this context configure: failed program was: #line 11236 "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:11272: checking whether the C++ "using" keyword resolves ambiguity configure:11293: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11314: checking for "std::" namespace configure:11326: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11347: checking whether standard template operator!=() is ambiguous configure:11362: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11384: checking for C++ reinterpret_cast configure:11397: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11418: checking for C++ dynamic_cast to void* configure:11442: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:11466: checking whether C++ requires implementation of unused virtual methods configure:11478: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccWDe06C.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 11471 "configure" #include "confdefs.h" class X {private: virtual void never_called();}; int main() { X x; ; return 0; } configure:11501: checking for trouble comparing to zero near std::operator!=() configure:11517: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11549: checking for LC_MESSAGES configure:11561: gcc -c -pthread conftest.c 1>&5 configure:11887: checking for jpeg_destroy_compress in -ljpeg configure:11906: gcc -o conftest -pthread conftest.c -ljpeg -ldl -lm 1>&5 configure:11949: gcc -o conftest -pthread conftest.c -ljpeg -ldl -lm 1>&5 configure: In function 'main': configure:11941: warning: incompatible implicit declaration of built-in function 'exit' configure:11990: checking for gzread in -lz configure:12009: gcc -o conftest -pthread conftest.c -lz -ldl -lm 1>&5 configure:12058: gcc -o conftest -pthread conftest.c -lz -ldl -lm 1>&5 configure: In function 'main': configure:12048: warning: incompatible implicit declaration of built-in function 'exit' configure:12101: checking for png_get_valid in -lpng configure:12120: gcc -o conftest -pthread -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure:12162: gcc -o conftest -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: failed program was: #line 12148 "configure" #include "confdefs.h" #include #include #include int main () { #if PNG_LIBPNG_VER >= 10217 exit(0); #else exit(1); #endif } configure:12645: checking for pkg-config configure:12689: checking for gtk+-2.0 >= 1.3.7 configure:12696: checking MOZ_GTK2_CFLAGS configure:12701: checking MOZ_GTK2_LIBS configure:13556: checking for xft configure:13563: checking MOZ_XFT_CFLAGS configure:13568: checking MOZ_XFT_LIBS configure:13647: checking for pango >= 1.1.0 configure:13654: checking _PANGOCHK_CFLAGS configure:13659: checking _PANGOCHK_LIBS configure:13843: checking for XpGetPrinterList in -lXp configure:13862: gcc -o conftest -pthread conftest.c -lXp -lXext -lX11 -ldl -lm 1>&5 /usr/bin/ld: cannot find -lXp collect2: ld returned 1 exit status configure: failed program was: #line 13851 "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 XpGetPrinterList(); int main() { XpGetPrinterList() ; return 0; } configure:13979: checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0 configure:14086: checking for gconf-2.0 >= 1.2.1 configure:14093: checking MOZ_GCONF_CFLAGS configure:14098: checking MOZ_GCONF_LIBS configure:14189: checking for libgnome-2.0 >= 2.0 configure:14323: checking for libgnomeui-2.0 >= 2.2.0 configure:15721: checking for valid optimization flags configure:15732: gcc -c -pthread -O conftest.c 1>&5 configure:16069: checking for __builtin_vec_new configure:16100: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccONsMI8.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 16074 "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:16069: checking for __builtin_vec_delete configure:16100: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccAu7mHO.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 16074 "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:16069: checking for __builtin_new configure:16100: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/cckZ0UGT.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__builtin_new' collect2: ld returned 1 exit status configure: failed program was: #line 16074 "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:16069: checking for __builtin_delete configure:16100: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccQHZGrE.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__builtin_delete' collect2: ld returned 1 exit status configure: failed program was: #line 16074 "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:16069: checking for __pure_virtual configure:16100: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccgUzEIE.o: In function `main': conftest.C:(.text+0x12): undefined reference to `__pure_virtual' collect2: ld returned 1 exit status configure: failed program was: #line 16074 "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:16343: checking for __cxa_demangle configure:16374: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:16512: checking for gcc -pipe support dummy-hello.c:2:21: warning: missing terminating " character dummy-hello.c: In function 'main': dummy-hello.c:2: error: missing terminating " character dummy-hello.c:3:1: warning: missing terminating " character dummy-hello.c:3: error: missing terminating " character dummy-hello.c:3: error: expected expression at end of input dummy-hello.c:3: error: expected declaration or statement at end of input configure:16534: gcc -c -pthread -pipe conftest.c 1>&5 configure:16576: checking whether compiler supports -Wno-long-long configure:16585: gcc -c -pthread -pipe -Wno-long-long conftest.c 1>&5 configure:16606: checking whether C compiler supports -fprofile-generate configure:16615: gcc -c -pthread -pipe -fprofile-generate conftest.c 1>&5 configure:16688: checking whether C++ compiler has -pedantic long long bug configure:16697: 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:16722: checking for correct temporary object destruction order configure:16747: c++ -o conftest -fshort-wchar -pthread -pipe conftest.C -ldl -lm 1>&5 configure:16768: checking for correct overload resolution with const and templates configure:16803: 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:17139: checking for libIDL-2.0 >= 0.8.0 configure:17146: checking LIBIDL_CFLAGS configure:17151: checking LIBIDL_LIBS configure:18535: checking for glib-2.0 >= 1.3.7 configure:18542: checking GLIB_CFLAGS configure:18547: checking GLIB_LIBS configure:19293: checking for cairo >= 0.3.0 configure:19300: checking CAIRO_CFLAGS configure:19305: checking CAIRO_LIBS configure:19976: gcc -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -pthread -pipe conftest.c 1>&5 configure: In function 'main': configure:19970: warning: implicit declaration of function 'exit' configure:19970: warning: incompatible implicit declaration of built-in function 'exit'