Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0.1-test on cray
- X-seq: zsh-workers 2106
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: gene@xxxxxxxx
- Subject: Re: 3.0.1-test on cray
- Date: Wed, 4 Sep 1996 18:04:13 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <9609041618.AA00907@xxxxxxxx> from "gene@xxxxxxxx" at Sep 4, 96 12:18:28 pm
>        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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author