From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16853 invoked from network); 8 Jun 2001 03:43:55 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jun 2001 03:43:55 -0000 Received: (qmail 9893 invoked by alias); 8 Jun 2001 03:43:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14794 Received: (qmail 9870 invoked from network); 8 Jun 2001 03:43:16 -0000 Date: Thu, 7 Jun 2001 23:43:27 -0400 From: Jason Price To: zsh-workers@sunsite.dk Subject: 4.0.1 compile problem on debian linux? Message-ID: <20010607234327.A20665@oobleck.gatech.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" X-Mailer: Mutt 1.0.1us --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii When I try to compile zsh on a new debian potato box (rather striped down install, which might be my problem... I had to beat openssh into submission over some pam headers earlier... :( ) and I get the following: gcc -s -rdynamic -o zsh main.o `cat stamp-modobjs` -ldl -lnsl -lm -lc init.o: In function `init_term': init.o(.text+0xc37): undefined reference to `tgetent' init.o(.text+0xcd8): undefined reference to `tgetstr' init.o(.text+0xd5c): undefined reference to `tgetflag' init.o(.text+0xd6e): undefined reference to `tgetnum' init.o(.text+0xd83): undefined reference to `tgetnum' prompt.o: In function `tsetcap': prompt.o(.text+0x148c): undefined reference to `tputs' prompt.o(.text+0x14cd): undefined reference to `tputs' prompt.o(.text+0x1506): undefined reference to `tgetnum' collect2: ld returned 1 exit status make[1]: *** [zsh] Error 1 make[1]: Leaving directory `/home/jprice/programs/zsh/zsh-4.0.1/Src' make: *** [all] Error 1 I've attached config.cache config.h config.log config.modules and config.status. I'm going to disappear for the weekend, but I'll respond to any querries for more info on monday. Jason -- "Friendship is the bridge between lonely and loved, between a glance and a gaze. It stretches from the fog into sunshine, hopelessness into faith, between despair and joy. It crosses the chasm from hell and to heaven, from God to man, and from you to me." --Unknown Jason Price jprice@gatech.edu --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.h" /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /***** begin user configuration section *****/ /* Define this to be the location of your password file */ #define PASSWD_FILE "/etc/passwd" /* Define this to be the name of your NIS/YP password * * map (if applicable) */ #define PASSWD_MAP "passwd.byname" /* Define to 1 if you want user names to be cached */ #define CACHE_USERNAMES 1 /* Define to 1 if system supports job control */ #define JOB_CONTROL 1 /* Define this if you use "suspended" instead of "stopped" */ #define USE_SUSPENDED 1 /* The default history buffer size in lines */ #define DEFAULT_HISTSIZE 30 /* The default editor for the fc builtin */ #define DEFAULT_FCEDIT "vi" /* The default prefix for temporary files */ #define DEFAULT_TMPPREFIX "/tmp/zsh" /***** end of user configuration section *****/ /***** shouldn't have to change anything below here *****/ /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if the `getpgrp' function takes no argument. */ #define GETPGRP_VOID 1 /* Define to `int' if doesn't define. */ /* #undef gid_t */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ #define HAVE_ALLOCA_H 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have the strcoll function and it is properly defined. */ #define HAVE_STRCOLL 1 /* Define if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define to `int' if doesn't define. */ /* #undef mode_t */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to `int' if doesn't define. */ /* #undef uid_t */ /* The global file to source absolutely first whenever zsh is run; * * if undefined, don't source anything */ #define GLOBAL_ZSHENV "/etc/zshenv" /* The global file to source whenever zsh is run; * * if undefined, don't source anything */ #define GLOBAL_ZSHRC "/etc/zshrc" /* The global file to source whenever zsh is run as a login shell; * * if undefined, don't source anything */ #define GLOBAL_ZLOGIN "/etc/zlogin" /* The global file to source whenever zsh is run as a login shell, * * before zshrc is read; if undefined, don't source anything */ #define GLOBAL_ZPROFILE "/etc/zprofile" /* The global file to source whenever zsh was run as a login shell. * * This is sourced right before exiting. If undefined, don't source * * anything */ #define GLOBAL_ZLOGOUT "/etc/zlogout" /* Define to 1 if compiler could initialise a union */ #define HAVE_UNION_INIT 1 /* Define to 1 if compiler incorrectly cast signed to unsigned */ /* #undef BROKEN_SIGNED_TO_UNSIGNED_CASTING */ /* Define to 1 if compiler supports variable-length arrays */ /* #undef HAVE_VARIABLE_LENGTH_ARRAYS */ /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */ #define GWINSZ_IN_SYS_IOCTL 1 /* Define to 1 if you have NIS */ /* #undef HAVE_NIS */ /* Define to 1 if you have NISPLUS */ /* #undef HAVE_NIS_PLUS */ /* Define to 1 if you have RFS superroot directory. */ /* #undef HAVE_SUPERROOT */ /* Define to 1 if you need to use the native getcwd */ /* #undef USE_GETCWD */ /* Define to the path of the /dev/fd filesystem */ #define PATH_DEV_FD "/proc/self/fd" /* Define if sys/time.h and sys/select.h cannot be both included */ /* #undef TIME_H_SELECT_H_CONFLICTS */ /* Define to be the machine type (microprocessor class or machine model) */ #define MACHTYPE "i586" /* Define to be the name of the operating system */ #define OSTYPE "linux-gnu" /* Define to 1 if ANSI function prototypes are usable. */ #define PROTOTYPES 1 /* Define to be location of utmp file. */ #define PATH_UTMP_FILE "/var/run/utmp" /* Define to be location of utmpx file. */ /* #undef PATH_UTMPX_FILE */ /* Define to be location of wtmp file. */ #define PATH_WTMP_FILE "/var/log/wtmp" /* Define to be location of wtmpx file. */ /* #undef PATH_WTMPX_FILE */ /* Define to 1 if struct utmp is defined by a system header */ #define HAVE_STRUCT_UTMP 1 /* Define to 1 if struct utmpx is defined by a system header */ #define HAVE_STRUCT_UTMPX 1 /* Define if your system's struct utmp has a member named ut_host. */ #define HAVE_STRUCT_UTMP_UT_HOST 1 /* Define if your system's struct utmpx has a member named ut_host. */ #define HAVE_STRUCT_UTMPX_UT_HOST 1 /* Define if your system's struct utmpx has a member named ut_xtime. */ /* #undef HAVE_STRUCT_UTMPX_UT_XTIME */ /* Define if your system's struct utmpx has a member named ut_tv. */ #define HAVE_STRUCT_UTMPX_UT_TV 1 /* Define if your system's struct dirent has a member named d_ino. */ #define HAVE_STRUCT_DIRENT_D_INO 1 /* Define if your system's struct dirent has a member named d_stat. */ /* #undef HAVE_STRUCT_DIRENT_D_STAT */ /* Define if your system's struct direct has a member named d_ino. */ /* #undef HAVE_STRUCT_DIRECT_D_INO */ /* Define if your system's struct direct has a member named d_stat. */ /* #undef HAVE_STRUCT_DIRECT_D_STAT */ /* Define if your system's struct sockaddr_in6 has a member named sin6_scope_id. */ /* #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID */ /* Define to be a string corresponding the vendor of the machine */ #define VENDOR "pc" /* Define to limit job table size */ #define MAXJOB 50 /* #undef NEED_LINUX_TASKS_H */ /* Define if your system defines `struct winsize' in sys/ptem.h. */ /* #undef WINSIZE_IN_PTEM */ /* Define to 1 if you want to debug zsh */ /* #undef DEBUG */ /* Define to 1 if you want to use zsh's own memory allocation routines */ /* #undef ZSH_MEM */ /* Define to 1 if you want to debug zsh memory allocation routines */ /* #undef ZSH_MEM_DEBUG */ /* Define to 1 if you want to turn on warnings of memory allocation errors */ /* #undef ZSH_MEM_WARNING */ /* Define to 1 if you want to turn on memory checking for free() */ /* #undef ZSH_SECURE_FREE */ /* Define to 1 if you want to get debugging information on internal * * hash tables. This turns on the `hashinfo' builtin. */ /* #undef ZSH_HASH_DEBUG */ /* Undefine this if you don't want to get a restricted shell * * when zsh is exec'd with basename that starts with r. * * By default this is defined. */ #define RESTRICTED_R 1 /* Define for Maildir support */ /* #undef MAILDIR_SUPPORT */ /* Define for function depth limits */ /* #undef MAX_FUNCTION_DEPTH */ /* Define if you want locale features. By default this is defined. */ #define CONFIG_LOCALE 1 /* Define to 1 if your termcap library has the ospeed variable */ /* #undef HAVE_OSPEED */ /* Define to 1 if you have ospeed, but it is not defined in termcap.h */ /* #undef MUST_DEFINE_OSPEED */ /* Define to 1 if tgetent() accepts NULL as a buffer */ /* #undef TGETENT_ACCEPTS_NULL */ /* Define to 1 if you use POSIX style signal handling */ #define POSIX_SIGNALS 1 /* Define to 1 if you use BSD style signal handling (and can block signals) */ /* #undef BSD_SIGNALS */ /* Define to 1 if you use SYS style signal handling (and can block signals) */ /* #undef SYSV_SIGNALS */ /* Define to 1 if you have no signal blocking at all (bummer) */ /* #undef NO_SIGNAL_BLOCKING */ /* Define to `unsigned int' if or doesn't define */ /* #undef sigset_t */ /* Define to 1 if struct timezone is defined by a system header */ #define HAVE_STRUCT_TIMEZONE 1 /* Define to 1 if there is a prototype defined for brk() on your system */ #define HAVE_BRK_PROTO 1 /* Define to 1 if there is a prototype defined for sbrk() on your system */ #define HAVE_SBRK_PROTO 1 /* Define to 1 if there is a prototype defined for ioctl() on your system */ #define HAVE_IOCTL_PROTO 1 /* Define to 1 if there is a prototype defined for mknod() on your system */ #define HAVE_MKNOD_PROTO 1 /* Define to 1 if select() is defined in , ie BeOS R4.51*/ /* #undef SELECT_IN_SYS_SOCKET_H */ /* Define to 1 if system has working FIFO's */ #define HAVE_FIFOS 1 /* Define to 1 if struct rlimit uses quad_t */ #define RLIM_T_IS_QUAD_T 1 /* Define to 1 if struct rlimit uses long long */ /* #undef RLIM_T_IS_LONG_LONG */ /* Define to 1 if rlimit uses unsigned */ /* #undef RLIM_T_IS_UNSIGNED */ /* Define to the type used in struct rlimit */ /* #undef rlim_t */ /* Define to 1 if /bin/sh does not interpret \ escape sequences */ #define SH_USE_BSD_ECHO 1 /* Define to 1 if system has working link() */ #define HAVE_LINK 1 /* Define to 1 if kill(pid, 0) doesn't return ESRCH, ie BeOS R4.51 */ /* #undef BROKEN_KILL_ESRCH */ /* Define to 1 if sigsuspend() is broken, ie BeOS R4.51 */ /* #undef BROKEN_POSIX_SIGSUSPEND */ /* Define to 1 if getpwnam() is faked, ie BeOS R4.51 */ /* #undef GETPWNAM_FAKED */ /* Define to 1 if tcsetpgrp() doesn't work, ie BeOS R4.51 */ /* #undef BROKEN_TCSETPGRP */ /* Define to 1 if an underscore has to be prepended to dlsym() argument */ /* #undef DLSYM_NEEDS_UNDERSCORE */ /* Define to 1 if multiple modules defining the same symbol are OK */ #define DYNAMIC_NAME_CLASH_OK 1 /* The exension used for dynamically loaded modules */ #define DL_EXT "so" /* Define to 1 if you want to use dynamically loaded modules */ #define DYNAMIC 1 /* Define to 1 if you want to use dynamically loaded modules on AIX */ /* #undef AIXDYNAMIC */ /* Define to 1 if you want to use dynamically loaded modules on HPUX 10 */ /* #undef HPUXDYNAMIC */ /* Define to `unsigned long' if doesn't define. */ /* #undef ino_t */ /* * Definitions used when a long is less than eight byte, to try to * provide some support for eight byte operations. * * Note that ZSH_64_BIT_TYPE, OFF_T_IS_64_BIT, INO_T_IS_64_BIT do *not* get * defined if long is already 64 bits, since in that case no special handling * is required. */ /* Define to 1 if long is 64 bits */ /* #undef LONG_IS_64_BIT */ /* Define to a 64 bit integer type if there is one, but long is shorter */ #define ZSH_64_BIT_TYPE long long /* Define to an unsigned variant of ZSH_64_BIT_TYPE if that is defined */ #define ZSH_64_BIT_UTYPE unsigned long long /* Define to 1 if off_t is 64 bit (for large file support) */ #define OFF_T_IS_64_BIT 1 /* Define to 1 if ino_t is 64 bit (for large file support) */ /* #undef INO_T_IS_64_BIT */ /* Define to 1 if h_errno is not defined by the system */ /* #undef USE_LOCAL_H_ERRNO */ /* Define if you have the termcap boolcodes symbol. */ /* #undef HAVE_BOOLCODES */ /* Define if you have the termcap numcodes symbol. */ /* #undef HAVE_NUMCODES */ /* Define if you have the termcap strcodes symbol. */ /* #undef HAVE_STRCODES */ /* Define if you have the terminfo boolnames symbol. */ /* #undef HAVE_BOOLNAMES */ /* Define if you have the terminfo numnames symbol. */ /* #undef HAVE_NUMNAMES */ /* Define if you have the terminfo strnames symbol. */ /* #undef HAVE_STRNAMES */ /* Define if term.h chokes without curses.h */ /* #undef TERM_H_NEEDS_CURSES_H */ /* Define if you have the _mktemp function. */ /* #undef HAVE__MKTEMP */ /* Define if you have the brk function. */ #define HAVE_BRK 1 /* Define if you have the cap_get_proc function. */ /* #undef HAVE_CAP_GET_PROC */ /* Define if you have the difftime function. */ #define HAVE_DIFFTIME 1 /* Define if you have the dlclose function. */ #define HAVE_DLCLOSE 1 /* Define if you have the dlerror function. */ #define HAVE_DLERROR 1 /* Define if you have the dlopen function. */ #define HAVE_DLOPEN 1 /* Define if you have the dlsym function. */ #define HAVE_DLSYM 1 /* Define if you have the faccessx function. */ /* #undef HAVE_FACCESSX */ /* Define if you have the fchdir function. */ #define HAVE_FCHDIR 1 /* Define if you have the fseeko function. */ #define HAVE_FSEEKO 1 /* Define if you have the ftello function. */ #define HAVE_FTELLO 1 /* Define if you have the ftruncate function. */ #define HAVE_FTRUNCATE 1 /* Define if you have the getenv function. */ #define HAVE_GETENV 1 /* Define if you have the getgrgid function. */ #define HAVE_GETGRGID 1 /* Define if you have the getgrnam function. */ #define HAVE_GETGRNAM 1 /* Define if you have the gethostbyname2 function. */ #define HAVE_GETHOSTBYNAME2 1 /* Define if you have the gethostname function. */ #define HAVE_GETHOSTNAME 1 /* Define if you have the getipnodebyname function. */ /* #undef HAVE_GETIPNODEBYNAME */ /* Define if you have the getlogin function. */ #define HAVE_GETLOGIN 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the getpwent function. */ #define HAVE_GETPWENT 1 /* Define if you have the getpwnam function. */ #define HAVE_GETPWNAM 1 /* Define if you have the getpwuid function. */ #define HAVE_GETPWUID 1 /* Define if you have the getrlimit function. */ #define HAVE_GETRLIMIT 1 /* Define if you have the gettimeofday function. */ #define HAVE_GETTIMEOFDAY 1 /* Define if you have the inet_aton function. */ #define HAVE_INET_ATON 1 /* Define if you have the inet_ntop function. */ #define HAVE_INET_NTOP 1 /* Define if you have the inet_pton function. */ #define HAVE_INET_PTON 1 /* Define if you have the initgroups function. */ #define HAVE_INITGROUPS 1 /* Define if you have the killpg function. */ #define HAVE_KILLPG 1 /* Define if you have the lchown function. */ #define HAVE_LCHOWN 1 /* Define if you have the load function. */ /* #undef HAVE_LOAD */ /* Define if you have the loadbind function. */ /* #undef HAVE_LOADBIND */ /* Define if you have the loadquery function. */ /* #undef HAVE_LOADQUERY */ /* Define if you have the lstat function. */ #define HAVE_LSTAT 1 /* Define if you have the memcpy function. */ #define HAVE_MEMCPY 1 /* Define if you have the memmove function. */ #define HAVE_MEMMOVE 1 /* Define if you have the mkfifo function. */ #define HAVE_MKFIFO 1 /* Define if you have the msync function. */ #define HAVE_MSYNC 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the nice function. */ #define HAVE_NICE 1 /* Define if you have the nis_list function. */ #define HAVE_NIS_LIST 1 /* Define if you have the pathconf function. */ #define HAVE_PATHCONF 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the readlink function. */ #define HAVE_READLINK 1 /* Define if you have the sbrk function. */ #define HAVE_SBRK 1 /* Define if you have the select function. */ #define HAVE_SELECT 1 /* Define if you have the seteuid function. */ #define HAVE_SETEUID 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the setresuid function. */ #define HAVE_SETRESUID 1 /* Define if you have the setreuid function. */ #define HAVE_SETREUID 1 /* Define if you have the setsid function. */ #define HAVE_SETSID 1 /* Define if you have the setuid function. */ #define HAVE_SETUID 1 /* Define if you have the setupterm function. */ /* #undef HAVE_SETUPTERM */ /* Define if you have the shl_findsym function. */ /* #undef HAVE_SHL_FINDSYM */ /* Define if you have the shl_load function. */ /* #undef HAVE_SHL_LOAD */ /* Define if you have the shl_unload function. */ /* #undef HAVE_SHL_UNLOAD */ /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigblock function. */ #define HAVE_SIGBLOCK 1 /* Define if you have the sighold function. */ #define HAVE_SIGHOLD 1 /* Define if you have the signgam function. */ #define HAVE_SIGNGAM 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigrelse function. */ #define HAVE_SIGRELSE 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the strftime function. */ #define HAVE_STRFTIME 1 /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 /* Define if you have the sysconf function. */ #define HAVE_SYSCONF 1 /* Define if you have the tcgetattr function. */ #define HAVE_TCGETATTR 1 /* Define if you have the tcsetpgrp function. */ #define HAVE_TCSETPGRP 1 /* Define if you have the tgetent function. */ /* #undef HAVE_TGETENT */ /* Define if you have the tigetflag function. */ /* #undef HAVE_TIGETFLAG */ /* Define if you have the tigetnum function. */ /* #undef HAVE_TIGETNUM */ /* Define if you have the tigetstr function. */ /* #undef HAVE_TIGETSTR */ /* Define if you have the uname function. */ #define HAVE_UNAME 1 /* Define if you have the unload function. */ /* #undef HAVE_UNLOAD */ /* Define if you have the wait3 function. */ #define HAVE_WAIT3 1 /* Define if you have the waitpid function. */ #define HAVE_WAITPID 1 /* Define if you have the header file. */ /* #undef HAVE_CURSES_H */ /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_DL_H */ /* Define if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ #define HAVE_GRP_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBC_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ /* #undef HAVE_NETINET_IN_SYSTM_H */ /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ #define HAVE_PWD_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_CAPABILITY_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FILIO_H */ /* Define if you have the header file. */ #define HAVE_SYS_MMAN_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIMES_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_SYS_UTSNAME_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERM_H */ /* Define if you have the header file. */ /* #undef HAVE_TERMCAP_H */ /* Define if you have the header file. */ #define HAVE_TERMIO_H 1 /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ #define HAVE_UTMP_H 1 /* Define if you have the header file. */ #define HAVE_UTMPX_H 1 /* Define if you have the cap library (-lcap). */ /* #undef HAVE_LIBCAP */ /* Define if you have the dl library (-ldl). */ #define HAVE_LIBDL 1 /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the socket library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.cache" # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs. It is not useful on other systems. # If it contains results you don't want to keep, you may remove or edit it. # # By default, configure uses ./config.cache as the cache file, # creating it if it does not exist already. You can give configure # the --cache-file=FILE option to use a different cache file; that is # what configure does when it calls configure scripts in # subdirectories, so they share the cache. # Giving --cache-file=/dev/null disables caching, for debugging configure. # config.status only pays attention to the cache file if you give it the # --recheck option to rerun configure. # ac_cv_c_const=${ac_cv_c_const=yes} ac_cv_cygwin=${ac_cv_cygwin=no} ac_cv_exeext=${ac_cv_exeext=no} ac_cv_func__mktemp=${ac_cv_func__mktemp=no} ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes} ac_cv_func_brk=${ac_cv_func_brk=yes} ac_cv_func_cap_get_proc=${ac_cv_func_cap_get_proc=no} ac_cv_func_difftime=${ac_cv_func_difftime=yes} ac_cv_func_dlclose=${ac_cv_func_dlclose=yes} ac_cv_func_dlerror=${ac_cv_func_dlerror=yes} ac_cv_func_dlopen=${ac_cv_func_dlopen=yes} ac_cv_func_dlsym=${ac_cv_func_dlsym=yes} ac_cv_func_faccessx=${ac_cv_func_faccessx=no} ac_cv_func_fchdir=${ac_cv_func_fchdir=yes} ac_cv_func_fseeko=${ac_cv_func_fseeko=yes} ac_cv_func_ftello=${ac_cv_func_ftello=yes} ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes} ac_cv_func_getenv=${ac_cv_func_getenv=yes} ac_cv_func_getgrgid=${ac_cv_func_getgrgid=yes} ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes} ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes} ac_cv_func_gethostname=${ac_cv_func_gethostname=yes} ac_cv_func_getipnodebyname=${ac_cv_func_getipnodebyname=no} ac_cv_func_getlogin=${ac_cv_func_getlogin=yes} ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes} ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} ac_cv_func_getpwent=${ac_cv_func_getpwent=yes} ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes} ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes} ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes} ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes} ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes} ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes} ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes} ac_cv_func_initgroups=${ac_cv_func_initgroups=yes} ac_cv_func_killpg=${ac_cv_func_killpg=yes} ac_cv_func_lchown=${ac_cv_func_lchown=yes} ac_cv_func_load=${ac_cv_func_load=no} ac_cv_func_loadbind=${ac_cv_func_loadbind=no} ac_cv_func_loadquery=${ac_cv_func_loadquery=no} ac_cv_func_lstat=${ac_cv_func_lstat=yes} ac_cv_func_memcpy=${ac_cv_func_memcpy=yes} ac_cv_func_memmove=${ac_cv_func_memmove=yes} ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes} ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} ac_cv_func_msync=${ac_cv_func_msync=yes} ac_cv_func_munmap=${ac_cv_func_munmap=yes} ac_cv_func_nice=${ac_cv_func_nice=yes} ac_cv_func_nis_list=${ac_cv_func_nis_list=yes} ac_cv_func_pathconf=${ac_cv_func_pathconf=yes} ac_cv_func_poll=${ac_cv_func_poll=yes} ac_cv_func_putenv=${ac_cv_func_putenv=yes} ac_cv_func_readlink=${ac_cv_func_readlink=yes} ac_cv_func_sbrk=${ac_cv_func_sbrk=yes} ac_cv_func_select=${ac_cv_func_select=yes} ac_cv_func_seteuid=${ac_cv_func_seteuid=yes} ac_cv_func_setlocale=${ac_cv_func_setlocale=yes} ac_cv_func_setpgid=${ac_cv_func_setpgid=yes} ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes} ac_cv_func_setresuid=${ac_cv_func_setresuid=yes} ac_cv_func_setreuid=${ac_cv_func_setreuid=yes} ac_cv_func_setsid=${ac_cv_func_setsid=yes} ac_cv_func_setuid=${ac_cv_func_setuid=yes} ac_cv_func_setupterm=${ac_cv_func_setupterm=no} ac_cv_func_shl_findsym=${ac_cv_func_shl_findsym=no} ac_cv_func_shl_load=${ac_cv_func_shl_load=no} ac_cv_func_shl_unload=${ac_cv_func_shl_unload=no} ac_cv_func_sigaction=${ac_cv_func_sigaction=yes} ac_cv_func_sigblock=${ac_cv_func_sigblock=yes} ac_cv_func_sighold=${ac_cv_func_sighold=yes} ac_cv_func_signgam=${ac_cv_func_signgam=yes} ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes} ac_cv_func_sigrelse=${ac_cv_func_sigrelse=yes} ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes} ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works=yes} ac_cv_func_strerror=${ac_cv_func_strerror=yes} ac_cv_func_strftime=${ac_cv_func_strftime=yes} ac_cv_func_strstr=${ac_cv_func_strstr=yes} ac_cv_func_sysconf=${ac_cv_func_sysconf=yes} ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes} ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes} ac_cv_func_tgetent=${ac_cv_func_tgetent=no} ac_cv_func_tigetflag=${ac_cv_func_tigetflag=no} ac_cv_func_tigetnum=${ac_cv_func_tigetnum=no} ac_cv_func_tigetstr=${ac_cv_func_tigetstr=no} ac_cv_func_uname=${ac_cv_func_uname=yes} ac_cv_func_unload=${ac_cv_func_unload=no} ac_cv_func_wait3=${ac_cv_func_wait3=yes} ac_cv_func_waitpid=${ac_cv_func_waitpid=yes} ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes} ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes} ac_cv_header_dl_h=${ac_cv_header_dl_h=no} ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes} ac_cv_header_errno_h=${ac_cv_header_errno_h=yes} ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes} ac_cv_header_grp_h=${ac_cv_header_grp_h=yes} ac_cv_header_libc_h=${ac_cv_header_libc_h=no} ac_cv_header_limits_h=${ac_cv_header_limits_h=yes} ac_cv_header_locale_h=${ac_cv_header_locale_h=yes} ac_cv_header_memory_h=${ac_cv_header_memory_h=yes} ac_cv_header_netinet_in_systm_h=${ac_cv_header_netinet_in_systm_h=no} ac_cv_header_poll_h=${ac_cv_header_poll_h=yes} ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes} ac_cv_header_stat_broken=${ac_cv_header_stat_broken=no} ac_cv_header_stdc=${ac_cv_header_stdc=yes} ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes} ac_cv_header_string_h=${ac_cv_header_string_h=yes} ac_cv_header_sys_capability_h=${ac_cv_header_sys_capability_h=no} ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h=no} ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes} ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes} ac_cv_header_sys_ptem_h=${ac_cv_header_sys_ptem_h=no} ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes} ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes} ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes} ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes} ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes} ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes} ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes} ac_cv_header_termcap_h=${ac_cv_header_termcap_h=no} ac_cv_header_termio_h=${ac_cv_header_termio_h=yes} ac_cv_header_termios_h=${ac_cv_header_termios_h=yes} ac_cv_header_time=${ac_cv_header_time=yes} ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes} ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes} ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes} ac_cv_lib_c_printf=${ac_cv_lib_c_printf=yes} ac_cv_lib_cap_cap_get_proc=${ac_cv_lib_cap_cap_get_proc=no} ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no} ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes} ac_cv_lib_m_pow=${ac_cv_lib_m_pow=yes} ac_cv_lib_socket_socket=${ac_cv_lib_socket_socket=no} ac_cv_mingw32=${ac_cv_mingw32=no} ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'} ac_cv_prog_AWK=${ac_cv_prog_AWK=mawk} ac_cv_prog_CC=${ac_cv_prog_CC=gcc} ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'} ac_cv_prog_LN=${ac_cv_prog_LN=ln} ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=no} ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes} ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes} ac_cv_prog_gcc=${ac_cv_prog_gcc=yes} ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no} ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes} ac_cv_search_tgetent=${ac_cv_search_tgetent=no} ac_cv_search_yp_all=${ac_cv_search_yp_all=-lnsl} ac_cv_type_ino_t=${ac_cv_type_ino_t=yes} ac_cv_type_mode_t=${ac_cv_type_mode_t=yes} ac_cv_type_off_t=${ac_cv_type_off_t=yes} ac_cv_type_pid_t=${ac_cv_type_pid_t=yes} ac_cv_type_signal=${ac_cv_type_signal=void} ac_cv_type_size_t=${ac_cv_type_size_t=yes} ac_cv_type_uid_t=${ac_cv_type_uid_t=yes} fp_cv_prog_cc_stdc=${fp_cv_prog_cc_stdc=} zsh_cv_64_bit_type=${zsh_cv_64_bit_type='long long'} zsh_cv_64_bit_utype=${zsh_cv_64_bit_utype='unsigned long long'} zsh_cv_c_broken_signed_to_unsigned_casting=${zsh_cv_c_broken_signed_to_unsigned_casting=no} zsh_cv_c_have_union_init=${zsh_cv_c_have_union_init=yes} zsh_cv_c_variable_length_arrays=${zsh_cv_c_variable_length_arrays=no} zsh_cv_decl_h_errno_use_local=${zsh_cv_decl_h_errno_use_local=no} zsh_cv_decl_ospeed_include_defines=${zsh_cv_decl_ospeed_include_defines=no} zsh_cv_decl_ospeed_must_define=${zsh_cv_decl_ospeed_must_define=no} zsh_cv_func_dlsym_needs_underscore=${zsh_cv_func_dlsym_needs_underscore=no} zsh_cv_func_tgetent_accepts_null=${zsh_cv_func_tgetent_accepts_null=no} zsh_cv_header_sys_ioctl_h_ioctl_proto=${zsh_cv_header_sys_ioctl_h_ioctl_proto=yes} zsh_cv_header_sys_ioctl_h_tiocgwinsz=${zsh_cv_header_sys_ioctl_h_tiocgwinsz=yes} zsh_cv_header_sys_stat_h_mknod_proto=${zsh_cv_header_sys_stat_h_mknod_proto=yes} zsh_cv_header_termios_h_tiocgwinsz=${zsh_cv_header_termios_h_tiocgwinsz=no} zsh_cv_header_time_h_select_h_conflicts=${zsh_cv_header_time_h_select_h_conflicts=no} zsh_cv_header_unistd_h_brk_proto=${zsh_cv_header_unistd_h_brk_proto=yes} zsh_cv_header_unistd_h_sbrk_proto=${zsh_cv_header_unistd_h_sbrk_proto=yes} zsh_cv_ino_t_is_64_bit=${zsh_cv_ino_t_is_64_bit=no} zsh_cv_long_is_64_bit=${zsh_cv_long_is_64_bit=no} zsh_cv_off_t_is_64_bit=${zsh_cv_off_t_is_64_bit=yes} zsh_cv_path_rlimit_h=${zsh_cv_path_rlimit_h=/usr/include/asm/resource.h} zsh_cv_path_signal_h=${zsh_cv_path_signal_h=/usr/include/bits/signum.h} zsh_cv_path_utmp=${zsh_cv_path_utmp=/var/run/utmp} zsh_cv_path_utmpx=${zsh_cv_path_utmpx=no} zsh_cv_path_wtmp=${zsh_cv_path_wtmp=/var/log/wtmp} zsh_cv_path_wtmpx=${zsh_cv_path_wtmpx=no} zsh_cv_prog_sh_echo_escape=${zsh_cv_prog_sh_echo_escape=no} zsh_cv_rlim_t_is_longer=${zsh_cv_rlim_t_is_longer=yes} zsh_cv_rlim_t_is_quad_t=${zsh_cv_rlim_t_is_quad_t=yes} zsh_cv_shared_environ=${zsh_cv_shared_environ=yes} zsh_cv_struct_member_struct_direct_d_ino=${zsh_cv_struct_member_struct_direct_d_ino=no} zsh_cv_struct_member_struct_direct_d_stat=${zsh_cv_struct_member_struct_direct_d_stat=no} zsh_cv_struct_member_struct_dirent_d_ino=${zsh_cv_struct_member_struct_dirent_d_ino=yes} zsh_cv_struct_member_struct_dirent_d_stat=${zsh_cv_struct_member_struct_dirent_d_stat=no} zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=${zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=no} zsh_cv_struct_member_struct_utmp_ut_host=${zsh_cv_struct_member_struct_utmp_ut_host=yes} zsh_cv_struct_member_struct_utmpx_ut_host=${zsh_cv_struct_member_struct_utmpx_ut_host=yes} zsh_cv_struct_member_struct_utmpx_ut_tv=${zsh_cv_struct_member_struct_utmpx_ut_tv=yes} zsh_cv_struct_member_struct_utmpx_ut_xtime=${zsh_cv_struct_member_struct_utmpx_ut_xtime=no} zsh_cv_sys_dynamic_clash_ok=${zsh_cv_sys_dynamic_clash_ok=yes} zsh_cv_sys_dynamic_execsyms=${zsh_cv_sys_dynamic_execsyms=yes} zsh_cv_sys_dynamic_rtld_global=${zsh_cv_sys_dynamic_rtld_global=yes} zsh_cv_sys_dynamic_strip_exe=${zsh_cv_sys_dynamic_strip_exe=yes} zsh_cv_sys_dynamic_strip_lib=${zsh_cv_sys_dynamic_strip_lib=yes} zsh_cv_sys_elf=${zsh_cv_sys_elf=yes} zsh_cv_sys_fifo=${zsh_cv_sys_fifo=yes} zsh_cv_sys_getpwnam_faked=${zsh_cv_sys_getpwnam_faked=no} zsh_cv_sys_killesrch=${zsh_cv_sys_killesrch=yes} zsh_cv_sys_link=${zsh_cv_sys_link=yes} zsh_cv_sys_nis=${zsh_cv_sys_nis=no} zsh_cv_sys_nis_plus=${zsh_cv_sys_nis_plus=no} zsh_cv_sys_path_dev_fd=${zsh_cv_sys_path_dev_fd=/proc/self/fd} zsh_cv_sys_posix_termios=${zsh_cv_sys_posix_termios=yes} zsh_cv_sys_sigsuspend=${zsh_cv_sys_sigsuspend=yes} zsh_cv_sys_superroot=${zsh_cv_sys_superroot=no} zsh_cv_sys_tcsetpgrp=${zsh_cv_sys_tcsetpgrp=yes} zsh_cv_type_exists_struct_timezone=${zsh_cv_type_exists_struct_timezone=yes} zsh_cv_type_exists_struct_utmp=${zsh_cv_type_exists_struct_utmp=yes} zsh_cv_type_exists_struct_utmpx=${zsh_cv_type_exists_struct_utmpx=yes} zsh_cv_type_rlim_t=${zsh_cv_type_rlim_t=yes} zsh_cv_type_sigset_t=${zsh_cv_type_sigset_t=yes} zsh_cv_use_getcwd=${zsh_cv_use_getcwd=no} --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:612: checking host system type configure:1033: checking for gcc configure:1146: checking whether the C compiler (gcc ) works configure:1162: gcc -o conftest conftest.c 1>&5 configure:1188: checking whether the C compiler (gcc ) is a cross-compiler configure:1193: checking whether we are using GNU C configure:1221: checking whether gcc accepts -g configure:1258: checking whether large file support needs explicit enabling configure:1359: checking how to run the C preprocessor configure:1439: checking whether gcc needs -traditional configure:1484: checking for working const configure:1559: checking for Cygwin environment configure:1592: checking for mingw32 environment configure:1623: checking for executable suffix configure:1654: checking for gcc option to accept ANSI C configure:1705: checking whether to use prototypes configure:1732: checking for working alloca.h configure:1765: checking for alloca configure:1964: checking if the compiler supports union initialisation configure:1997: checking if signed to unsigned casting is broken configure:2032: checking if the compiler supports variable-length arrays configure:2065: checking what to set MAXJOB to configure:2131: checking whether make sets ${MAKE} configure:2168: checking for a BSD compatible install configure:2224: checking for mawk configure:2253: checking whether ln works configure:2279: checking for yodl configure:2315: checking for dirent.h that defines DIR configure:2353: checking for opendir in -ldir configure:2436: checking for ANSI C header files configure:2540: checking whether time.h and sys/time.h may both be included configure:2575: checking whether stat file-mode macros are broken configure:2631: checking for sys/wait.h that is POSIX.1 compatible configure:2681: checking for sys/time.h configure:2681: checking for sys/times.h configure:2681: checking for sys/select.h configure:2681: checking for termcap.h configure:2681: checking for termio.h configure:2681: checking for termios.h configure:2681: checking for sys/param.h configure:2681: checking for sys/filio.h configure:2681: checking for string.h configure:2681: checking for memory.h configure:2681: checking for limits.h configure:2681: checking for fcntl.h configure:2681: checking for libc.h configure:2681: checking for sys/utsname.h configure:2681: checking for sys/resource.h configure:2681: checking for locale.h configure:2681: checking for errno.h configure:2681: checking for stdlib.h configure:2681: checking for unistd.h configure:2681: checking for sys/capability.h configure:2681: checking for utmp.h configure:2681: checking for utmpx.h configure:2681: checking for sys/types.h configure:2681: checking for pwd.h configure:2681: checking for grp.h configure:2681: checking for poll.h configure:2681: checking for sys/mman.h configure:2681: checking for netinet/in_systm.h configure:2722: checking for dlfcn.h configure:2762: checking for dl.h configure:2802: checking for conflicts in sys/time.h and sys/select.h configure:2837: checking POSIX termios configure:2868: checking TIOCGWINSZ in termios.h configure:2900: checking TIOCGWINSZ in sys/ioctl.h configure:2936: checking for sys/ptem.h configure:2973: checking for printf in -lc configure:3014: checking for pow in -lm configure:3141: checking for library containing tgetent configure:3528: checking for library containing yp_all configure:3595: checking for dlopen in -ldl configure:3644: checking for cap_get_proc in -lcap configure:3692: checking for socket in -lsocket configure:3740: checking if an include file defines ospeed configure:3774: checking if you must define ospeed configure:3819: checking return type of signal handlers configure:3860: checking for pid_t configure:3893: checking for off_t configure:3926: checking for ino_t configure:3959: checking for mode_t configure:3992: checking for uid_t in sys/types.h configure:4026: checking for size_t configure:4060: checking if long is 64 bits configure:4095: checking if off_t is 64 bit configure:4134: checking if ino_t is 64 bit configure:4175: checking if compiler has a 64 bit type configure:4379: checking for a corresponding unsigned 64 bit type configure:4471: checking for sigset_t configure:4505: checking for struct timezone configure:4544: checking for struct utmp configure:4585: checking for struct utmpx configure:4627: checking for ut_host in struct utmp configure:4668: checking for ut_host in struct utmpx configure:4709: checking for ut_xtime in struct utmpx configure:4750: checking for ut_tv in struct utmpx configure:4792: checking for d_ino in struct dirent configure:4833: checking for d_stat in struct dirent configure:4874: checking for d_ino in struct direct configure:4921: checking for d_stat in struct direct configure:4969: checking for sin6_scope_id in struct sockaddr_in6 configure:5009: checking if we need our own h_errno configure:5069: checking for strftime configure:5069: checking for difftime configure:5069: checking for gettimeofday configure:5069: checking for select configure:5069: checking for poll configure:5069: checking for readlink configure:5069: checking for lstat configure:5069: checking for lchown configure:5069: checking for faccessx configure:5069: checking for fchdir configure:5069: checking for ftruncate configure:5069: checking for fseeko configure:5069: checking for ftello configure:5069: checking for mkfifo configure:5069: checking for _mktemp configure:5069: checking for waitpid configure:5069: checking for wait3 configure:5069: checking for sigaction configure:5069: checking for sigblock configure:5069: checking for sighold configure:5069: checking for sigrelse configure:5069: checking for sigsetmask configure:5069: checking for sigprocmask configure:5069: checking for killpg configure:5069: checking for setpgid configure:5069: checking for setpgrp configure:5069: checking for tcsetpgrp configure:5069: checking for tcgetattr configure:5069: checking for nice configure:5069: checking for gethostname configure:5069: checking for gethostbyname2 configure:5069: checking for getipnodebyname configure:5069: checking for inet_aton configure:5069: checking for inet_pton configure:5069: checking for inet_ntop configure:5069: checking for getlogin configure:5069: checking for getpwent configure:5069: checking for getpwnam configure:5069: checking for getpwuid configure:5069: checking for getgrgid configure:5069: checking for getgrnam configure:5069: checking for initgroups configure:5069: checking for nis_list configure:5069: checking for setuid configure:5069: checking for seteuid configure:5069: checking for setreuid configure:5069: checking for setresuid configure:5069: checking for setsid configure:5069: checking for memcpy configure:5069: checking for memmove configure:5069: checking for strstr configure:5069: checking for strerror configure:5069: checking for cap_get_proc configure:5069: checking for getrlimit configure:5069: checking for setlocale configure:5069: checking for uname configure:5069: checking for signgam configure:5069: checking for putenv configure:5069: checking for getenv configure:5069: checking for brk configure:5069: checking for sbrk configure:5069: checking for pathconf configure:5069: checking for sysconf configure:5069: checking for tgetent configure:5069: checking for tigetflag configure:5069: checking for tigetnum configure:5069: checking for tigetstr configure:5069: checking for setupterm configure:5122: checking for working strcoll configure:5164: checking if tgetent accepts NULL configure:5218: checking for unistd.h configure:5257: checking for getpagesize configure:5310: checking for working mmap configure:5487: checking for munmap configure:5487: checking for msync configure:5543: checking whether getpgrp takes no argument configure:5642: checking for dlopen configure:5642: checking for dlerror configure:5642: checking for dlsym configure:5642: checking for dlclose configure:5642: checking for load configure:5642: checking for loadquery configure:5642: checking for loadbind configure:5642: checking for unload configure:5642: checking for shl_load configure:5642: checking for shl_unload configure:5642: checking for shl_findsym configure:5698: checking what style of signals to use configure:5731: checking where signal.h is located configure:5771: checking where the RLIMIT macros are located configure:5795: checking if rlim_t is longer than a long configure:5829: checking if rlim_t is a quad configure:5925: checking for rlim_t configure:5963: checking for /dev/fd filesystem configure:5981: checking for RFS superroot directory configure:5997: checking whether we should use the native getcwd configure:6016: checking for NIS configure:6033: checking for NIS+ configure:6051: checking for utmp file configure:6072: checking for wtmp file configure:6093: checking for utmpx file configure:6114: checking for wtmpx file configure:6136: checking for brk() prototype in configure:6170: checking for sbrk() prototype in configure:6206: checking for ioctl prototype in configure:6239: checking for mknod prototype in configure:6309: checking if named FIFOs work configure:6370: checking if echo in /bin/sh interprets escape sequences configure:6390: checking if link() works configure:6443: checking if kill(pid, 0) returns ESRCH correctly configure:6490: checking if POSIX sigsuspend() works configure:6552: checking if tcsetpgrp() actually works configure:6597: checking if getpwnam() is faked configure:6715: checking if your system use ELF binaries configure:6817: checking if your dlsym() needs a leading underscore configure:6914: checking if environ is available in shared libraries configure:7240: checking if name clashes in shared objects are OK configure:7333: checking for working RTLD_GLOBAL configure:7420: checking whether symbols in the executable are available configure:7509: checking whether executables can be stripped configure:7597: checking whether libraries can be stripped --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.modules" # Edit this file to change the way modules are loaded. # The format is strict; do not break lines or add extra spaces. # Run `make prep' if you change anything here after compiling # (there is no need if you change this just after the first time # you run `configure'). # # Values of `link' are `static', `dynamic' or `no' to compile the # module into the shell, link it in at run time, or not use it at all. # In the final case, no attempt will be made to compile it. # Use `static' or `no' if you do not have dynamic loading. # # Values of `load' are `yes' or `no'; if yes, any builtins etc. # provided by the module will be autoloaded by the main shell # (so long as `link' is not set to `no'). # # Values of `auto' are `yes' or `no'. configure sets the value to # `yes'. If you set it by hand to `no', the line will be retained # when the file is regenerated in future. # # Note that the `functions' entry extends to the end of the line. # It should not be quoted; it is used verbatim to find files to install. # # You will need to run `config.status --recheck' if you add a new # module. # # You should not change the values for the pseudo-module zsh/main, # which is the main shell (apart from the functions entry). name=zsh/main modfile=Src/zsh.mdd link=static auto=yes load=yes functions=Functions/Misc/* Functions/Prompts/* name=zsh/rlimits modfile=Src/Builtins/rlimits.mdd link=dynamic auto=yes load=yes name=zsh/sched modfile=Src/Builtins/sched.mdd link=dynamic auto=yes load=yes name=zsh/cap modfile=Src/Modules/cap.mdd link=dynamic auto=yes load=no name=zsh/clone modfile=Src/Modules/clone.mdd link=dynamic auto=yes load=no name=zsh/example modfile=Src/Modules/example.mdd link=dynamic auto=yes load=no name=zsh/files modfile=Src/Modules/files.mdd link=dynamic auto=yes load=no name=zsh/mapfile modfile=Src/Modules/mapfile.mdd link=dynamic auto=yes load=no name=zsh/mathfunc modfile=Src/Modules/mathfunc.mdd link=dynamic auto=yes load=no name=zsh/parameter modfile=Src/Modules/parameter.mdd link=dynamic auto=yes load=yes name=zsh/stat modfile=Src/Modules/stat.mdd link=dynamic auto=yes load=no name=zsh/termcap modfile=Src/Modules/termcap.mdd link=dynamic auto=yes load=yes name=zsh/terminfo modfile=Src/Modules/terminfo.mdd link=dynamic auto=yes load=yes name=zsh/zftp modfile=Src/Modules/zftp.mdd link=dynamic auto=yes load=no functions=Functions/Zftp/* name=zsh/zprof modfile=Src/Modules/zprof.mdd link=dynamic auto=yes load=no name=zsh/zpty modfile=Src/Modules/zpty.mdd link=dynamic auto=yes load=no name=zsh/zutil modfile=Src/Modules/zutil.mdd link=dynamic auto=yes load=yes name=zsh/compctl modfile=Src/Zle/compctl.mdd link=dynamic auto=yes load=yes name=zsh/complete modfile=Src/Zle/complete.mdd link=dynamic auto=yes load=yes functions=Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/* name=zsh/complist modfile=Src/Zle/complist.mdd link=dynamic auto=yes load=yes name=zsh/computil modfile=Src/Zle/computil.mdd link=dynamic auto=yes load=yes name=zsh/deltochar modfile=Src/Zle/deltochar.mdd link=dynamic auto=yes load=no name=zsh/zle modfile=Src/Zle/zle.mdd link=dynamic auto=yes load=yes functions=Functions/Zle/* name=zsh/zleparameter modfile=Src/Zle/zleparameter.mdd link=dynamic auto=yes load=yes --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.status" #! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, # on host javert: # # ./configure # # Compiler output produced by configure, useful for debugging # configure, is in ./config.log if it exists. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]" for ac_option do case "$ac_option" in -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) echo "running ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion" exec ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) echo "./config.status generated by autoconf version 2.13" exit 0 ;; -help | --help | --hel | --he | --h) echo "$ac_cs_usage"; exit 0 ;; *) echo "$ac_cs_usage"; exit 1 ;; esac done ac_given_srcdir=. ac_given_INSTALL="/usr/bin/install -c" trap 'rm -fr Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile Test/Makefile config.h conftest*; exit 1' 1 2 15 # Protect against being on the right side of a sed subst in config.status. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF /^[ ]*VPATH[ ]*=[^:]*$/d s%@SHELL@%/bin/sh%g s%@CFLAGS@% -Wall -Wno-implicit -Wmissing-prototypes -O2%g s%@CPPFLAGS@%-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64%g s%@CXXFLAGS@%%g s%@FFLAGS@%%g s%@DEFS@%-DHAVE_CONFIG_H%g s%@LDFLAGS@%%g s%@LIBS@%-ldl -lnsl -lm -lc%g s%@exec_prefix@%${prefix}%g s%@prefix@%/usr/local%g s%@program_transform_name@%s,x,x,%g s%@bindir@%${exec_prefix}/bin%g s%@sbindir@%${exec_prefix}/sbin%g s%@libexecdir@%${exec_prefix}/libexec%g s%@datadir@%${prefix}/share%g s%@sysconfdir@%${prefix}/etc%g s%@sharedstatedir@%${prefix}/com%g s%@localstatedir@%${prefix}/var%g s%@libdir@%${exec_prefix}/lib%g s%@includedir@%${prefix}/include%g s%@oldincludedir@%/usr/include%g s%@infodir@%${prefix}/info%g s%@mandir@%${prefix}/man%g s%@host@%i586-pc-linux-gnu%g s%@host_alias@%i586-pc-linux-gnu%g s%@host_cpu@%i586%g s%@host_vendor@%pc%g s%@host_os@%linux-gnu%g s%@tzsh@%zsh%g s%@zshenv@%/etc/zshenv%g s%@zshrc@%/etc/zshrc%g s%@zprofile@%/etc/zprofile%g s%@zlogin@%/etc/zlogin%g s%@zlogout@%/etc/zlogout%g s%@fndir@%${prefix}/share/zsh/${VERSION}/functions%g s%@sitefndir@%${prefix}/share/zsh/site-functions%g s%@FUNCTIONS_SUBDIRS@%no%g s%@CC@%gcc%g s%@EXELDFLAGS@% -s%g s%@LIBLDFLAGS@% -s%g s%@CPP@%gcc -E%g s%@EXEEXT@%%g s%@U@%%g s%@ALLOCA@%%g s%@SET_MAKE@%%g s%@INSTALL_PROGRAM@%${INSTALL}%g s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g s%@INSTALL_DATA@%${INSTALL} -m 644%g s%@AWK@%mawk%g s%@LN@%ln%g s%@YODL@%: yodl%g s%@SIGNAL_H@%/usr/include/bits/signum.h%g s%@RLIMITS_INC_H@%/usr/include/asm/resource.h%g s%@SHORTBOOTNAMES@%yes%g s%@INSTLIB@%install.bin-$(L)%g s%@UNINSTLIB@%uninstall.bin-$(L)%g s%@D@%D%g s%@DL_EXT@%so%g s%@DLLD@%gcc%g s%@DLCFLAGS@%-fpic%g s%@DLLDFLAGS@%-shared%g s%@E@%N%g s%@EXTRA_LDFLAGS@%-rdynamic%g s%@EXPOPT@%%g s%@IMPOPT@%%g s%@L@%N%g s%@LINKMODS@%NOLINKMODS%g s%@MOD_EXPORT@%%g s%@MOD_IMPORT_VARIABLE@%%g s%@MOD_IMPORT_FUNCTION@%%g s%@EXTRAZSHOBJS@%%g /@CLEAN_MK@/r ./Config/clean.mk s%@CLEAN_MK@%%g /@CONFIG_MK@/r ./Config/config.mk s%@CONFIG_MK@%%g /@DEFS_MK@/r Config/defs.mk s%@DEFS_MK@%%g /@FUNCINST_MK@/r ./Config/funcinst.mk s%@FUNCINST_MK@%%g /@VERSION_MK@/r ./Config/version.mk s%@VERSION_MK@%%g CEOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. ac_file=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_cmds # Line after last line for current file. ac_more_lines=: ac_sed_cmds="" while $ac_more_lines; do if test $ac_beg -gt 1; then sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file else sed "${ac_end}q" conftest.subs > conftest.s$ac_file fi if test ! -s conftest.s$ac_file; then ac_more_lines=false rm -f conftest.s$ac_file else if test -z "$ac_sed_cmds"; then ac_sed_cmds="sed -f conftest.s$ac_file" else ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" fi ac_file=`expr $ac_file + 1` ac_beg=$ac_end ac_end=`expr $ac_end + $ac_max_sed_cmds` fi done if test -z "$ac_sed_cmds"; then ac_sed_cmds=cat fi CONFIG_FILES=${CONFIG_FILES-"Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile Test/Makefile"} for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case "$ac_file" in *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; *) ac_file_in="${ac_file}.in" ;; esac # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. # Remove last slash and all that follows it. Not all systems have dirname. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then # The file is in a subdirectory. test ! -d "$ac_dir" && mkdir "$ac_dir" ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" # A "../" for each directory in $ac_dir_suffix. ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` else ac_dir_suffix= ac_dots= fi case "$ac_given_srcdir" in .) srcdir=. if test -z "$ac_dots"; then top_srcdir=. else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; *) # Relative path. srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" top_srcdir="$ac_dots$ac_given_srcdir" ;; esac case "$ac_given_INSTALL" in [/$]*) INSTALL="$ac_given_INSTALL" ;; *) INSTALL="$ac_dots$ac_given_INSTALL" ;; esac echo creating "$ac_file" rm -f "$ac_file" configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." case "$ac_file" in *Makefile*) ac_comsub="1i\\ # $configure_input" ;; *) ac_comsub= ;; esac ac_file_inputs=`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\([^!]\)% $ac_given_srcdir/\1%g" -e "s%:!% %"` sed -e "$ac_comsub s%@configure_input@%$configure_input%g s%@srcdir@%$srcdir%g s%@top_srcdir@%$top_srcdir%g s%@INSTALL@%$INSTALL%g " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file fi; done rm -f conftest.s* # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where # NAME is the cpp macro being defined and VALUE is the value it is being given. # # ac_d sets the value in "#define NAME VALUE" lines. ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' ac_dC='\3' ac_dD='%g' # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' ac_uB='\([ ]\)%\1#\2define\3' ac_uC=' ' ac_uD='\4%g' # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' ac_eB='$%\1#\2define\3' ac_eC=' ' ac_eD='%g' if test "${CONFIG_HEADERS+set}" != set; then CONFIG_HEADERS="config.h" fi for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case "$ac_file" in *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; *) ac_file_in="${ac_file}.in" ;; esac echo creating $ac_file rm -f conftest.frag conftest.in conftest.out ac_file_inputs=`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\([^!]\)% $ac_given_srcdir/\1%g" -e "s%:!% %"` cat $ac_file_inputs > conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in cat > conftest.frag < conftest.out rm -f conftest.in mv conftest.out conftest.in rm -f conftest.frag conftest.h echo "/* $ac_file. Generated automatically by configure. */" > conftest.h cat conftest.in >> conftest.h rm -f conftest.in if cmp -s $ac_file conftest.h 2>/dev/null; then echo "$ac_file is unchanged" rm -f conftest.h else # Remove last slash and all that follows it. Not all systems have dirname. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then # The file is in a subdirectory. test ! -d "$ac_dir" && mkdir "$ac_dir" fi rm -f $ac_file mv conftest.h $ac_file fi fi; done \ test -z "$CONFIG_HEADERS" || echo > stamp-h exit 0 --C7zPtVaVf+AK4Oqc--