From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10367 invoked from network); 23 Nov 1999 16:21:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Nov 1999 16:21:44 -0000 Received: (qmail 28827 invoked by alias); 23 Nov 1999 16:21:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8754 Received: (qmail 28820 invoked from network); 23 Nov 1999 16:21:35 -0000 Date: Tue, 23 Nov 1999 17:21:34 +0100 (MET) Message-Id: <199911231621.RAA12931@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Adam Spiers's message of Tue, 23 Nov 1999 16:11:05 +0000 Subject: Re: PATCH: more remnants of comp1 Adam Spiers wrote: > Sven Wischnowsky (wischnow@informatik.hu-berlin.de) wrote: > > Adam Spiers wrote: > > > > > Also, the INSTALL file still mentions comp1. I'll leave this to > > > someone more appropriate to fix (hi Sven, you're not busy anyway are > > > you? ;-) > > > > Well, I'm not really appropriate for this, I think, but here it is. > > > > `grep' said that now there is no other reference to `comp1'. Apart > > from the ChangeLog, of course. > > Um, the last line of this patch suggests that comp1 is still mentioned > in INSTALL :-) Ouch. Did that grep while changing INSTALL. But now... (that paragraph wasn't correct any more anyway) Bye Sven --- INSTALL.old Tue Nov 23 17:14:23 1999 +++ INSTALL Tue Nov 23 17:21:22 1999 @@ -75,14 +75,12 @@ module name per line with no punctuation and no suffix. See the zshmodules manual page for the list of available modules. -On systems which do not allow symbols in one dynamically loaded library to -be visible from another, comp1 will be compiled in to the base executable -when dynamic loading is used to provide a link between the compctl and zle -modules. However, the modules depending on zle (complist and deltochar) -cannot be loaded dynamically on such systems; this is true, for example, of -version 4 of SunOS. The most convenient workaround is to compile zle into -the base executable by including it (as well as comp1) in mymods.conf as -described above. +Note that the modules depending on zle or complete (e.g.: complist and +deltochar) cannot be loaded dynamically on systems which do not allow symbols +in one dynamically loaded library to be visible from another; this is true, +for example, of version 4 of SunOS. The most convenient workaround is to +compile zle and complete into the base executable by including them in +mymods.conf as described above. Compiler Options or Using a Different Compiler ---------------------------------------------- -- Sven Wischnowsky wischnow@informatik.hu-berlin.de