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 coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id DAA00947 for ; Thu, 5 Sep 1996 03:13:17 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA08947; Wed, 4 Sep 1996 13:05:52 -0400 (EDT) Resent-Date: Wed, 4 Sep 1996 13:05:52 -0400 (EDT) From: Zefram Message-Id: <29962.199609041704@stone.dcs.warwick.ac.uk> Subject: Re: 3.0.1-test on cray To: gene@bear.com Date: Wed, 4 Sep 1996 18:04:13 +0100 (BST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <9609041618.AA00907@bear.com> from "gene@bear.com" at Sep 4, 96 12:18:28 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8068.55 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"iR8aZ.0.jB2.lRRBo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2106 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > cc -o zsh builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o init.o input.o jobs.o lex.o linklist.o loop.o math.o mem.o params.o parse.o sign >als.o subst.o text.o utils.o watch.o zle_bindings.o zle_hist.o zle_main.o zle_ >misc.o zle_move.o zle_refresh.o zle_tricky.o zle_utils.o zle_vi.o zle_word.o -l >dir -ltermcap > ldr-334 cc: CAUTION > File 'libdir.a' cannot be found in any of the search directories. -ldir doesn't exist but it's being used anyway. This happens because the compiler only gives a warning for this type of failure. Difficult to avoid, but not fatal. > ldr-133 cc: WARNING > Unsatisfied external references have been encountered. > > Unsatisfied external references > Entry name Modules referencing entry > > nis_list zle_tricky$c That means it thinks you have NIS, but you don't have the library for it. configure checks for existence of ypcat; I think it should check for the library functions instead. -zefram