Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Problem Installing Z Shell on HPUX 10.20



Hi all,

I met some problems installing Z Shell on HPUX 10.20, and
did not find a way to cope with it. I have a working version
of "sed", and the problem does not seem to be linked to it.
I joined to this message the output of "configure", which I
called "configure.log", the additional "config.log" produced
by "configure", and the output of the "make" command, which I
called "make.log".

I would be happy if someone has already solved the problem
or could help in any way. If you have some suggestion, please
reply to my address (chamont@xxxxxxxxxxxxxxx), since I am
not registered in the zsh-worker list.

Thanks.
David.

====================================
http://polhp5.in2p3.fr:8000/~chamont
====================================
creating cache ./config.cache
configuring for zsh 3.0.4
checking host system type... hppa1.1-hp-hpux10.20
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for working const... yes
checking for gcc option to accept ANSI C... 
checking for function prototypes... yes
checking size of long... 4
checking if the compiler supports union initialisation... yes
checking if signed to unsigned casting is broken... no
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /opt/imake/bin/install -c
checking for mawk... no
checking for gawk... gawk
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/select.h... no
checking for termcap.h... no
checking for termio.h... yes
checking for termios.h... yes
checking for sys/param.h... yes
checking for sys/filio.h... no
checking for string.h... yes
checking for memory.h... yes
checking for limits.h... yes
checking for fcntl.h... yes
checking for libc.h... no
checking for sys/utsname.h... yes
checking for sys/resource.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking ut_host in struct utmp... yes
checking POSIX termios... yes
checking TIOCGWINSZ in termios.h... yes
checking for sys/ptem.h... no
checking for tgetent in -ltermcap... yes
checking for getdomainname... yes
checking if an include file defines ospeed... no
checking if you must define ospeed... no
checking if tgetent accepts NULL... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for off_t... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking for sigset_t... yes
checking for struct timezone... yes
checking whether getpgrp takes no argument... yes
checking for working strcoll... yes
checking for strftime... yes
checking for waitpid... yes
checking for select... yes
checking for tcsetpgrp... yes
checking for tcgetattr... yes
checking for strstr... yes
checking for lstat... yes
checking for getlogin... yes
checking for setpgid... yes
checking for gettimeofday... yes
checking for gethostname... yes
checking for mkfifo... yes
checking for wait3... yes
checking for difftime... yes
checking for sigblock... yes
checking for sigsetmask... yes
checking for sigrelse... yes
checking for sighold... yes
checking for killpg... yes
checking for sigaction... yes
checking for getrlimit... yes
checking for sigprocmask... yes
checking for setuid... yes
checking for seteuid... no
checking for setreuid... yes
checking for setresuid... yes
checking for strerror... yes
checking for nis_list... no
checking for initgroups... yes
checking what style of signals to use... POSIX_SIGNALS
checking where signal.h is located... /usr/include/sys/signal.h
checking where the RLIMIT macros are located... /usr/include/sys/resource.h
checking if rlim_t is quad_t... no
checking if the rlim_t is unsigned... yes
checking for rlim_t... yes
checking for /dev/fd filesystem... no
checking for RFS superroot directory... no
checking for NIS... yes
checking for NIS+... no
checking where utmp is located... /etc/utmp
checking where wtmp is located... /etc/wtmp
checking if typeahead needs FIONREAD... no
checking for brk() prototype in <unistd.h>... yes
checking for sbrk() prototype in <unistd.h>... yes
checking for ioctl prototype in <sys/ioctl.h>... yes
checking if named FIFOs work... yes
checking if echo in /bin/sh interprets escape sequences... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Src/Makefile
creating Doc/Makefile
creating Etc/Makefile
creating Misc/Makefile
creating Util/Makefile
creating Functions/Makefile
creating StartupFiles/Makefile
creating config.h

