From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7479 invoked from network); 17 Nov 1998 17:26:20 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Nov 1998 17:26:20 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id MAA24689; Tue, 17 Nov 1998 12:25:05 -0500 (EST) Resent-Date: Tue, 17 Nov 1998 12:25:05 -0500 (EST) From: "Andrej Borsenkow" To: "Bart Schaefer" Cc: "ZSH workers mailing list" Subject: RE: How to include ZSH modules in static version? Date: Tue, 17 Nov 1998 20:23:31 +0300 Message-ID: <002801be124e$ffa512f0$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal In-Reply-To: <981117090304.ZM6466@candle.brasslantern.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Resent-Message-ID: <"hbpzn2.0.i16.m5RKs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4666 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > > Read the INSTALL file. You need to add the module names you want to the > file Src/modules-bltin (why the missing vowels, someone?) in the build > tree (not the source tree, if the two trees are not the same). If you > don't do this, the modules in Src/xmods.conf in the source tree are the > ones included by default (I don't think that's documented anywhere). > Oops! RTFM ... thank you. I actually was confused, that after compiling patched ZSH it got no modules at all. Looks like modules-bltn simply was not updated. thanks once more /andrej