From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5686 invoked from network); 4 Jul 2000 03:26:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jul 2000 03:26:46 -0000 Received: (qmail 8744 invoked by alias); 4 Jul 2000 03:26:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12153 Received: (qmail 8736 invoked from network); 4 Jul 2000 03:26:01 -0000 Sender: ethersoft@rcn.com To: "Bart Schaefer" Cc: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: Re: Failing make check References: <1000703180143.ZM2794@candle.brasslantern.com> From: Vin Shelton Organization: EtherSoft, Inc Date: 03 Jul 2000 23:23:01 -0400 In-Reply-To: "Bart Schaefer"'s message of "Mon, 3 Jul 2000 18:01:43 +0000" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii OK. Now I see a little more of what's going on. It turns out that when 'make check' fails, I have been specifying CC on the command line: CC=/usr/local/egcs-2000-06-30/bin/gcc mk-zsh. (mk-zsh runs 'Util/preconfig', then 'configure', then 'make' and then 'make check'.) When I don't override CC, 'make check' works fine. Sorry for the previous red herring; the failures have nothing to do with srcdir != objdir. When I get the chance, I will investigate further. - vin