This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:938: checking host system type configure:959: checking target system type configure:977: checking build system type configure:1051: checking for gawk configure:1149: checking for nsinstall configure:2165: checking for gcc configure:2278: checking whether the C compiler (gcc ) works configure:2294: gcc -o conftest conftest.c 1>&5 configure:2320: checking whether the C compiler (gcc ) is a cross-compiler configure:2325: checking whether we are using GNU C configure:2334: gcc -E conftest.c configure:2353: checking whether gcc accepts -g configure:2389: checking for c++ configure:2421: checking whether the C++ compiler (c++ ) works configure:2437: c++ -o conftest conftest.C 1>&5 configure:2463: checking whether the C++ compiler (c++ ) is a cross-compiler configure:2468: checking whether we are using GNU C++ configure:2477: c++ -E conftest.C configure:2496: checking whether c++ accepts -g configure:2545: gcc -c conftest.c 1>&5 configure:2562: gcc -c conftest.c 1>&5 configure:2581: checking for ranlib configure:2613: checking for as configure:2654: checking for ar configure:2689: checking for ld configure:2724: checking for strip configure:2759: checking for windres configure:3181: checking whether gcc and cc understand -c and -o together configure:3196: gcc -c conftest.c -o conftest.o 1>&5 configure:3197: gcc -c conftest.c -o conftest.o 1>&5 configure:3202: cc -c conftest.c 1>&5 configure:3204: cc -c conftest.c -o conftest.o 1>&5 configure:3205: cc -c conftest.c -o conftest.o 1>&5 configure:3241: checking how to run the C preprocessor configure:3262: gcc -E conftest.c >/dev/null 2>conftest.out configure:3321: checking how to run the C++ preprocessor configure:3339: c++ -E conftest.C >/dev/null 2>conftest.out configure:3386: checking for a BSD compatible install configure:3439: checking whether ln -s works configure:3464: checking for perl5 configure:3504: checking for minimum required perl version >= 5.004 configure:3514: checking for full perl installation configure:3527: checking for doxygen configure:3563: checking for whoami configure:3599: checking for autoconf configure:3635: checking for unzip configure:3673: checking for zip configure:3714: checking for makedepend configure:3749: checking for xargs configure:4043: checking for gmake configure:4043: checking for make configure:4111: checking for X configure:4178: gcc -E conftest.c >/dev/null 2>conftest.out configure:4254: gcc -o conftest conftest.c -lXt 1>&5 configure:4425: checking for dnet_ntoa in -ldnet configure:4447: 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 4433 "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:4469: checking for dnet_ntoa in -ldnet_stub configure:4491: 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 4477 "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:4520: checking for gethostbyname configure:4551: gcc -o conftest conftest.c 1>&5 configure:4624: checking for connect configure:4655: gcc -o conftest conftest.c 1>&5 configure:4722: checking for remove configure:4753: gcc -o conftest conftest.c 1>&5 configure:4820: checking for shmat configure:4851: gcc -o conftest conftest.c 1>&5 configure:4927: checking for IceConnectionNumber in -lICE configure:4949: gcc -o conftest conftest.c -lICE 1>&5 configure:5377: checking whether ld has archive extraction flags configure:5401: gcc -o conftest -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:5436: checking for 64-bit OS configure:5446: gcc -o conftest conftest.c 1>&5 configure: failed program was: #line 5441 "configure" #include "confdefs.h" int main () { if (sizeof(long) == 8) { return 0; } return 1; } configure:6856: checking for ANSI C header files configure:6869: gcc -E conftest.c >/dev/null 2>conftest.out configure:6936: gcc -o conftest conftest.c 1>&5 configure:6960: checking for working const configure:7014: gcc -c conftest.c 1>&5 configure:7035: checking for mode_t configure:7068: checking for off_t configure:7101: checking for pid_t configure:7134: checking for size_t configure:7167: checking for st_blksize in struct stat configure:7180: gcc -c conftest.c 1>&5 configure:7201: checking for siginfo_t configure:7214: gcc -c conftest.c 1>&5 configure:7248: checking for int16_t configure:7261: gcc -c conftest.c 1>&5 configure:7283: checking for int32_t configure:7296: gcc -c conftest.c 1>&5 configure:7318: checking for int64_t configure:7331: gcc -c conftest.c 1>&5 configure:7353: checking for int64 configure:7366: gcc -c conftest.c 1>&5 configure: In function `main': configure:7362: error: `int64' undeclared (first use in this function) configure:7362: error: (Each undeclared identifier is reported only once configure:7362: error: for each function it appears in.) configure:7362: error: syntax error before "foo" configure: failed program was: #line 7358 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:7388: checking for uint configure:7401: gcc -c conftest.c 1>&5 configure:7423: checking for uint_t configure:7436: gcc -c conftest.c 1>&5 configure: In function `main': configure:7432: error: `uint_t' undeclared (first use in this function) configure:7432: error: (Each undeclared identifier is reported only once configure:7432: error: for each function it appears in.) configure:7432: error: syntax error before "foo" configure: failed program was: #line 7428 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:7458: checking for uint16_t configure:7471: gcc -c conftest.c 1>&5 configure: In function `main': configure:7467: error: `uint16_t' undeclared (first use in this function) configure:7467: error: (Each undeclared identifier is reported only once configure:7467: error: for each function it appears in.) configure:7467: error: syntax error before "foo" configure: failed program was: #line 7463 "configure" #include "confdefs.h" #include #include int main() { uint16_t foo = 0; ; return 0; } configure:7502: checking for uname.domainname configure:7515: c++ -c conftest.C 1>&5 configure:7539: checking for uname.__domainname configure:7552: c++ -c conftest.C 1>&5 configure: In function `int main()': configure:7548: error: 'struct utsname' has no member named '__domainname' configure: failed program was: #line 7544 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:7585: checking for usable wchar_t (2 bytes, unsigned) configure:7600: gcc -o conftest conftest.c 1>&5 configure: failed program was: #line 7593 "configure" #include "confdefs.h" #include int main () { return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; } configure:7635: checking for compiler -fshort-wchar option configure:7650: c++ -o conftest -fshort-wchar conftest.C 1>&5 configure:7686: checking for visibility(hidden) attribute configure:7710: checking for visibility pragma support configure:7752: checking for dirent.h that defines DIR configure:7765: gcc -c conftest.c 1>&5 configure:7790: checking for opendir in -ldir configure:7809: 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 7798 "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:7882: checking for sys/byteorder.h configure:7892: gcc -E conftest.c >/dev/null 2>conftest.out configure:7888:27: sys/byteorder.h: No such file or directory configure: failed program was: #line 7887 "configure" #include "confdefs.h" #include configure:7882: checking for compat.h configure:7892: gcc -E conftest.c >/dev/null 2>conftest.out configure:7888:20: compat.h: No such file or directory configure: failed program was: #line 7887 "configure" #include "confdefs.h" #include configure:7882: checking for getopt.h configure:7892: gcc -E conftest.c >/dev/null 2>conftest.out configure:7922: checking for sys/bitypes.h configure:7932: gcc -E conftest.c >/dev/null 2>conftest.out configure:7922: checking for memory.h configure:7932: gcc -E conftest.c >/dev/null 2>conftest.out configure:7922: checking for unistd.h configure:7932: gcc -E conftest.c >/dev/null 2>conftest.out configure:7962: checking for gnu/libc-version.h configure:7972: gcc -E conftest.c >/dev/null 2>conftest.out configure:7962: checking for nl_types.h configure:7972: gcc -E conftest.c >/dev/null 2>conftest.out configure:8002: checking for malloc.h configure:8012: gcc -E conftest.c >/dev/null 2>conftest.out configure:8042: checking for X11/XKBlib.h configure:8052: gcc -E conftest.c >/dev/null 2>conftest.out configure:8083: checking for sys/statvfs.h configure:8093: gcc -E conftest.c >/dev/null 2>conftest.out configure:8083: checking for sys/statfs.h configure:8093: gcc -E conftest.c >/dev/null 2>conftest.out configure:8083: checking for sys/vfs.h configure:8093: gcc -E conftest.c >/dev/null 2>conftest.out configure:8083: checking for sys/mount.h configure:8093: gcc -E conftest.c >/dev/null 2>conftest.out configure:8124: checking for mmintrin.h configure:8134: gcc -E conftest.c >/dev/null 2>conftest.out In file included from configure:8130: /usr/lib/gcc/i586-uhu-linux/3.4.6/include/mmintrin.h:34:3: #error "MMX instruction set not enabled" configure: failed program was: #line 8129 "configure" #include "confdefs.h" #include configure:8171: checking for new configure:8181: c++ -E conftest.C >/dev/null 2>conftest.out configure:8222: checking for sys/cdefs.h configure:8232: gcc -E conftest.c >/dev/null 2>conftest.out configure:8266: checking for gethostbyname_r in -lc_r configure:8285: 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 8274 "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:8315: checking for atan in -lm configure:8334: gcc -o conftest conftest.c -lm 1>&5 configure:8327: warning: conflicting types for built-in function 'atan' configure:8368: checking for dlopen in -ldl configure:8387: gcc -o conftest conftest.c -ldl -lm 1>&5 configure:8404: checking for dlfcn.h configure:8414: gcc -E conftest.c >/dev/null 2>conftest.out configure:8549: checking for socket in -lsocket configure:8568: 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 8557 "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:8613: checking for XDrawLines in -lX11 configure:8632: gcc -o conftest conftest.c -lX11 -lX11 -ldl -lm 1>&5 configure:8654: checking for XextAddDisplay in -lXext configure:8673: gcc -o conftest conftest.c -lXext -lX11 -ldl -lm 1>&5 configure:8697: checking for XtFree in -lXt configure:8716: gcc -o conftest conftest.c -lXt -ldl -lm 1>&5 configure:8870: checking for XineramaIsActive in -lXinerama configure:8889: gcc -o conftest conftest.c -lXinerama -lX11 -lXext -ldl -lm 1>&5 configure:8911: checking for X11/extensions/Xinerama.h configure:8921: gcc -E conftest.c >/dev/null 2>conftest.out configure:8944: checking for XShmCreateImage in -lXext configure:8963: gcc -o conftest conftest.c -lXext -lX11 -lXext -ldl -lm 1>&5 configure:8985: checking for X11/extensions/XShm.h configure:8995: gcc -E conftest.c >/dev/null 2>conftest.out configure:9025: checking for XieFloGeometry in -lXIE configure:9044: 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 9033 "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:9066: checking for X11/extensions/XIElib.h configure:9076: gcc -E conftest.c >/dev/null 2>conftest.out configure:9072:35: X11/extensions/XIElib.h: No such file or directory configure: failed program was: #line 9071 "configure" #include "confdefs.h" #include configure:9150: checking for freetype-config configure:9186: checking for FreeType - version >= 6.1.0 configure:9260: gcc -o conftest -I/usr/include/freetype2 conftest.c -lfreetype -lz -ldl -lm 1>&5 configure:9312: checking for pthread_create in -lpthreads gcc -o dummy dummy.c -lpthreads -ldl -lm /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:9334: checking for pthread_create in -lpthread gcc -o dummy dummy.c -lpthread -ldl -lm configure:9434: checking whether gcc accepts -pthread configure:9579: checking whether mmap() sees write()s configure:9622: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9647: checking whether gcc needs -traditional configure:9693: checking for 8-bit clean memcmp configure:9711: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for random configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for strerror configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for lchown configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for fchmod configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for snprintf configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9743: warning: conflicting types for built-in function 'snprintf' configure:9731: checking for statvfs configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for memmove configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9743: warning: conflicting types for built-in function 'memmove' configure:9731: checking for rint configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9743: warning: conflicting types for built-in function 'rint' configure:9731: checking for stat64 configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9731: checking for lstat64 configure:9759: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9786: checking for flockfile configure:9814: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9786: checking for getpagesize configure:9814: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9843: checking for localtime_r configure:9871: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9843: checking for strtok_r configure:9871: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9907: checking for wcrtomb configure:9919: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9939: checking for mbrtowc configure:9951: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9980: checking for res_ninit() configure:9997: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10027: checking for gnu_get_libc_version() configure:10043: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10072: checking for iconv in -lc configure:10094: c++ -o conftest -fshort-wchar -pthread conftest.C -lc -ldl -lm 1>&5 configure:10203: checking for iconv() configure:10222: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10246: checking for iconv() with const input configure:10266: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function `int main()': configure:10260: error: invalid conversion from `const char**' to `char**' configure:10260: error: initializing argument 2 of `size_t iconv(void*, char**, size_t*, char**, size_t*)' configure: failed program was: #line 10251 "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:10295: checking for nl_langinfo and CODESET configure:10307: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10339: checking for an implementation of va_copy() configure:10363: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10380: checking for an implementation of __va_copy() configure:10404: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10421: checking whether va_lists can be copied by value configure:10445: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:10544: checking for C++ exceptions flag configure:10579: checking for gcc 3.0 ABI configure:10597: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10621: checking for C++ "explicit" keyword configure:10636: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10657: checking for C++ "typename" keyword configure:10681: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10702: checking for modern C++ template specialization syntax support configure:10717: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10739: checking whether partial template specialization works configure:10752: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10773: checking whether operators must be re-defined for templates derived from templates configure:10790: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10812: checking whether we need to cast a derived template to pass as its base class configure:10826: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10847: checking whether the compiler can resolve const ambiguities for templates configure:10873: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10895: checking whether the C++ "using" keyword can change access configure:10908: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10919: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function `int main()': configure:10912: error: `int A::foo()' is inaccessible configure:10915: error: within this context configure: failed program was: #line 10911 "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:10947: checking whether the C++ "using" keyword resolves ambiguity configure:10968: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10989: checking for "std::" namespace configure:11001: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11022: checking whether standard template operator!=() is ambiguous configure:11037: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11059: checking for C++ reinterpret_cast configure:11072: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11093: checking for C++ dynamic_cast to void* configure:11117: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:11141: checking whether C++ requires implementation of unused virtual methods configure:11153: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccSVuHdz.o: In function `X::X()': conftest.C:(.gnu.linkonce.t._ZN1XC1Ev+0x8): undefined reference to `vtable for X' collect2: ld returned 1 exit status configure: failed program was: #line 11146 "configure" #include "confdefs.h" class X {private: virtual void never_called();}; int main() { X x; ; return 0; } configure:11176: checking for trouble comparing to zero near std::operator!=() configure:11192: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:11224: checking for LC_MESSAGES configure:11236: gcc -c -pthread conftest.c 1>&5 configure:11317: checking for nspr-config configure:11352: checking for NSPR - version >= 4.0.0 (skipping) configure:11363: checking for nss-config configure:11398: checking for NSS - version >= 3.0.0 (skipping) configure:11422: checking for jpeg_destroy_compress in -ljpeg configure:11441: gcc -o conftest -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 11430 "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:11525: checking for gzread in -lz configure:11544: gcc -o conftest -pthread conftest.c -lz -ldl -lm 1>&5 configure:11593: gcc -o conftest -pthread conftest.c -lz -ldl -lm 1>&5 configure:11636: checking for png_get_valid in -lpng configure:11655: gcc -o conftest -pthread -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure:11697: gcc -o conftest -pthread -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure:12199: checking for pkg-config configure:12243: checking for gtk+-2.0 >= 1.3.7 configure:12250: checking MOZ_GTK2_CFLAGS configure:12255: checking MOZ_GTK2_LIBS configure:13030: checking for xft configure:13037: checking MOZ_XFT_CFLAGS configure:13042: checking MOZ_XFT_LIBS configure:13121: checking for pango >= 1.1.0 configure:13128: checking _PANGOCHK_CFLAGS configure:13133: checking _PANGOCHK_LIBS configure:13237: checking for pango >= 1.6.0 pangoft2 >= 1.6.0 configure:13244: checking MOZ_PANGO_CFLAGS configure:13249: checking MOZ_PANGO_LIBS configure:13317: checking for XpGetPrinterList in -lXp configure:13336: gcc -o conftest -pthread conftest.c -lXp -lXext -lX11 -ldl -lm 1>&5 configure:13453: checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0 configure:13460: checking MOZ_GNOMEVFS_CFLAGS configure:13465: checking MOZ_GNOMEVFS_LIBS configure:13559: checking for gconf-2.0 >= 1.2.1 configure:13566: checking MOZ_GCONF_CFLAGS configure:13571: checking MOZ_GCONF_LIBS configure:13661: checking for libgnome-2.0 >= 2.0 configure:13794: checking for libgnomeui-2.0 >= 2.2.0 configure:14926: checking for valid optimization flags configure:14937: gcc -c -pthread -O conftest.c 1>&5 configure:15274: checking for __builtin_vec_new configure:15305: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccWOfaCm.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__builtin_vec_new' collect2: ld returned 1 exit status configure: failed program was: #line 15279 "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:15274: checking for __builtin_vec_delete configure:15305: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccU2AEbD.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__builtin_vec_delete' collect2: ld returned 1 exit status configure: failed program was: #line 15279 "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:15274: checking for __builtin_new configure:15305: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccqUJIlT.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__builtin_new' collect2: ld returned 1 exit status configure: failed program was: #line 15279 "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:15274: checking for __builtin_delete configure:15305: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccSDpt58.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__builtin_delete' collect2: ld returned 1 exit status configure: failed program was: #line 15279 "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:15274: checking for __pure_virtual configure:15305: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccM5mRhp.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__pure_virtual' collect2: ld returned 1 exit status configure: failed program was: #line 15279 "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:15548: checking for __cxa_demangle configure:15579: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:15717: checking for gcc -pipe support configure:15739: gcc -c -pthread -pipe conftest.c 1>&5 configure:15781: checking whether compiler supports -Wno-long-long configure:15790: gcc -c -pthread -pipe -Wno-long-long conftest.c 1>&5 configure:15811: checking whether C compiler supports -fprofile-generate configure:15820: gcc -c -pthread -pipe -fprofile-generate conftest.c 1>&5 configure:15893: checking whether C++ compiler has -pedantic long long bug configure:15904: c++ -o conftest -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 -ldl -lm 1>&5 configure:15934: checking for correct temporary object destruction order configure:15959: c++ -o conftest -fshort-wchar -pthread -pipe conftest.C -ldl -lm 1>&5 configure:15980: checking for correct overload resolution with const and templates configure:16015: 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:16324: checking for libIDL-2.0 >= 0.8.0 configure:16331: checking LIBIDL_CFLAGS configure:16336: checking LIBIDL_LIBS configure:17720: checking for glib-2.0 >= 1.3.7 configure:17727: checking GLIB_CFLAGS configure:17732: checking GLIB_LIBS configure:18466: checking for cairo >= 0.3.0 configure:18473: checking CAIRO_CFLAGS configure:18478: checking CAIRO_LIBS configure:19122: 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:19116: warning: implicit declaration of function `exit'