From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4825 invoked from network); 23 Jun 2000 12:31:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jun 2000 12:31:46 -0000 Received: (qmail 20002 invoked by alias); 23 Jun 2000 12:31:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12050 Received: (qmail 19994 invoked from network); 23 Jun 2000 12:31:19 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: mymods.conf and module dependencies Date: Fri, 23 Jun 2000 16:31:11 +0400 Message-ID: <000c01bfdd0e$ea130960$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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal The module order in mymods.conf is significant - modules must be listed after modules they depend upon (ough, is it correct english? :-) Else you get something like this: srcdir='/usr/src/zsh/Src' MODBINS='modules-bltin' \ XMODCF='/usr/src/zsh/Src/xmods.conf' /bin/sh /usr/src/zsh/Src/mkbltnmlst.sh blti nmods.list ERROR: linked-in module `zsh/compctl' depends on `zsh/complete' make[2]: *** [bltinmods.list] Error 1 make[2]: Leaving directory `/usr/build/zsh/Src' make[1]: *** [modobjs] Error 2 make[1]: Leaving directory `/usr/build/zsh/Src' make: *** [all] Error 1 with mymods.conf zsh/cap zsh/clone zsh/compctl zsh/complete zsh/complist zsh/computil zsh/deltochar zsh/example zsh/files zsh/mapfile zsh/mathfunc zsh/parameter zsh/rlimits zsh/sched zsh/stat zsh/zftp zsh/zle zsh/zleparameter zsh/zutil It is not very handy when you are not deep in Zsh sources ... -andrej Have a nice DOS! B >>