From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2569 invoked from network); 4 Jul 2001 13:40:43 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jul 2001 13:40:43 -0000 Received: (qmail 20350 invoked by alias); 4 Jul 2001 13:39:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15247 Received: (qmail 20337 invoked from network); 4 Jul 2001 13:39:35 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Ken Moorley" Cc: "ZSH Workers Mailing List" Subject: Help needed RE: Compile error Date: Wed, 4 Jul 2001 17:40:16 +0400 Message-ID: <002801c1048e$dbf88910$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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 In-Reply-To: <000001c10446$f3c0b880$450000c0@kenpc.cms.aust.com> > > Sorry to put you through this drama, is there any significance to the > "sigcount.h: No such file or directory" message? > This the immediate result of Makemod error (missing dependencies). To zsh-workers - I give up. The problem is as I said, for some reason Makemod is generated without dependencies for zsh.mdh: zsh.mdh: @$(MAKE) -f $(makefile) $(MAKEDEFS) zsh.mdh.tmp @mv -f zsh.mdh.tmp zsh.mdh @echo "Updated \`zsh.mdh'." instead of zsh.mdh: ../config.h system.h zsh.h sigcount.h signals.h prototypes.h hashtable.h ztype.h zsh.mdhi @$(MAKE) -f $(makefile) $(MAKEDEFS) zsh.mdh.tmp @mv -f zsh.mdh.tmp zsh.mdh @echo "Updated \`zsh.mdh'." I thought, it is some weird problem of echo on SCO, but traces show that command is called without extra parameters: + echo zsh.mdh: + echo @$(MAKE) -f $(makefile) $(MAKEDEFS) zsh.mdh.tmp + echo @mv -f zsh.mdh.tmp zsh.mdh + echo @echo "Updated \`zsh.mdh'." and Makemod is correct. It looks like evil black magic to me. -andrej