From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7118 invoked from network); 17 Nov 1998 17:08:46 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Nov 1998 17:08:46 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id MAA23972; Tue, 17 Nov 1998 12:06:35 -0500 (EST) Resent-Date: Tue, 17 Nov 1998 12:06:35 -0500 (EST) From: "Bart Schaefer" Message-Id: <981117090304.ZM6466@candle.brasslantern.com> Date: Tue, 17 Nov 1998 09:03:04 -0800 In-Reply-To: <002301be1242$f9425cd0$21c9ca95@mowp.siemens.ru> Comments: In reply to "Andrej Borsenkow" "How to include ZSH modules in static version?" (Nov 17, 6:57pm) References: <002301be1242$f9425cd0$21c9ca95@mowp.siemens.ru> X-Mailer: Z-Mail (4.0b.820 20aug96) To: "Andrej Borsenkow" Subject: Re: How to include ZSH modules in static version? Cc: "ZSH workers mailing list" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"Xh9LI2.0.Ss5.QqQKs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4665 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Nov 17, 6:57pm, Andrej Borsenkow wrote: } Subject: How to include ZSH modules in static version? } } What was wrong? Is it possible to explicitly say (a la apache) which modules } should be compiled in statically? Would be a nice addition. 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). (Boy there are a lot of parens in that paragraph.) There's a lot of information about modules buried in the Src/mk*.sh and related files that probably ought to get moved to a file in Etc/ with a more obvious name. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com