Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Compile error
- X-seq: zsh-users 3986
- From: "Ken Moorley" <kmoorley@xxxxxxxxxxxx>
- To: "zsh Users" <zsh-users@xxxxxxxxxxxxxx>
- Subject: Compile error
- Date: Mon, 2 Jul 2001 17:33:38 +1000
- Importance: Normal
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
zsh version : 4.0.2
host operating system : i686-pc-sco3.2v5.0.5
source code location : .
compiler : gcc
preprocessor flags :
executable compiler flags
: -D__sco -Wall -Wno-implicit -Wmissing-prototypes -O
2
executable linker flags : -s
library flags : -lsocket -ldl -ltermcap -lm -lc
installation basename : zsh
binary install path : /usr/local/bin
man page install path : /usr/local/man
info install path : /usr/local/info
functions install path : /usr/local/share/zsh/4.0.2/functions
See config.modules for installed modules and functions.
creating Config/defs.mk
creating Makefile
creating Doc/Makefile
creating Etc/Makefile
creating Src/Makefile
creating Test/Makefile
creating config.h
config.h is unchanged
Would some one please help with the following compile error:-
gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit -Wmissing-prototype
s -O
2 -o builtin.o builtin.c
In file included from builtin.c:30:
zsh.mdh:15: sigcount.h: No such file or directory
In file included from builtin.c:30:
zsh.mdh:30: builtin.epro: No such file or directory
zsh.mdh:31: compat.epro: No such file or directory
zsh.mdh:32: cond.epro: No such file or directory
zsh.mdh:33: exec.epro: No such file or directory
zsh.mdh:34: glob.epro: No such file or directory
zsh.mdh:35: hashtable.epro: No such file or directory
zsh.mdh:36: hist.epro: No such file or directory
zsh.mdh:37: init.epro: No such file or directory
zsh.mdh:38: input.epro: No such file or directory
zsh.mdh:39: jobs.epro: No such file or directory
zsh.mdh:40: lex.epro: No such file or directory
zsh.mdh:41: linklist.epro: No such file or directory
zsh.mdh:42: loop.epro: No such file or directory
zsh.mdh:43: math.epro: No such file or directory
zsh.mdh:44: mem.epro: No such file or directory
zsh.mdh:45: module.epro: No such file or directory
zsh.mdh:46: options.epro: No such file or directory
zsh.mdh:47: params.epro: No such file or directory
zsh.mdh:48: parse.epro: No such file or directory
zsh.mdh:49: pattern.epro: No such file or directory
zsh.mdh:50: prompt.epro: No such file or directory
zsh.mdh:51: signals.epro: No such file or directory
zsh.mdh:52: signames.epro: No such file or directory
zsh.mdh:53: string.epro: No such file or directory
zsh.mdh:54: subst.epro: No such file or directory
zsh.mdh:55: text.epro: No such file or directory
zsh.mdh:56: utils.epro: No such file or directory
zsh.mdh:57: watch.epro: No such file or directory
builtin.c:31: builtin.pro: No such file or directory
make[2]: *** [builtin.o] Error 1
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.2/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.2/Src'
make: *** [all] Error 1
Regards,
Ken Moorley
Computer Management Services
Tel: 02 9488 5759
Fax: 02 9488 5770
Email: kmoorley@xxxxxxxxxxxx
WWW: www.cms-sols.com.au
Messages sorted by:
Reverse Date,
Date,
Thread,
Author