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

Installing zsh-3.0-pre4 under HP-UX 10.10



Hi,

I have problems to install zsh-3.0-pre4 (and older ones) under HP-UX
version 10.10. After configuring, which runs without problems:

zsh configuration
-----------------
zsh version           : 3.0-pre4
host operating system : hpux10.10
source code location  : .
compiler              : gcc
compiler flags        :  -Wall -Wno-implicit -Wmissing-prototypes -O2 -DDEBUG
binary install path   : /usr/local/bin
man page install path : /usr/local/man
info install path     : /usr/local/info
 
I try to run the make process. But this fails already with the first source file builtin.c:

make
No suffix list.
        CONFIG_FILES=Makefile CONFIG_HEADERS= ./config.status
creating Makefile
        cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H'  CFLAGS='-Wall -Wno-implicit -Wmi
ssing-prototypes -O2 -DDEBUG' LDFLAGS='' LIBS='-ltermcap'  prefix='/usr/local' exec_prefix='/usr/loc
al' bindir='/usr/local/bin'  infodir='/usr/local/info' mandir='/usr/local/man' manext='1'
        gcc -c -I.. -I. -I.  -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 -DDEBUG bu
iltin.c
In file included from ./system.h:102,
                 from zsh.h:35,
                 from builtin.c:32:
/usr/include/sys/time.h:464: warning: `FD_SET' redefined
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.01/2.7.0/include/sys/types.h:227: warning: this is the loca
tion of the previous definition
/usr/include/sys/time.h:473: warning: `FD_CLR' redefined
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.01/2.7.0/include/sys/types.h:228: warning: this is the loca
tion of the previous definition
/usr/include/sys/time.h:477: warning: `FD_ZERO' redefined
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.01/2.7.0/include/sys/types.h:232: warning: this is the loca
tion of the previous definition
/usr/include/sys/time.h:501: warning: `FD_ISSET' redefined
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.01/2.7.0/include/sys/types.h:229: warning: this is the loca
tion of the previous definition
builtin.c:3607: #error there are some unknown limits.  Fix me!
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Under HP-UX Version 9, the make runs without any problem

Regards

Joachim Backes

--

From:

+---------------------------------------------------------------------+
| Joachim Backes                             phone: +49-631-205-2438  |
| University of Kaiserslautern               fax:   +49-631-205-3056  |
| Computer Center                                                     |
| Supercomputer division                                              |
| P.O. Box 3049                                                       |
| D-67653 Kaiserslautern                                              |
| Germany                                                             |
|                                                                     |
| E-Mail:  backes@xxxxxxxxxxxxxx                                      |
| WWW:     http://sgi400.rhrk.uni-kl.de/home/mitarbeiter/backes.html  |
+---------------------------------------------------------------------+



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