zsh configuration
-----------------
zsh version           : 3.0.4
host operating system : hpux10.20
source code location  : .
compiler              : gcc
compiler flags        :  -Wall -Wno-implicit -Wmissing-prototypes -O2
binary install path   : /usr/local/bin
man page install path : /usr/local/man
info install path     : /usr/local/info

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:577: checking host system type
configure:795: checking for gcc
configure:872: checking whether the C compiler (gcc  ) works
configure:886: gcc -o conftest    conftest.c  1>&5
configure:906: checking whether the C compiler (gcc  ) is a cross-compiler
configure:911: checking whether we are using GNU C
configure:920: gcc -E conftest.c
configure:935: checking whether gcc accepts -g
configure:985: checking how to run the C preprocessor
configure:1006: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1046: checking whether gcc needs -traditional
configure:1091: checking for working const
configure:1145: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:1119: warning: unused variable `s'
configure:1139: warning: unused variable `foo'
configure:1107: warning: unused variable `zero'
configure:1101: warning: unused variable `x'
configure:1118: warning: `t' might be used uninitialized in this function
configure:1136: warning: `b' might be used uninitialized in this function
configure:1165: checking for gcc option to accept ANSI C
configure:1193: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c 1>&5
configure:1214: checking for function prototypes
configure:1227: checking size of long
configure:1246: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
configure:1238: warning: return-type defaults to `int'
configure:1266: checking if the compiler supports union initialisation
configure:1278: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure:1299: checking if signed to unsigned casting is broken
configure:1311: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
configure:1308: warning: return-type defaults to `int'
configure: failed program was:
#line 1307 "configure"
#include "confdefs.h"
main(){return((int)(unsigned char)((char) -1) == 255);}
configure:1334: checking whether make sets ${MAKE}
configure:1370: checking for a BSD compatible install
configure:1423: checking for mawk
configure:1423: checking for gawk
configure:1456: checking for dirent.h that defines DIR
configure:1469: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:1465: warning: unused variable `dirp'
configure:1494: checking for opendir in -ldir
configure:1513: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c -ldir   1>&5
collect2: ld returned 1 exit status
/usr/bin/ld: Can't find library for -ldir
configure: failed program was:
#line 1502 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:1577: checking for ANSI C header files
configure:1590: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1657: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
configure:1681: checking whether time.h and sys/time.h may both be included
configure:1695: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:1691: warning: unused variable `tp'
configure:1716: checking whether stat file-mode macros are broken
configure:1772: checking for sys/wait.h that is POSIX.1 compatible
configure:1793: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure:1820: checking for sys/time.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for sys/times.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for sys/select.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1826: sys/select.h: No such file or directory
configure: failed program was:
#line 1825 "configure"
#include "confdefs.h"
#include <sys/select.h>
configure:1820: checking for termcap.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1826: termcap.h: No such file or directory
configure: failed program was:
#line 1825 "configure"
#include "confdefs.h"
#include <termcap.h>
configure:1820: checking for termio.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for termios.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for sys/param.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for sys/filio.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1826: sys/filio.h: No such file or directory
configure: failed program was:
#line 1825 "configure"
#include "confdefs.h"
#include <sys/filio.h>
configure:1820: checking for string.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for memory.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for limits.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for fcntl.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for libc.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1826: libc.h: No such file or directory
configure: failed program was:
#line 1825 "configure"
#include "confdefs.h"
#include <libc.h>
configure:1820: checking for sys/utsname.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for sys/resource.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for locale.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for errno.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for stdlib.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1820: checking for unistd.h
configure:1830: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1894: checking ut_host in struct utmp
configure:1907: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:1903: warning: statement with no effect
configure:1969: checking POSIX termios
configure:1984: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
configure:2000: checking TIOCGWINSZ in termios.h
configure:2013: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
configure: In function `main':
configure:2009: warning: unused variable `x'
configure:2068: checking for sys/ptem.h
configure:2078: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2074: sys/ptem.h: No such file or directory
configure: failed program was:
#line 2073 "configure"
#include "confdefs.h"
#include <sys/ptem.h>
configure:2110: checking for tgetent in -ltermcap
configure:2129: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c -ltermcap   1>&5
configure:2154: checking for getdomainname
configure:2182: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2261: checking if an include file defines ospeed
configure:2279: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure: In function `main':
configure:2275: `ospeed' undeclared (first use this function)
configure:2275: (Each undeclared identifier is reported only once
configure:2275: for each function it appears in.)
configure: failed program was:
#line 2266 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if HAVE_TERMIOS_H
#include <termios.h>
#endif
#if HAVE_TERMCAP_H
#include <termcap.h>
#endif
int main() {
ospeed = 0;
; return 0; }
configure:2295: checking if you must define ospeed
configure:2307: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
collect2: ld returned 1 exit status
/usr/bin/ld: Unsatisfied symbols:
   ospeed (data)
configure: failed program was:
#line 2300 "configure"
#include "confdefs.h"

int main() {
extern short ospeed; ospeed = 0;
; return 0; }
configure:2339: checking if tgetent accepts NULL
configure:2351: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2348: warning: return-type defaults to `int'
configure:2374: checking return type of signal handlers
configure:2396: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:2392: warning: unused variable `i'
configure:2415: checking for pid_t
configure:2448: checking for off_t
configure:2481: checking for mode_t
configure:2514: checking for uid_t in sys/types.h
configure:2548: checking for size_t
configure:2582: checking for sigset_t
configure:2595: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:2591: warning: unused variable `tempsigset'
configure:2616: checking for struct timezone
configure:2628: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:2624: warning: unused variable `dummy_tz'
configure:2649: checking whether getpgrp takes no argument
configure:2712: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2673: warning: return-type defaults to `int'
configure:2736: checking for working strcoll
configure:2754: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2747: warning: return-type defaults to `int'
configure:2785: checking for strftime
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for waitpid
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for select
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for tcsetpgrp
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for tcgetattr
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for strstr
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for lstat
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for getlogin
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for setpgid
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for gettimeofday
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for gethostname
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for mkfifo
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for wait3
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for difftime
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for sigblock
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for sigsetmask
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for sigrelse
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for sighold
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for killpg
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for sigaction
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for getrlimit
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for sigprocmask
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for setuid
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for seteuid
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
collect2: ld returned 1 exit status
/usr/bin/ld: Unsatisfied symbols:
   seteuid (code)
