zsh-workers
 help / color / mirror / code / Atom feed
* Installing zsh-3.0-pre4 under HP-UX 10.10
@ 1996-07-31  5:39 Joachim Backes
  1996-07-31  7:33 ` Bas V. de Bakker
  0 siblings, 1 reply; 2+ messages in thread
From: Joachim Backes @ 1996-07-31  5:39 UTC (permalink / raw)
  To: zsh-workers

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@rhrk.uni-kl.de                                      |
| WWW:     http://sgi400.rhrk.uni-kl.de/home/mitarbeiter/backes.html  |
+---------------------------------------------------------------------+


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Installing zsh-3.0-pre4 under HP-UX 10.10
  1996-07-31  5:39 Installing zsh-3.0-pre4 under HP-UX 10.10 Joachim Backes
@ 1996-07-31  7:33 ` Bas V. de Bakker
  0 siblings, 0 replies; 2+ messages in thread
From: Bas V. de Bakker @ 1996-07-31  7:33 UTC (permalink / raw)
  To: zsh-workers

Joachim Backes <backes@rhrk.uni-kl.de> writes:

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

I had no such problems compiling 3.0-pre4 under HPUX 10.10.  I suspect
your problems are due to having installed gcc under version 10.01.
Gcc installs its own header files which are made from the system
header files.  When upgrading from 10.01 to 10.10 various changes seem
to have been made to the header files and compiling all kinds of
programs with gcc gave me problems, because the gcc fixed 10.01 header
files were incompatible with the 10.10 system ones.  Reinstalling gcc
to get the fixed new header files solved all of them.

Hope this helps.

Bas.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-07-31  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-31  5:39 Installing zsh-3.0-pre4 under HP-UX 10.10 Joachim Backes
1996-07-31  7:33 ` Bas V. de Bakker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).