This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by tgif configure 4.2.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = bourbon.usc.edu uname -m = i686 uname -r = 2.6.26.8-57.fc8 uname -s = Linux uname -v = #1 SMP Thu Dec 18 19:19:45 EST 2008 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /mm2/home/william/openssl/0.9.7g/bin PATH: /mm2/home/william/openssl/0.9.7g/misc PATH: /mm/src/htk/bin/bin.linux PATH: /usr/lib/qt-3.1/bin PATH: /mm2/home/william/bin PATH: /fs/unsupported/misc/bin/i386 PATH: /mm/bin PATH: /mm/ssl/misc PATH: /mm/share/jdk1.3.1/bin PATH: /usr/java/j2re1.4.2_02/bin PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /usr/lang PATH: /usr/ucb PATH: /bin PATH: /usr/bin PATH: /usr/ccs/bin PATH: /usr/games PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:1787: checking for a BSD-compatible install configure:1843: result: /usr/bin/install -c configure:1854: checking whether build environment is sane configure:1897: result: yes configure:1925: checking for a thread-safe mkdir -p configure:1964: result: /bin/mkdir -p configure:1977: checking for gawk configure:1993: found /bin/gawk configure:2004: result: gawk configure:2015: checking whether make sets $(MAKE) configure:2036: result: yes configure:2276: checking for gcc configure:2292: found /usr/bin/gcc configure:2303: result: gcc configure:2541: checking for C compiler version configure:2548: gcc --version >&5 gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2551: $? = 0 configure:2558: gcc -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20070925 (Red Hat 4.1.2-33) configure:2561: $? = 0 configure:2568: gcc -V >&5 gcc: '-V' option must have argument configure:2571: $? = 1 configure:2594: checking for C compiler default output file name configure:2621: gcc conftest.c >&5 configure:2624: $? = 0 configure:2662: result: a.out configure:2679: checking whether the C compiler works configure:2689: ./a.out configure:2692: $? = 0 configure:2709: result: yes configure:2716: checking whether we are cross compiling configure:2718: result: no configure:2721: checking for suffix of executables configure:2728: gcc -o conftest conftest.c >&5 configure:2731: $? = 0 configure:2755: result: configure:2761: checking for suffix of object files configure:2787: gcc -c conftest.c >&5 configure:2790: $? = 0 configure:2813: result: o configure:2817: checking whether we are using the GNU C compiler configure:2846: gcc -c conftest.c >&5 configure:2852: $? = 0 configure:2869: result: yes configure:2874: checking whether gcc accepts -g configure:2904: gcc -c -g conftest.c >&5 configure:2910: $? = 0 configure:3009: result: yes configure:3026: checking for gcc option to accept ISO C89 configure:3100: gcc -c -g -O2 conftest.c >&5 configure:3106: $? = 0 configure:3129: result: none needed configure:3158: checking for style of include used by make configure:3186: result: GNU configure:3211: checking dependency style of gcc configure:3302: result: gcc3 configure:3321: checking for XOpenDisplay in -lX11 configure:3356: gcc -o conftest -g -O2 conftest.c -lX11 >&5 configure:3362: $? = 0 configure:3380: result: yes configure:3392: checking for XtInitialize in -lXt configure:3427: gcc -o conftest -g -O2 conftest.c -lXt -lX11 >&5 configure:3433: $? = 0 configure:3451: result: yes configure:3463: checking for socket in -lsocket configure:3498: gcc -o conftest -g -O2 conftest.c -lsocket -lXt -lX11 >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:3504: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tgif" | #define PACKAGE_TARNAME "tgif" | #define PACKAGE_VERSION "4.2.2" | #define PACKAGE_STRING "tgif 4.2.2" | #define PACKAGE_BUGREPORT "bill.cheng@acm.org" | #define PACKAGE "tgif" | #define VERSION "4.2.2" | #define HAVE_LIBX11 1 | #define HAVE_LIBXT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:3522: result: no configure:3534: checking for inet_addr in -lnsl configure:3569: gcc -o conftest -g -O2 conftest.c -lnsl -lXt -lX11 >&5 configure:3575: $? = 0 configure:3593: result: yes configure:3605: checking for dlsym in -ldl configure:3640: gcc -o conftest -g -O2 conftest.c -ldl -lnsl -lXt -lX11 >&5 configure:3646: $? = 0 configure:3664: result: yes configure:3676: checking for stringprep_convert in -lidn configure:3711: gcc -o conftest -g -O2 conftest.c -lidn -ldl -lnsl -lXt -lX11 >&5 configure:3717: $? = 0 configure:3735: result: yes configure:3747: checking for pow in -lm configure:3782: gcc -o conftest -g -O2 conftest.c -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:22: warning: conflicting types for built-in function 'pow' configure:3788: $? = 0 configure:3806: result: yes configure:3818: checking for deflate in -lz configure:3853: gcc -o conftest -g -O2 conftest.c -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:3859: $? = 0 configure:3877: result: yes configure:3889: checking for pthread_create in -lpthread configure:3924: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:3930: $? = 0 configure:3948: result: yes configure:3966: checking how to run the C preprocessor configure:4006: gcc -E conftest.c configure:4012: $? = 0 configure:4043: gcc -E conftest.c conftest.c:18:28: error: ac_nonexistent.h: No such file or directory configure:4049: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tgif" | #define PACKAGE_TARNAME "tgif" | #define PACKAGE_VERSION "4.2.2" | #define PACKAGE_STRING "tgif 4.2.2" | #define PACKAGE_BUGREPORT "bill.cheng@acm.org" | #define PACKAGE "tgif" | #define VERSION "4.2.2" | #define HAVE_LIBX11 1 | #define HAVE_LIBXT 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBIDN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:4082: result: gcc -E configure:4111: gcc -E conftest.c configure:4117: $? = 0 configure:4148: gcc -E conftest.c conftest.c:18:28: error: ac_nonexistent.h: No such file or directory configure:4154: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tgif" | #define PACKAGE_TARNAME "tgif" | #define PACKAGE_VERSION "4.2.2" | #define PACKAGE_STRING "tgif 4.2.2" | #define PACKAGE_BUGREPORT "bill.cheng@acm.org" | #define PACKAGE "tgif" | #define VERSION "4.2.2" | #define HAVE_LIBX11 1 | #define HAVE_LIBXT 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBIDN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:4192: checking for X configure:4362: gcc -o conftest -g -O2 conftest.c -lX11 -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:4368: $? = 0 configure:4427: result: libraries , headers configure:4439: checking for dirent.h that defines DIR configure:4468: gcc -c -g -O2 conftest.c >&5 configure:4474: $? = 0 configure:4490: result: yes configure:4503: checking for library containing opendir configure:4544: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:4550: $? = 0 configure:4578: result: none required configure:4672: checking for grep that handles long lines and -e configure:4746: result: /bin/grep configure:4751: checking for egrep configure:4829: result: /bin/grep -E configure:4834: checking for ANSI C header files configure:4864: gcc -c -g -O2 conftest.c >&5 configure:4870: $? = 0 configure:4969: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:4972: $? = 0 configure:4978: ./conftest configure:4981: $? = 0 configure:4998: result: yes configure:5008: checking for sys/wait.h that is POSIX.1 compatible configure:5044: gcc -c -g -O2 conftest.c >&5 configure:5050: $? = 0 configure:5065: result: yes configure:5089: checking for sys/types.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for sys/stat.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for stdlib.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for string.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for memory.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for strings.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for inttypes.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for stdint.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5089: checking for unistd.h configure:5110: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5132: result: yes configure:5172: checking arpa/inet.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking arpa/inet.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for arpa/inet.h configure:5289: result: yes configure:5172: checking fcntl.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking fcntl.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for fcntl.h configure:5289: result: yes configure:5172: checking libintl.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking libintl.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for libintl.h configure:5289: result: yes configure:5172: checking netdb.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking netdb.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for netdb.h configure:5289: result: yes configure:5172: checking netinet/in.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking netinet/in.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for netinet/in.h configure:5289: result: yes configure:5162: checking for stdint.h configure:5168: result: yes configure:5162: checking for stdlib.h configure:5168: result: yes configure:5162: checking for string.h configure:5168: result: yes configure:5172: checking sys/file.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking sys/file.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for sys/file.h configure:5289: result: yes configure:5172: checking sys/ioctl.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking sys/ioctl.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for sys/ioctl.h configure:5289: result: yes configure:5172: checking sys/socket.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking sys/socket.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for sys/socket.h configure:5289: result: yes configure:5172: checking sys/time.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking sys/time.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for sys/time.h configure:5289: result: yes configure:5172: checking sys/timeb.h usability configure:5189: gcc -c -g -O2 conftest.c >&5 configure:5195: $? = 0 configure:5209: result: yes configure:5213: checking sys/timeb.h presence configure:5228: gcc -E conftest.c configure:5234: $? = 0 configure:5248: result: yes configure:5281: checking for sys/timeb.h configure:5289: result: yes configure:5162: checking for unistd.h configure:5168: result: yes configure:5304: checking for an ANSI C-conforming const configure:5379: gcc -c -g -O2 conftest.c >&5 configure:5385: $? = 0 configure:5400: result: yes configure:5410: checking for size_t configure:5440: gcc -c -g -O2 conftest.c >&5 configure:5446: $? = 0 configure:5461: result: yes configure:5473: checking whether time.h and sys/time.h may both be included configure:5503: gcc -c -g -O2 conftest.c >&5 configure:5509: $? = 0 configure:5524: result: yes configure:5535: checking for uint32_t configure:5566: gcc -c -g -O2 conftest.c >&5 configure:5572: $? = 0 configure:5593: result: yes configure:5612: checking whether closedir returns void configure:5646: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:5649: $? = 0 configure:5655: ./conftest configure:5658: $? = 0 configure:5674: result: no configure:5684: checking for pid_t configure:5714: gcc -c -g -O2 conftest.c >&5 configure:5720: $? = 0 configure:5735: result: yes configure:5762: checking vfork.h usability configure:5779: gcc -c -g -O2 conftest.c >&5 conftest.c:78:19: error: vfork.h: No such file or directory configure:5785: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tgif" | #define PACKAGE_TARNAME "tgif" | #define PACKAGE_VERSION "4.2.2" | #define PACKAGE_STRING "tgif 4.2.2" | #define PACKAGE_BUGREPORT "bill.cheng@acm.org" | #define PACKAGE "tgif" | #define VERSION "4.2.2" | #define HAVE_LIBX11 1 | #define HAVE_LIBXT 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBIDN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5799: result: no configure:5803: checking vfork.h presence configure:5818: gcc -E conftest.c conftest.c:45:19: error: vfork.h: No such file or directory configure:5824: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tgif" | #define PACKAGE_TARNAME "tgif" | #define PACKAGE_VERSION "4.2.2" | #define PACKAGE_STRING "tgif 4.2.2" | #define PACKAGE_BUGREPORT "bill.cheng@acm.org" | #define PACKAGE "tgif" | #define VERSION "4.2.2" | #define HAVE_LIBX11 1 | #define HAVE_LIBXT 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBIDN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include configure:5838: result: no configure:5871: checking for vfork.h configure:5879: result: no configure:5897: checking for fork configure:5953: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:68: warning: conflicting types for built-in function 'fork' configure:5959: $? = 0 configure:5977: result: yes configure:5897: checking for vfork configure:5953: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:5959: $? = 0 configure:5977: result: yes configure:5988: checking for working fork configure:6020: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:6023: $? = 0 configure:6029: ./conftest configure:6032: $? = 0 configure:6048: result: yes configure:6069: checking for working vfork configure:6207: result: yes configure:6239: checking whether gcc needs -traditional configure:6281: result: no configure:6288: checking whether lstat dereferences a symlink specified with a trailing slash configure:6324: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:6327: $? = 0 configure:6333: ./conftest configure:6336: $? = 0 configure:6359: result: yes configure:6378: checking whether lstat accepts an empty string configure:6408: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:6411: $? = 0 configure:6417: ./conftest configure:6420: $? = 0 configure:6436: result: no configure:6452: checking whether lstat dereferences a symlink specified with a trailing slash configure:6523: result: yes configure:6547: checking for stdlib.h configure:6553: result: yes configure:6687: checking for GNU libc compatible malloc configure:6721: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:6724: $? = 0 configure:6730: ./conftest configure:6733: $? = 0 configure:6749: result: yes configure:6777: checking for working memcmp configure:6830: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:6833: $? = 0 configure:6839: ./conftest configure:6842: $? = 0 configure:6858: result: yes configure:6872: checking for stdlib.h configure:6878: result: yes configure:7012: checking for GNU libc compatible realloc configure:7046: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7049: $? = 0 configure:7055: ./conftest configure:7058: $? = 0 configure:7074: result: yes configure:7118: checking sys/select.h usability configure:7135: gcc -c -g -O2 conftest.c >&5 configure:7141: $? = 0 configure:7155: result: yes configure:7159: checking sys/select.h presence configure:7174: gcc -E conftest.c configure:7180: $? = 0 configure:7194: result: yes configure:7227: checking for sys/select.h configure:7235: result: yes configure:7108: checking for sys/socket.h configure:7114: result: yes configure:7248: checking types of arguments for select configure:7286: gcc -c -g -O2 conftest.c >&5 configure:7292: $? = 0 configure:7313: result: int,fd_set *,struct timeval * configure:7336: checking return type of signal handlers configure:7364: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:66: error: void value not ignored as it ought to be configure:7370: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tgif" | #define PACKAGE_TARNAME "tgif" | #define PACKAGE_VERSION "4.2.2" | #define PACKAGE_STRING "tgif 4.2.2" | #define PACKAGE_BUGREPORT "bill.cheng@acm.org" | #define PACKAGE "tgif" | #define VERSION "4.2.2" | #define HAVE_LIBX11 1 | #define HAVE_LIBXT 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBIDN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:7385: result: void configure:7393: checking whether stat accepts an empty string configure:7423: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7426: $? = 0 configure:7432: ./conftest configure:7435: $? = 0 configure:7451: result: no configure:7467: checking for working strtod configure:7518: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7521: $? = 0 configure:7527: ./conftest configure:7530: $? = 0 configure:7546: result: yes configure:7733: checking for bzero configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:84: warning: conflicting types for built-in function 'bzero' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for ftime configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for getcwd configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for gethostbyname configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for gethostname configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for gettimeofday configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for memmove configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:90: warning: conflicting types for built-in function 'memmove' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for memset configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:91: warning: conflicting types for built-in function 'memset' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for mkdir configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for pow configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:93: warning: conflicting types for built-in function 'pow' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for putenv configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for select configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for setlocale configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for socket configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for sqrt configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:98: warning: conflicting types for built-in function 'sqrt' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for strchr configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:99: warning: conflicting types for built-in function 'strchr' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for strpbrk configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:100: warning: conflicting types for built-in function 'strpbrk' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for strrchr configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:101: warning: conflicting types for built-in function 'strrchr' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for strstr configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 conftest.c:102: warning: conflicting types for built-in function 'strstr' configure:7795: $? = 0 configure:7813: result: yes configure:7733: checking for strtol configure:7789: gcc -o conftest -g -O2 conftest.c -lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 >&5 configure:7795: $? = 0 configure:7813: result: yes configure:7941: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by tgif config.status 4.2.2, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on bourbon.usc.edu config.status:637: creating Makefile config.status:637: creating config.h config.status:977: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_uint32_t=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_bzero=yes ac_cv_func_closedir_void=no ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_ftime=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_gettimeofday=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_pow=yes ac_cv_func_putenv=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setlocale=yes ac_cv_func_socket=yes ac_cv_func_sqrt=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strchr=yes ac_cv_func_strpbrk=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xt_XtInitialize=yes ac_cv_lib_dl_dlsym=yes ac_cv_lib_idn_stringprep_convert=yes ac_cv_lib_m_pow=yes ac_cv_lib_nsl_inet_addr=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_socket_socket=no ac_cv_lib_z_deflate=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/missing --run tar' AUTOCONF='${SHELL} /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/missing --run autoconf' AUTOHEADER='${SHELL} /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/missing --run autoheader' AUTOMAKE='${SHELL} /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lpthread -lz -lm -lidn -ldl -lnsl -lXt -lX11 ' LTLIBOBJS='' MAKEINFO='${SHELL} /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/missing --run makeinfo' OBJEXT='o' PACKAGE='tgif' PACKAGE_BUGREPORT='bill.cheng@acm.org' PACKAGE_NAME='tgif' PACKAGE_STRING='tgif 4.2.2' PACKAGE_TARNAME='tgif' PACKAGE_VERSION='4.2.2' PATH_SEPARATOR=':' POW_LIB='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='4.2.2' XMKMF='' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /mm2/home/william/cvs/bc-src/tgif/OLD/tgif-4.2.2/tgif-QPL-4.2.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "tgif" #define PACKAGE_TARNAME "tgif" #define PACKAGE_VERSION "4.2.2" #define PACKAGE_STRING "tgif 4.2.2" #define PACKAGE_BUGREPORT "bill.cheng@acm.org" #define PACKAGE "tgif" #define VERSION "4.2.2" #define HAVE_LIBX11 1 #define HAVE_LIBXT 1 #define HAVE_LIBNSL 1 #define HAVE_LIBDL 1 #define HAVE_LIBIDN 1 #define HAVE_LIBM 1 #define HAVE_LIBZ 1 #define HAVE_LIBPTHREAD 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_UNISTD_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_BZERO 1 #define HAVE_FTIME 1 #define HAVE_GETCWD 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_POW 1 #define HAVE_PUTENV 1 #define HAVE_SELECT 1 #define HAVE_SETLOCALE 1 #define HAVE_SOCKET 1 #define HAVE_SQRT 1 #define HAVE_STRCHR 1 #define HAVE_STRPBRK 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 configure: exit 0