From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.4/8.7.3) with ESMTP id HAA03396 for ; Thu, 21 Mar 1996 07:19:16 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id PAA12783; Wed, 20 Mar 1996 15:00:18 -0500 (EST) Resent-Date: Wed, 20 Mar 1996 15:00:18 -0500 (EST) Sender: mdb@cdc.noaa.gov To: Arno Hahma Cc: ZSH mailing list Subject: Re: Bug in zsh filename completion (bad one...) Organization: CIRES, University of Colorado X-Attribution: mb References: <96Mar20.211019+0200eet_dst.12050-25005+162@utu.fi> From: Mark Borges Date: 20 Mar 1996 12:59:17 -0700 In-Reply-To: Arno Hahma's message of Wed, 20 Mar 1996 21:10:13 +0200 (EET) Message-Id: Resent-Message-ID: <"0K_PM3.0.c73.HF6Kn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/844 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu This info, from the FAQ located at the ZSH WWW page, http://www.mal.com/zsh/FAQ/ should help you out. ------------------------------------------------------------------------------ A3.On what machines will it run? [...] Note for Solaris 2.2 and 2.3: The UCB versions of the routines for reading directories are not usable (the struct definitions are incompatible with the ones assumed by zsh). The symptom of this is that globbed filenames in the compiled version of zsh will be missing the first two letters. To avoid this, make sure you compile zsh without any reference to /usr/ucblib in (e.g.) your LD_LIBRARY_PATH. ------------------------------------------------------------------------------ >> On Wed, 20 Mar 1996 21:10:13 +0200 (EET), >> Arno Hahma(AH) wrote: ... AH> I found a pretty annoying bug in zsh-2.6-beta13, in its filename AH> completion. The first characters of all filenames are missing, AH> like this: ... AH> There is one difference in compiling zsh on the two above systems: AH> Solaris 2.4 requires linking of /usr/ucblib/libucb.a or .so to get the It shouldn't (I can verify it doesn't in Solaris-2.3 and Solaris-2.5; if it does in Solaris-2.4, then perhaps there is a configure bug). -mb-