configure: failed program was:
#line 2790 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char seteuid(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char seteuid();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_seteuid) || defined (__stub___seteuid)
choke me
#else
seteuid();
#endif

; return 0; }
configure:2785: checking for setreuid
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for setresuid
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for strerror
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2785: checking for nis_list
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
collect2: ld returned 1 exit status
/usr/bin/ld: Unsatisfied symbols:
   nis_list (code)
configure: failed program was:
#line 2790 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char nis_list(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char nis_list();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_nis_list) || defined (__stub___nis_list)
choke me
#else
nis_list();
#endif

; return 0; }
configure:2785: checking for initgroups
configure:2813: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2840: checking what style of signals to use
configure:2873: checking where signal.h is located
configure:2890: checking where the RLIMIT macros are located
configure:2916: checking if rlim_t is quad_t
configure:2933: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2930: warning: return-type defaults to `int'
configure: failed program was:
#line 2924 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
main(){struct rlimit r;exit(sizeof(r.rlim_cur) <= sizeof(long));}
configure:2956: checking if the rlim_t is unsigned
configure:2973: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:2970: warning: return-type defaults to `int'
configure:2998: checking for rlim_t
configure:3015: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure: In function `main':
configure:3011: warning: unused variable `l'
configure:3036: checking for /dev/fd filesystem
configure:3054: checking for RFS superroot directory
configure:3070: checking for NIS
configure:3087: checking for NIS+
configure:3105: checking where utmp is located
configure:3123: checking where wtmp is located
configure:3141: checking if typeahead needs FIONREAD
configure:3162: checking for brk() prototype in <unistd.h>
configure:3175: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure:3169: conflicting types for `brk'
/usr/include/sys/unistd.h:346: previous declaration of `brk'
configure: In function `main':
configure:3171: warning: unused variable `i'
configure: failed program was:
#line 3167 "configure"
#include "confdefs.h"
#include <unistd.h>
double brk();
int main() {
int i;
; return 0; }
configure:3196: checking for sbrk() prototype in <unistd.h>
configure:3209: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure:3203: conflicting types for `sbrk'
/usr/include/sys/unistd.h:368: previous declaration of `sbrk'
configure: In function `main':
configure:3205: warning: unused variable `i'
configure: failed program was:
#line 3201 "configure"
#include "confdefs.h"
#include <unistd.h>
double sbrk();
int main() {
int i;
; return 0; }
configure:3232: checking for ioctl prototype in <sys/ioctl.h>
configure:3245: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
configure:3239: conflicting types for `ioctl'
/usr/include/sys/ioctl.h:28: previous declaration of `ioctl'
configure: In function `main':
configure:3241: warning: unused variable `i'
configure: failed program was:
#line 3237 "configure"
#include "confdefs.h"
#include <sys/ioctl.h>
   int ioctl(double x);
int main() {
int i;
; return 0; }
configure:3267: checking if named FIFOs work
configure:3306: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  -ltermcap 1>&5
configure:3280: warning: return-type defaults to `int'
configure:3328: checking if echo in /bin/sh interprets escape sequences
cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-ltermcap' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1'
/u3/chamont/tmp/zsh-3.0.4/Src
make[1]: Entering directory `/disk3/users/chamont/zsh-3.0.4/Src'
gcc -c -I.. -I. -I.  -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c
In file included from system.h:61,
                 from zsh.h:36,
                 from builtin.c:32:
/usr/include/pwd.h:29: parse error before `int32_t'
/usr/include/pwd.h:29: warning: no semicolon at end of struct or union
/usr/include/pwd.h:31: parse error before `}'
/usr/include/pwd.h:67: parse error before `int32_t'
/usr/include/pwd.h:67: warning: no semicolon at end of struct or union
/usr/include/pwd.h:69: parse error before `}'
/usr/include/pwd.h:80: warning: parameter names (without types) in function declaration
In file included from /usr/include/sys/stat.h:25,
                 from system.h:64,
                 from zsh.h:36,
                 from builtin.c:32:
/usr/include/sys/_stat_body.h:22: parse error before `blkcnt_t'
/usr/include/sys/_stat_body.h:22: warning: no semicolon at end of struct or union
/usr/include/sys/_stat_body.h:23: parse error before `:'
/usr/include/sys/_stat_body.h:24: parse error before `:'
/usr/include/sys/_stat_body.h:25: parse error before `:'
/usr/include/sys/_stat_body.h:53: parse error before `}'
builtin.c: In function `bin_cd':
builtin.c:998: storage size of `st1' isn't known
builtin.c:998: storage size of `st2' isn't known
builtin.c:998: warning: unused variable `st2'
builtin.c:998: warning: unused variable `st1'
builtin.c: In function `bin_dot':
builtin.c:4666: storage size of `st' isn't known
builtin.c:4666: warning: unused variable `st'
make[1]: *** [builtin.o] Error 1
make[1]: Leaving directory `/disk3/users/chamont/zsh-3.0.4/Src'
make: *** [Src] Error 2


Messages sorted by: Reverse Date, Date, Thread, Author