This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:872: checking host system type configure:893: checking target system type configure:911: checking build system type configure:1960: checking for gcc configure:2073: checking whether the C compiler (gcc ) works configure:2089: gcc -o conftest conftest.c 1>&5 configure:2115: checking whether the C compiler (gcc ) is a cross-compiler configure:2120: checking whether we are using GNU C configure:2129: gcc -E conftest.c configure:2148: checking whether gcc accepts -g configure:2184: checking for c++ configure:2216: checking whether the C++ compiler (c++ ) works configure:2232: c++ -o conftest conftest.C 1>&5 configure:2258: checking whether the C++ compiler (c++ ) is a cross-compiler configure:2263: checking whether we are using GNU C++ configure:2272: c++ -E conftest.C configure:2291: checking whether c++ accepts -g configure:2340: gcc -c conftest.c 1>&5 configure:2357: gcc -c conftest.c 1>&5 configure:2376: checking for ranlib configure:2408: checking for as configure:2449: checking for ar configure:2484: checking for ld configure:2519: checking for strip configure:2554: checking for windres configure:2638: checking for gawk configure:3008: checking whether gcc and cc understand -c and -o together configure:3023: gcc -c conftest.c -o conftest.o 1>&5 configure:3024: gcc -c conftest.c -o conftest.o 1>&5 configure:3029: cc -c conftest.c 1>&5 configure:3031: cc -c conftest.c -o conftest.o 1>&5 configure:3032: cc -c conftest.c -o conftest.o 1>&5 configure:3093: checking how to run the C preprocessor configure:3114: gcc -E conftest.c >/dev/null 2>conftest.out configure:3173: checking how to run the C++ preprocessor configure:3191: c++ -E conftest.C >/dev/null 2>conftest.out configure:3227: checking for a BSD compatible install configure:3280: checking whether ln -s works configure:3305: checking for perl5 configure:3345: checking for minimum required perl version >= 5.004 configure:3355: checking for full perl installation configure:3368: checking for doxygen configure:3404: checking for whoami configure:3440: checking for autoconf configure:3476: checking for unzip configure:3514: checking for zip configure:3555: checking for makedepend configure:3590: checking for xargs configure:3720: checking for gmake configure:3720: checking for make configure:3786: checking for X configure:3853: gcc -E conftest.c >/dev/null 2>conftest.out configure:3929: gcc -o conftest conftest.c -lXt 1>&5 configure:4100: checking for dnet_ntoa in -ldnet configure:4119: 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 4108 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:4141: checking for dnet_ntoa in -ldnet_stub configure:4160: 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 4149 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:4189: checking for gethostbyname configure:4217: gcc -o conftest conftest.c 1>&5 configure:4287: checking for connect configure:4315: gcc -o conftest conftest.c 1>&5 configure:4379: checking for remove configure:4407: gcc -o conftest conftest.c 1>&5 configure:4471: checking for shmat configure:4499: gcc -o conftest conftest.c 1>&5 configure:4572: checking for IceConnectionNumber in -lICE configure:4591: gcc -o conftest conftest.c -lICE 1>&5 configure:4853: checking whether ld has archive extraction flags configure:4877: gcc -o conftest -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:4910: checking for 64-bit OS configure:4920: gcc -o conftest conftest.c 1>&5 configure: failed program was: #line 4915 "configure" #include "confdefs.h" int main () { if (sizeof(long) == 8) { return 0; } return 1; } configure:6080: checking for ANSI C header files configure:6093: gcc -E conftest.c >/dev/null 2>conftest.out configure:6160: gcc -o conftest conftest.c 1>&5 configure:6184: checking for working const configure:6238: gcc -c conftest.c 1>&5 configure:6259: checking for mode_t configure:6292: checking for off_t configure:6325: checking for pid_t configure:6358: checking for size_t configure:6391: checking for uid_t in sys/types.h configure:6425: checking for st_blksize in struct stat configure:6438: gcc -c conftest.c 1>&5 configure:6459: checking for siginfo_t configure:6472: gcc -c conftest.c 1>&5 configure:6506: checking for int16_t configure:6519: gcc -c conftest.c 1>&5 configure:6541: checking for int32_t configure:6554: gcc -c conftest.c 1>&5 configure:6576: checking for int64_t configure:6589: gcc -c conftest.c 1>&5 configure:6611: checking for int64 configure:6624: gcc -c conftest.c 1>&5 configure: In function `main': configure:6620: error: `int64' undeclared (first use in this function) configure:6620: error: (Each undeclared identifier is reported only once configure:6620: error: for each function it appears in.) configure:6620: error: syntax error before "foo" configure: failed program was: #line 6616 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:6646: checking for uint configure:6659: gcc -c conftest.c 1>&5 configure:6681: checking for uint_t configure:6694: gcc -c conftest.c 1>&5 configure: In function `main': configure:6690: error: `uint_t' undeclared (first use in this function) configure:6690: error: (Each undeclared identifier is reported only once configure:6690: error: for each function it appears in.) configure:6690: error: syntax error before "foo" configure: failed program was: #line 6686 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:6716: checking for uint16_t configure:6729: gcc -c conftest.c 1>&5 configure: In function `main': configure:6725: error: `uint16_t' undeclared (first use in this function) configure:6725: error: (Each undeclared identifier is reported only once configure:6725: error: for each function it appears in.) configure:6725: error: syntax error before "foo" configure: failed program was: #line 6721 "configure" #include "confdefs.h" #include #include int main() { uint16_t foo = 0; ; return 0; } configure:6760: checking for uname.domainname configure:6773: c++ -c conftest.C 1>&5 configure:6797: checking for uname.__domainname configure:6810: c++ -c conftest.C 1>&5 configure: In function `int main()': configure:6806: error: 'struct utsname' has no member named '__domainname' configure: failed program was: #line 6802 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:6843: checking for usable wchar_t (2 bytes, unsigned) configure:6858: gcc -o conftest conftest.c 1>&5 configure: failed program was: #line 6851 "configure" #include "confdefs.h" #include int main () { return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; } configure:6893: checking for compiler -fshort-wchar option configure:6908: c++ -o conftest -fshort-wchar conftest.C 1>&5 configure:6944: checking for .hidden assembler directive configure:6952: gcc -c conftest.s 1>&5 configure:6964: checking whether __attribute__((visibility())) is supported configure:6996: checking for dirent.h that defines DIR configure:7009: gcc -c conftest.c 1>&5 configure:7034: checking for opendir in -ldir configure:7053: 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 7042 "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:7126: checking for sys/byteorder.h configure:7136: gcc -E conftest.c >/dev/null 2>conftest.out configure:7132:27: sys/byteorder.h: No such file or directory configure: failed program was: #line 7131 "configure" #include "confdefs.h" #include configure:7126: checking for compat.h configure:7136: gcc -E conftest.c >/dev/null 2>conftest.out configure:7132:20: compat.h: No such file or directory configure: failed program was: #line 7131 "configure" #include "confdefs.h" #include configure:7126: checking for getopt.h configure:7136: gcc -E conftest.c >/dev/null 2>conftest.out configure:7166: checking for sys/bitypes.h configure:7176: gcc -E conftest.c >/dev/null 2>conftest.out configure:7166: checking for memory.h configure:7176: gcc -E conftest.c >/dev/null 2>conftest.out configure:7166: checking for unistd.h configure:7176: gcc -E conftest.c >/dev/null 2>conftest.out configure:7206: checking for gnu/libc-version.h configure:7216: gcc -E conftest.c >/dev/null 2>conftest.out configure:7206: checking for nl_types.h configure:7216: gcc -E conftest.c >/dev/null 2>conftest.out configure:7246: checking for malloc.h configure:7256: gcc -E conftest.c >/dev/null 2>conftest.out configure:7286: checking for X11/XKBlib.h configure:7296: gcc -E conftest.c >/dev/null 2>conftest.out configure:7327: checking for sys/statvfs.h configure:7337: gcc -E conftest.c >/dev/null 2>conftest.out configure:7327: checking for sys/statfs.h configure:7337: gcc -E conftest.c >/dev/null 2>conftest.out configure:7327: checking for sys/vfs.h configure:7337: gcc -E conftest.c >/dev/null 2>conftest.out configure:7327: checking for sys/mount.h configure:7337: gcc -E conftest.c >/dev/null 2>conftest.out configure:7368: checking for mmintrin.h configure:7378: gcc -E conftest.c >/dev/null 2>conftest.out In file included from configure:7374: /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 7373 "configure" #include "confdefs.h" #include configure:7415: checking for new configure:7425: c++ -E conftest.C >/dev/null 2>conftest.out configure:7466: checking for sys/cdefs.h configure:7476: gcc -E conftest.c >/dev/null 2>conftest.out configure:7510: checking for gethostbyname_r in -lc_r configure:7529: 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 7518 "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:7559: checking for atan in -lm configure:7578: gcc -o conftest conftest.c -lm 1>&5 configure:7571: warning: conflicting types for built-in function 'atan' configure:7612: checking for dlopen in -ldl configure:7631: gcc -o conftest conftest.c -ldl -lm 1>&5 configure:7648: checking for dlfcn.h configure:7658: gcc -E conftest.c >/dev/null 2>conftest.out configure:7793: checking for socket in -lsocket configure:7812: 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 7801 "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:7857: checking for XDrawLines in -lX11 configure:7876: gcc -o conftest conftest.c -lX11 -lX11 -ldl -lm 1>&5 configure:7898: checking for XextAddDisplay in -lXext configure:7917: gcc -o conftest conftest.c -lXext -lX11 -ldl -lm 1>&5 configure:7941: checking for XtFree in -lXt configure:7960: gcc -o conftest conftest.c -lXt -ldl -lm 1>&5 configure:8114: checking for XineramaIsActive in -lXinerama configure:8133: gcc -o conftest conftest.c -lXinerama -lX11 -lXext -ldl -lm 1>&5 configure:8155: checking for X11/extensions/Xinerama.h configure:8165: gcc -E conftest.c >/dev/null 2>conftest.out configure:8188: checking for XShmCreateImage in -lXext configure:8207: gcc -o conftest conftest.c -lXext -lX11 -lXext -ldl -lm 1>&5 configure:8229: checking for X11/extensions/XShm.h configure:8239: gcc -E conftest.c >/dev/null 2>conftest.out configure:8269: checking for XieFloGeometry in -lXIE configure:8288: 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 8277 "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:8310: checking for X11/extensions/XIElib.h configure:8320: gcc -E conftest.c >/dev/null 2>conftest.out configure:8316:35: X11/extensions/XIElib.h: No such file or directory configure: failed program was: #line 8315 "configure" #include "confdefs.h" #include configure:8394: checking for freetype-config configure:8430: checking for FreeType - version >= 6.1.0 configure:8504: gcc -o conftest -I/usr/include/freetype2 conftest.c -lfreetype -lz -ldl -lm 1>&5 configure:8556: 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:8578: checking for pthread_create in -lpthread gcc -o dummy dummy.c -lpthread -ldl -lm configure:8678: checking whether gcc accepts -pthread configure:8832: checking whether mmap() sees write()s configure:8875: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8900: checking whether gcc needs -traditional configure:8946: checking for 8-bit clean memcmp configure:8964: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8984: checking for random configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8984: checking for strerror configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8984: checking for lchown configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8984: checking for fchmod configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8984: checking for snprintf configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8996: warning: conflicting types for built-in function 'snprintf' configure:8984: checking for statvfs configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8984: checking for memmove configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8996: warning: conflicting types for built-in function 'memmove' configure:8984: checking for rint configure:9012: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:8996: warning: conflicting types for built-in function 'rint' configure:9039: checking for flockfile configure:9067: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9039: checking for getpagesize configure:9067: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9096: checking for localtime_r configure:9124: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9096: checking for strtok_r configure:9124: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9160: checking for wcrtomb configure:9172: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9192: checking for mbrtowc configure:9204: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9233: checking for res_ninit() configure:9250: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9280: checking for gnu_get_libc_version() configure:9296: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9325: checking for iconv in -lc configure:9347: c++ -o conftest -fshort-wchar -pthread conftest.C -lc -ldl -lm 1>&5 configure:9456: checking for iconv() configure:9475: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9498: checking for iconv() with const input configure:9518: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function `int main()': configure:9512: error: invalid conversion from `const char**' to `char**' configure:9512: error: initializing argument 2 of `size_t iconv(void*, char**, size_t*, char**, size_t*)' configure: failed program was: #line 9503 "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:9547: checking for nl_langinfo and CODESET configure:9559: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:9591: checking for an implementation of va_copy() configure:9615: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9632: checking for an implementation of __va_copy() configure:9656: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9673: checking whether va_lists can be copied by value configure:9697: gcc -o conftest -pthread conftest.c -ldl -lm 1>&5 configure:9796: checking for C++ exceptions flag configure:9831: checking for gcc 3.0 ABI configure:9849: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:9870: checking for C++ "explicit" keyword configure:9885: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:9906: checking for C++ "typename" keyword configure:9930: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:9951: checking for modern C++ template specialization syntax support configure:9966: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:9988: checking whether partial template specialization works configure:10001: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10022: checking whether operators must be re-defined for templates derived from templates configure:10039: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10061: checking whether we need to cast a derived template to pass as its base class configure:10075: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10096: checking whether the compiler can resolve const ambiguities for templates configure:10122: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10144: checking whether the C++ "using" keyword can change access configure:10157: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10168: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure: In function `int main()': configure:10161: error: `int A::foo()' is inaccessible configure:10164: error: within this context configure: failed program was: #line 10160 "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:10196: checking whether the C++ "using" keyword resolves ambiguity configure:10217: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10238: checking for "std::" namespace configure:10250: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10271: checking whether standard template operator!=() is ambiguous configure:10286: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10308: checking for C++ reinterpret_cast configure:10321: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10342: checking for C++ dynamic_cast to void* configure:10366: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:10390: checking whether C++ requires implementation of unused virtual methods configure:10402: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccmBj7bp.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 10395 "configure" #include "confdefs.h" class X {private: virtual void never_called();}; int main() { X x; ; return 0; } configure:10425: checking for trouble comparing to zero near std::operator!=() configure:10441: c++ -c -fshort-wchar -pthread conftest.C 1>&5 configure:10473: checking for LC_MESSAGES configure:10485: gcc -c -pthread conftest.c 1>&5 configure:10663: checking for jpeg_destroy_compress in -ljpeg configure:10682: gcc -o conftest -Iyes/include -pthread -Lyes/lib conftest.c -ljpeg -ldl -lm 1>&5 configure:10725: gcc -o conftest -Iyes/include -pthread -Lyes/lib conftest.c -ljpeg -ldl -lm 1>&5 configure:10766: checking for gzread in -lz configure:10785: gcc -o conftest -Iyes/include -pthread -Lyes/lib conftest.c -lz -ldl -lm 1>&5 configure:10834: gcc -o conftest -Iyes/include -pthread -Lyes/lib conftest.c -lz -ldl -lm 1>&5 configure:10877: checking for png_get_valid in -lpng configure:10896: gcc -o conftest -Iyes/include -pthread -Lyes/lib -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure:10938: gcc -o conftest -Iyes/include -pthread -Lyes/lib -lz -lz conftest.c -lpng -ldl -lm 1>&5 configure:11353: checking for pkg-config configure:11397: checking for gtk+-2.0 >= 1.3.7 configure:11404: checking MOZ_GTK2_CFLAGS configure:11409: checking MOZ_GTK2_LIBS configure:11722: checking for xft configure:11729: checking MOZ_XFT_CFLAGS configure:11734: checking MOZ_XFT_LIBS configure:11812: checking for pango >= 1.1.0 configure:11819: checking _PANGOCHK_CFLAGS configure:11824: checking _PANGOCHK_LIBS configure:11888: checking for XpGetPrinterList in -lXp configure:11907: gcc -o conftest -pthread conftest.c -lXp -lXext -lX11 -ldl -lm 1>&5 configure:12022: checking for gnome-vfs-2.0 >= 2.0 configure:12029: checking MOZ_GNOMEVFS_CFLAGS configure:12034: checking MOZ_GNOMEVFS_LIBS configure:12434: checking for gssapi.h configure:12444: gcc -E -I/usr/include conftest.c >/dev/null 2>conftest.out configure:12440:20: gssapi.h: No such file or directory configure: failed program was: #line 12439 "configure" #include "confdefs.h" #include configure:12475: checking for gssapi/gssapi.h configure:12485: gcc -E -I/usr/include conftest.c >/dev/null 2>conftest.out configure:12481:27: gssapi/gssapi.h: No such file or directory configure: failed program was: #line 12480 "configure" #include "confdefs.h" #include configure:12515: checking for gss_init_sec_context in -lgss configure:12534: gcc -o conftest -pthread -L/usr/lib conftest.c -lgss -ldl -lm 1>&5 /usr/bin/ld: cannot find -lgss collect2: ld returned 1 exit status configure: failed program was: #line 12523 "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 gss_init_sec_context(); int main() { gss_init_sec_context() ; return 0; } configure:12559: checking for gss_init_sec_context configure:12587: gcc -o conftest -pthread -L/usr/lib conftest.c -ldl -lm -L/usr/lib -lgssapi_krb5 1>&5 /usr/bin/ld: cannot find -lgssapi_krb5 collect2: ld returned 1 exit status configure: failed program was: #line 12564 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gss_init_sec_context(); below. */ #include /* 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 gss_init_sec_context(); 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_gss_init_sec_context) || defined (__stub___gss_init_sec_context) choke me #else gss_init_sec_context(); #endif ; return 0; } configure:13209: checking for valid optimization flags configure:13220: gcc -c -pthread -O2 conftest.c 1>&5 configure:13557: checking for __builtin_vec_new configure:13588: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/cc2jGWed.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 13562 "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:13557: checking for __builtin_vec_delete configure:13588: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccEUWBru.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 13562 "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:13557: checking for __builtin_new configure:13588: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccA54rFL.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__builtin_new' collect2: ld returned 1 exit status configure: failed program was: #line 13562 "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:13557: checking for __builtin_delete configure:13588: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/cci7tFH2.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__builtin_delete' collect2: ld returned 1 exit status configure: failed program was: #line 13562 "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:13557: checking for __pure_virtual configure:13588: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 /tmp/ccUDQUsh.o: In function `main': conftest.C:(.text+0x1d): undefined reference to `__pure_virtual' collect2: ld returned 1 exit status configure: failed program was: #line 13562 "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:13832: checking for __cxa_demangle configure:13863: c++ -o conftest -fshort-wchar -pthread conftest.C -ldl -lm 1>&5 configure:14001: checking for gcc -pipe support configure:14023: gcc -c -pthread -pipe conftest.c 1>&5 configure:14065: checking whether compiler supports -Wno-long-long configure:14074: gcc -c -pthread -pipe -Wno-long-long conftest.c 1>&5 configure:14095: checking whether C compiler supports -fprofile-generate configure:14104: gcc -c -pthread -pipe -fprofile-generate conftest.c 1>&5 configure:14218: checking for correct temporary object destruction order configure:14243: c++ -o conftest -fshort-wchar -pthread -pipe conftest.C -ldl -lm 1>&5 configure:14264: checking for correct overload resolution with const and templates configure:14299: 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 conftest.C 1>&5 configure:14634: checking for libIDL-2.0 >= 0.8.0 configure:14641: checking LIBIDL_CFLAGS configure:14646: checking LIBIDL_LIBS configure:15345: checking for glib-2.0 >= 1.3.7 configure:15352: checking GLIB_CFLAGS configure:15357: checking GLIB_LIBS configure:16514: gcc -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pthread -pipe conftest.c 1>&5 configure: In function `main': configure:16508: warning: implicit declaration of function `exit'