From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 625 invoked from network); 2 Jul 2001 07:41:46 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Jul 2001 07:41:46 -0000 Received: (qmail 17165 invoked by alias); 2 Jul 2001 07:40:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15201 Received: (qmail 17135 invoked from network); 2 Jul 2001 07:40:49 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH Workers Mailing List" , "Ken Moorley" Subject: RE: Compile error Date: Mon, 2 Jul 2001 11:41:17 +0400 Message-ID: <001601c102ca$60fac0e0$21c9ca95@mow.siemens.ru> 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 IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <000901c102c9$4f55f540$450000c0@kenpc.cms.aust.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Importance: Normal [Moved to zsh-workers] Please, send complete typescript of make. For some reason none of scripts run. Do you use GNU make or native make? I'm afraid, native make will not work (I could not make it work on my system). -andrej > -----Original Message----- > From: Ken Moorley [mailto:kmoorley@cms.aust.com] > Sent: Monday, July 02, 2001 11:34 AM > To: zsh Users > Subject: Compile error > > > 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 > >