zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@dcs.warwick.ac.uk>
To: gene@bear.com
Cc: zsh-workers@math.gatech.edu
Subject: Re: 3.0.1-test on cray
Date: Wed, 4 Sep 1996 18:04:13 +0100 (BST)	[thread overview]
Message-ID: <29962.199609041704@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <9609041618.AA00907@bear.com> from "gene@bear.com" 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


  reply	other threads:[~1996-09-04 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-04 16:18 gene
1996-09-04 17:04 ` Zefram [this message]
1996-09-04 17:27 ` Zoltan Hidvegi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29962.199609041704@stone.dcs.warwick.ac.uk \
    --to=zefram@dcs.warwick.ac.uk \
    --cc=gene@bear.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).