Thanks again. AFAICT, the bug is in binutils-gold-2.21.52.20110606. And it should be marked as fixed.
I did "apt-get purge binutils-gold && apt-get install binutils/unstable binutils-multiarch/unstable binutils-dev/unstable" and the bug is gone. Le 08/10/2011 21:41, Sven Joachim a écrit : > You don't have ncurses libraries in any of these directories, do you? Of Course not. > Can you please send the config.log from the failed build? Here it is, attached. And some more information, I should have provided earlier: $ ld --version GNU gold (GNU Binutils for Debian 2.21.52.20110606) 1.11 Now, "ld --version" gives "GNU ld (GNU Binutils for Debian) 2.21.90.20111004", and everything is fine. CHEERS ! -- Laurent
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by tcsh configure 6.17.06, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/tcsh --disable-maintainer-mode --disable-dependency-tracking ## --------- ## ## Platform. ## ## --------- ## hostname = machine uname -m = x86_64 uname -r = 3.0.0-1-amd64 uname -s = Linux uname -v = #1 SMP Sat Aug 27 16:21:11 UTC 2011 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/trinity/bin PATH: /opt/trinity/bin PATH: /home/eldi/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1774: checking for a BSD-compatible install configure:1830: result: /usr/bin/install -c configure:1847: checking build system type configure:1865: result: x86_64-pc-linux-gnu configure:1887: checking host system type configure:1902: result: x86_64-pc-linux-gnu configure:1925: checking cached host tuple configure:1935: result: ok configure:2234: checking for gcc configure:2250: found /usr/bin/gcc configure:2261: result: gcc configure:2499: checking for C compiler version configure:2506: gcc --version >&5 gcc (Debian 4.6.1-4) 4.6.1 Copyright (C) 2011 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:2509: $? = 0 configure:2516: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.1-4' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.1 (Debian 4.6.1-4) configure:2519: $? = 0 configure:2526: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:2529: $? = 1 configure:2552: checking for C compiler default output file name configure:2579: gcc conftest.c >&5 configure:2582: $? = 0 configure:2620: result: a.out configure:2637: checking whether the C compiler works configure:2647: ./a.out configure:2650: $? = 0 configure:2667: result: yes configure:2674: checking whether we are cross compiling configure:2676: result: no configure:2679: checking for suffix of executables configure:2686: gcc -o conftest conftest.c >&5 configure:2689: $? = 0 configure:2713: result: configure:2719: checking for suffix of object files configure:2745: gcc -c conftest.c >&5 configure:2748: $? = 0 configure:2771: result: o configure:2775: checking whether we are using the GNU C compiler configure:2804: gcc -c conftest.c >&5 configure:2810: $? = 0 configure:2827: result: yes configure:2832: checking whether gcc accepts -g configure:2862: gcc -c -g conftest.c >&5 configure:2868: $? = 0 configure:2967: result: yes configure:2984: checking for gcc option to accept ISO C89 configure:3058: gcc -c -g -O2 conftest.c >&5 configure:3064: $? = 0 configure:3087: result: none needed configure:3110: checking how to run the C preprocessor configure:3150: gcc -E conftest.c configure:3156: $? = 0 configure:3187: gcc -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3193: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3226: result: gcc -E configure:3255: gcc -E conftest.c configure:3261: $? = 0 configure:3292: gcc -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3298: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3337: checking for grep that handles long lines and -e configure:3411: result: /bin/grep configure:3416: checking for egrep configure:3494: result: /bin/grep -E configure:3500: checking whether gcc needs -traditional configure:3542: result: no configure:3552: checking for gencat configure:3570: found /usr/bin/gencat configure:3582: result: /usr/bin/gencat configure:3603: checking for library containing crypt configure:3644: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:19: error: undefined reference to 'crypt' collect2: ld returned 1 exit status configure:3650: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* 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 crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:3644: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:3650: $? = 0 configure:3678: result: -lcrypt configure:3686: checking for library containing getspnam configure:3727: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:3733: $? = 0 configure:3761: result: none required configure:3769: checking for library containing tgetent configure:3810: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 conftest.c:19: error: undefined reference to 'tgetent' collect2: ld returned 1 exit status configure:3816: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:3810: gcc -o conftest -g -O2 conftest.c -ltermlib -lcrypt >&5 /usr/bin/ld: error: cannot find -ltermlib conftest.c:19: error: undefined reference to 'tgetent' collect2: ld returned 1 exit status configure:3816: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:3810: gcc -o conftest -g -O2 conftest.c -ltermcap -lcrypt >&5 /usr/bin/ld: error: cannot find libncurses.so.5 collect2: ld returned 1 exit status configure:3816: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:3810: gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 /usr/bin/ld: error: cannot find libncurses.so.5 collect2: ld returned 1 exit status configure:3816: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:3810: gcc -o conftest -g -O2 conftest.c -lncurses -lcrypt >&5 /usr/bin/ld: error: cannot find libncurses.so.5 collect2: ld returned 1 exit status configure:3816: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | /* 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:3844: result: no configure:3852: checking for library containing gethostbyname configure:3893: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:3899: $? = 0 configure:3927: result: none required configure:3935: checking for library containing connect configure:3976: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:3982: $? = 0 configure:4010: result: none required configure:4018: checking for library containing catgets configure:4059: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:4065: $? = 0 configure:4093: result: none required configure:4141: checking for ld used by GCC configure:4205: result: /usr/bin/ld configure:4214: checking if the linker (/usr/bin/ld) is GNU ld configure:4227: result: yes configure:4234: checking for shared library run path origin configure:4247: result: done configure:4677: checking for iconv configure:4709: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:4715: $? = 0 configure:4785: result: yes configure:4808: checking for iconv declaration configure:4847: gcc -c -g -O2 conftest.c >&5 configure:4853: $? = 0 configure:4872: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:4883: checking for ANSI C header files configure:4913: gcc -c -g -O2 conftest.c >&5 configure:4919: $? = 0 configure:5018: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:5021: $? = 0 configure:5027: ./conftest configure:5030: $? = 0 configure:5047: result: yes configure:5071: checking for sys/types.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for sys/stat.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for stdlib.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for string.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for memory.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for strings.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for inttypes.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for stdint.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5071: checking for unistd.h configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5098: $? = 0 configure:5114: result: yes configure:5149: checking auth.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 conftest.c:53:18: fatal error: auth.h: No such file or directory compilation terminated. configure:5172: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <auth.h> configure:5186: result: no configure:5190: checking auth.h presence configure:5205: gcc -E conftest.c conftest.c:20:18: fatal error: auth.h: No such file or directory compilation terminated. configure:5211: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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 | /* end confdefs.h. */ | #include <auth.h> configure:5225: result: no configure:5258: checking for auth.h configure:5266: result: no configure:5149: checking crypt.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 configure:5172: $? = 0 configure:5186: result: yes configure:5190: checking crypt.h presence configure:5205: gcc -E conftest.c configure:5211: $? = 0 configure:5225: result: yes configure:5258: checking for crypt.h configure:5266: result: yes configure:5149: checking features.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 configure:5172: $? = 0 configure:5186: result: yes configure:5190: checking features.h presence configure:5205: gcc -E conftest.c configure:5211: $? = 0 configure:5225: result: yes configure:5258: checking for features.h configure:5266: result: yes configure:5139: checking for inttypes.h configure:5145: result: yes configure:5149: checking paths.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 configure:5172: $? = 0 configure:5186: result: yes configure:5190: checking paths.h presence configure:5205: gcc -E conftest.c configure:5211: $? = 0 configure:5225: result: yes configure:5258: checking for paths.h configure:5266: result: yes configure:5149: checking shadow.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 configure:5172: $? = 0 configure:5186: result: yes configure:5190: checking shadow.h presence configure:5205: gcc -E conftest.c configure:5211: $? = 0 configure:5225: result: yes configure:5258: checking for shadow.h configure:5266: result: yes configure:5139: checking for stdint.h configure:5145: result: yes configure:5149: checking utmp.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 configure:5172: $? = 0 configure:5186: result: yes configure:5190: checking utmp.h presence configure:5205: gcc -E conftest.c configure:5211: $? = 0 configure:5225: result: yes configure:5258: checking for utmp.h configure:5266: result: yes configure:5149: checking utmpx.h usability configure:5166: gcc -c -g -O2 conftest.c >&5 configure:5172: $? = 0 configure:5186: result: yes configure:5190: checking utmpx.h presence configure:5205: gcc -E conftest.c configure:5211: $? = 0 configure:5225: result: yes configure:5258: checking for utmpx.h configure:5266: result: yes configure:5294: checking wchar.h usability configure:5311: gcc -c -g -O2 conftest.c >&5 configure:5317: $? = 0 configure:5331: result: yes configure:5335: checking wchar.h presence configure:5350: gcc -E conftest.c configure:5356: $? = 0 configure:5370: result: yes configure:5403: checking for wchar.h configure:5411: result: yes configure:5419: checking for wchar_t configure:5451: gcc -c -g -O2 conftest.c >&5 configure:5457: $? = 0 configure:5472: result: yes configure:5479: checking size of wchar_t configure:5793: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:5796: $? = 0 configure:5802: ./conftest configure:5805: $? = 0 configure:5828: result: 4 configure:5853: checking wctype.h usability configure:5870: gcc -c -g -O2 conftest.c >&5 configure:5876: $? = 0 configure:5890: result: yes configure:5894: checking wctype.h presence configure:5909: gcc -E conftest.c configure:5915: $? = 0 configure:5929: result: yes configure:5962: checking for wctype.h configure:5970: result: yes configure:5995: checking for dirent.h that defines DIR configure:6024: gcc -c -g -O2 conftest.c >&5 configure:6030: $? = 0 configure:6046: result: yes configure:6059: checking for library containing opendir configure:6100: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:6106: $? = 0 configure:6134: result: none required configure:6228: checking whether stat file-mode macros are broken configure:6265: gcc -c -g -O2 conftest.c >&5 configure:6271: $? = 0 configure:6286: result: no configure:6296: checking for ANSI C header files configure:6460: result: yes configure:6471: checking for long long configure:6501: gcc -c -g -O2 conftest.c >&5 configure:6507: $? = 0 configure:6522: result: yes configure:6533: checking for uid_t in sys/types.h configure:6556: result: yes configure:6571: checking type of array argument to getgroups configure:6615: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:6618: $? = 0 configure:6624: ./conftest configure:6627: $? = 0 configure:6662: result: gid_t configure:6670: checking for mode_t configure:6700: gcc -c -g -O2 conftest.c >&5 configure:6706: $? = 0 configure:6721: result: yes configure:6733: checking for size_t configure:6763: gcc -c -g -O2 conftest.c >&5 configure:6769: $? = 0 configure:6784: result: yes configure:6796: checking for uid_t in sys/types.h configure:6819: result: yes configure:6835: checking for uint32_t configure:6866: gcc -c -g -O2 conftest.c >&5 configure:6872: $? = 0 configure:6893: result: yes configure:6913: checking for ssize_t configure:6946: gcc -c -g -O2 conftest.c >&5 configure:6952: $? = 0 configure:6967: result: yes configure:6983: checking for socklen_t configure:7017: gcc -c -g -O2 conftest.c >&5 configure:7023: $? = 0 configure:7038: result: yes configure:7053: checking for struct dirent.d_ino configure:7091: gcc -c -g -O2 conftest.c >&5 configure:7097: $? = 0 configure:7164: result: yes configure:7175: checking for struct utmp.ut_host configure:7210: gcc -c -g -O2 conftest.c >&5 configure:7216: $? = 0 configure:7280: result: yes configure:7290: checking for struct utmp.ut_user configure:7325: gcc -c -g -O2 conftest.c >&5 configure:7331: $? = 0 configure:7395: result: yes configure:7405: checking for struct utmp.ut_tv configure:7440: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:50:5: error: used struct type value where scalar is required configure:7446: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | /* end confdefs.h. */ | #include <sys/types.h> | #ifdef HAVE_UTMPX_H | #include <utmpx.h> | #define utmp utmpx | #elif defined HAVE_UTMP_H | #include <utmp.h> | #endif | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_tv) | return 0; | ; | return 0; | } configure:7486: gcc -c -g -O2 conftest.c >&5 configure:7492: $? = 0 configure:7510: result: yes configure:7520: checking for struct utmp.ut_xtime configure:7555: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:51:12: error: 'struct utmpx' has no member named 'ut_xtime' configure:7561: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | /* end confdefs.h. */ | #include <sys/types.h> | #ifdef HAVE_UTMPX_H | #include <utmpx.h> | #define utmp utmpx | #elif defined HAVE_UTMP_H | #include <utmp.h> | #endif | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_xtime) | return 0; | ; | return 0; | } configure:7601: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:51:19: error: 'struct utmpx' has no member named 'ut_xtime' configure:7607: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | /* end confdefs.h. */ | #include <sys/types.h> | #ifdef HAVE_UTMPX_H | #include <utmpx.h> | #define utmp utmpx | #elif defined HAVE_UTMP_H | #include <utmp.h> | #endif | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_xtime) | return 0; | ; | return 0; | } configure:7625: result: no configure:7636: checking for struct sockaddr_storage.ss_family configure:7666: gcc -c -g -O2 conftest.c >&5 configure:7672: $? = 0 configure:7731: result: yes configure:7743: checking for an ANSI C-conforming const configure:7818: gcc -c -g -O2 conftest.c >&5 configure:7824: $? = 0 configure:7839: result: yes configure:7849: checking for working volatile configure:7878: gcc -c -g -O2 conftest.c >&5 configure:7884: $? = 0 configure:7899: result: yes configure:7910: checking whether crypt is declared configure:7945: gcc -c -g -O2 conftest.c >&5 configure:7951: $? = 0 configure:7966: result: yes configure:7982: checking whether environ is declared configure:8017: gcc -c -g -O2 conftest.c >&5 configure:8023: $? = 0 configure:8038: result: yes configure:8054: checking whether gethostname is declared configure:8089: gcc -c -g -O2 conftest.c >&5 configure:8095: $? = 0 configure:8110: result: yes configure:8126: checking whether getpgrp is declared configure:8161: gcc -c -g -O2 conftest.c >&5 configure:8167: $? = 0 configure:8182: result: yes configure:8200: checking for setlocale configure:8256: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8262: $? = 0 configure:8279: result: yes configure:8287: checking for catgets configure:8343: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8349: $? = 0 configure:8366: result: yes configure:8396: checking for dup2 configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for getauthid configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 conftest.c:79: error: undefined reference to 'getauthid' collect2: ld returned 1 exit status configure:8458: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_DECL_CRYPT 1 | #define HAVE_DECL_ENVIRON 1 | #define HAVE_DECL_GETHOSTNAME 1 | #define HAVE_DECL_GETPGRP 1 | #define HAVE_DUP2 1 | /* end confdefs.h. */ | /* Define getauthid to an innocuous variant, in case <limits.h> declares getauthid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getauthid innocuous_getauthid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getauthid (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getauthid | | /* 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 getauthid (); | /* 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_getauthid || defined __stub___getauthid | choke me | #endif | | int | main () | { | return getauthid (); | ; | return 0; | } configure:8476: result: no configure:8396: checking for getcwd configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for gethostname configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for getpwent configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for getutent configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for mallinfo configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for memmove configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 conftest.c:73:6: warning: conflicting types for built-in function 'memmove' [enabled by default] configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for memset configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 conftest.c:74:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for mkstemp configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for nice configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for nl_langinfo configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for sbrk configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for setpgid configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for setpriority configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for strerror configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for strstr configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 conftest.c:82:6: warning: conflicting types for built-in function 'strstr' [enabled by default] configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for sysconf configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8396: checking for wcwidth configure:8452: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8458: $? = 0 configure:8476: result: yes configure:8486: checking whether getpgrp requires zero arguments configure:8513: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:98:1: error: too many arguments to function 'getpgrp' /usr/include/unistd.h:633:16: note: declared here configure:8519: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_DECL_CRYPT 1 | #define HAVE_DECL_ENVIRON 1 | #define HAVE_DECL_GETHOSTNAME 1 | #define HAVE_DECL_GETPGRP 1 | #define HAVE_DUP2 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_MALLINFO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_SBRK 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSTR 1 | #define HAVE_SYSCONF 1 | #define HAVE_WCWIDTH 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | getpgrp (0); | ; | return 0; | } configure:8535: result: yes configure:8546: checking whether mbrtowc and mbstate_t are properly declared configure:8576: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8582: $? = 0 configure:8599: result: yes configure:8610: checking whether setpgrp takes no argument configure:8644: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 conftest.c: In function 'main': conftest.c:103:3: error: too many arguments to function 'setpgrp' /usr/include/unistd.h:669:12: note: declared here configure:8647: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "tcsh" | #define PACKAGE_TARNAME "tcsh" | #define PACKAGE_VERSION "6.17.06" | #define PACKAGE_STRING "tcsh 6.17.06" | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_DECL_CRYPT 1 | #define HAVE_DECL_ENVIRON 1 | #define HAVE_DECL_GETHOSTNAME 1 | #define HAVE_DECL_GETPGRP 1 | #define HAVE_DUP2 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_MALLINFO 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_SBRK 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSTR 1 | #define HAVE_SYSCONF 1 | #define HAVE_WCWIDTH 1 | #define GETPGRP_VOID 1 | #define HAVE_MBRTOWC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | /* If this system has a BSD-style setpgrp which takes arguments, | setpgrp(1, 1) will fail with ESRCH and return -1, in that case | exit successfully. */ | return setpgrp (1,1) != -1; | ; | return 0; | } configure:8672: result: yes configure:8685: checking for working strcoll configure:8716: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:8719: $? = 0 configure:8725: ./conftest configure:8728: $? = 0 configure:8744: result: yes configure:9066: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by tcsh config.status 6.17.06, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on machine config.status:618: creating Makefile config.status:618: creating nls/Makefile config.status:618: creating config.h config.status:907: executing ./atconfig commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_uint32_t=yes ac_cv_c_volatile=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_build_alias_set=set ac_cv_env_build_alias_value=x86_64-linux-gnu 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_catgets=yes ac_cv_func_dup2=yes ac_cv_func_getauthid=no ac_cv_func_getcwd=yes ac_cv_func_gethostname=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpwent=yes ac_cv_func_getutent=yes ac_cv_func_mallinfo=yes ac_cv_func_mbrtowc=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkstemp=yes ac_cv_func_nice=yes ac_cv_func_nl_langinfo=yes ac_cv_func_sbrk=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setpriority=yes ac_cv_func_strcoll_works=yes ac_cv_func_strerror=yes ac_cv_func_strstr=yes ac_cv_func_sysconf=yes ac_cv_func_wcwidth=yes ac_cv_have_decl_crypt=yes ac_cv_have_decl_environ=yes ac_cv_have_decl_gethostname=yes ac_cv_have_decl_getpgrp=yes ac_cv_header_auth_h=no ac_cv_header_crypt_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_features_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_paths_h=yes ac_cv_header_shadow_h=yes ac_cv_header_stat_broken=no 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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_host_system_type=x86_64-pc-linux-gnu ac_cv_member_struct_dirent_d_ino=yes ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_member_struct_utmp_ut_host=yes ac_cv_member_struct_utmp_ut_tv=yes ac_cv_member_struct_utmp_ut_user=yes ac_cv_member_struct_utmp_ut_xtime=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GENCAT=/usr/bin/gencat ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' 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_search_catgets='none required' ac_cv_search_connect='none required' ac_cv_search_crypt=-lcrypt ac_cv_search_gethostbyname='none required' ac_cv_search_getspnam='none required' ac_cv_search_opendir='none required' ac_cv_search_tgetent=no ac_cv_sizeof_wchar_t=4 ac_cv_type_getgroups=gid_t ac_cv_type_long_long=yes ac_cv_type_mode_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uid_t=yes ac_cv_type_wchar_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_func_iconv=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= ## ----------------- ## ## Output variables. ## ## ----------------- ## BUILD_CATALOGS='yes' CC='gcc' CC_FOR_GETHOST='$(CC)' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' DFLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GENCAT='/usr/bin/gencat' GREP='/bin/grep' HESDEF='' HESLIB='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBICONV='' LIBOBJS='' LIBS='-lcrypt ' LTLIBICONV='' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='http://bugs.gw.com/' PACKAGE_NAME='tcsh' PACKAGE_STRING='tcsh 6.17.06' PACKAGE_TARNAME='tcsh' PACKAGE_VERSION='6.17.06' PATH_SEPARATOR=':' SHELL='/bin/sh' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' libdir='${exec_prefix}/lib' libexecdir='${prefix}/lib/tcsh' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "tcsh" #define PACKAGE_TARNAME "tcsh" #define PACKAGE_VERSION "6.17.06" #define PACKAGE_STRING "tcsh 6.17.06" #define PACKAGE_BUGREPORT "http://bugs.gw.com/" #define HAVE_ICONV 1 #define ICONV_CONST #define STDC_HEADERS 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_CRYPT_H 1 #define HAVE_FEATURES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_PATHS_H 1 #define HAVE_SHADOW_H 1 #define HAVE_STDINT_H 1 #define HAVE_UTMP_H 1 #define HAVE_UTMPX_H 1 #define HAVE_WCHAR_H 1 #define SIZEOF_WCHAR_T 4 #define HAVE_WCTYPE_H 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_LONG_LONG 1 #define GETGROUPS_T gid_t #define HAVE_STRUCT_DIRENT_D_INO 1 #define HAVE_STRUCT_UTMP_UT_HOST 1 #define HAVE_STRUCT_UTMP_UT_USER 1 #define HAVE_STRUCT_UTMP_UT_TV 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_DECL_CRYPT 1 #define HAVE_DECL_ENVIRON 1 #define HAVE_DECL_GETHOSTNAME 1 #define HAVE_DECL_GETPGRP 1 #define HAVE_DUP2 1 #define HAVE_GETCWD 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETPWENT 1 #define HAVE_GETUTENT 1 #define HAVE_MALLINFO 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKSTEMP 1 #define HAVE_NICE 1 #define HAVE_NL_LANGINFO 1 #define HAVE_SBRK 1 #define HAVE_SETPGID 1 #define HAVE_SETPRIORITY 1 #define HAVE_STRERROR 1 #define HAVE_STRSTR 1 #define HAVE_SYSCONF 1 #define HAVE_WCWIDTH 1 #define GETPGRP_VOID 1 #define HAVE_MBRTOWC 1 #define SETPGRP_VOID 1 #define HAVE_STRCOLL 1 #define NLS 1 #define NLS_CATALOGS 1 configure: exit 0