From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10631 invoked from network); 31 Jan 2001 09:00:28 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Jan 2001 09:00:28 -0000 Received: (qmail 8757 invoked by alias); 31 Jan 2001 09:00:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13410 Received: (qmail 8738 invoked from network); 31 Jan 2001 09:00:21 -0000 Date: Wed, 31 Jan 2001 10:00:18 +0100 (MET) Message-Id: <200101310900.KAA05976@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Wed, 31 Jan 2001 11:50:03 +0300 Subject: Re: Somebody with gcc knowledge here? (Was: termcap moodule problem on Cygwin ) Andrej Borsenkow wrote: > > > - move termcap (and terminfo) back into main zsh. > > > > You could force it to be statically linked by changing the `link' line to > > test for cygwin in termcap.mdd. See existing `link=' in terminfo.mdd for > > how this works. You can make this depend on a configure test for whether > > termcap is static. > > > > Of course, I am idiot. Even more so as I cannot build zsh with static termcap: So I'm not the only idiot. Good. This happened to me, too. Somehow the Makefile calls the recursive `make's twice when collection the module object files to be put into stamp-modobjs. Since I don't really understand that part of the Makefile anymore, I just added a `sort -u' in the rule that checks if the new stamp-modobjs.tmp differs from existing stamp-modobjs. But I'm pretty sure this isn't the right way to solve it. Then I forgot to mention it on the list. Sorry. So... Zefram? Anyone? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de