From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 516 invoked from network); 2 Jul 2001 07:34:08 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Jul 2001 07:34:08 -0000 Received: (qmail 11929 invoked by alias); 2 Jul 2001 07:32:58 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3986 Received: (qmail 11899 invoked from network); 2 Jul 2001 07:32:55 -0000 From: "Ken Moorley" To: "zsh Users" Subject: Compile error Date: Mon, 2 Jul 2001 17:33:38 +1000 Message-ID: <000901c102c9$4f55f540$450000c0@kenpc.cms.aust.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 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@cms.aust.com WWW: www.cms-sols.com.au