From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29390 invoked from network); 8 Jun 1999 11:29:22 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jun 1999 11:29:22 -0000 Received: (qmail 25327 invoked by alias); 8 Jun 1999 11:29:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6519 Received: (qmail 25316 invoked from network); 8 Jun 1999 11:29:07 -0000 From: "Andrej Borsenkow" To: "Peter Stephenson" , "Zsh hackers list" Subject: RE: LFS and explicit LIBS RE: pws-21 Date: Tue, 8 Jun 1999 15:28:28 +0400 Message-ID: <000d01beb1a2$07d43a80$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <9906080850.AA22875@ibmth.df.unipi.it> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 make[1]: Leaving directory `/tools/src/zsh-3.1.5-pws-21/Doc' gmake[1]: Entering directory `/tools/src/zsh-3.1.5-pws-21/Completion' if test xyes != x && test xyes != xno; then \ ../mkinstalldirs yes || exit 1; \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ for file in Core/* Base/* Builtins/* User/_configure User/_dd User/_gzip User/_compress User/_uncompress Zftp/*; do \ if test -f $file; then \ .././install-sh -c -m 644 $file yes || exit 1; \ fi; \ done; \ fi; \ exit 0 mkdir yes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is configure problem; I configure with --enable-fndir and fndir got set to "yes". /andrej