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 QAA00440 for ; Sun, 18 Aug 1996 16:53:24 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id CAA05937; Sun, 18 Aug 1996 02:51:32 -0400 (EDT) Resent-Date: Sun, 18 Aug 1996 02:51:32 -0400 (EDT) Message-Id: <199608180648.CAA14697@redwood.skiles.gatech.edu> To: zsh-workers@math.gatech.edu Subject: Re: 3.0.0 and Solaris 2.5 and NIS In-reply-to: Your message of "Sun, 18 Aug 1996 00:52:59 +0200." Date: Sun, 18 Aug 1996 02:48:53 -0400 From: Richard Coleman Resent-Message-ID: <"Ongs4.0.hS1.qrh5o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2021 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > gcc -L/import/pub/lib -R/import/pub/lib:/import/X11R6/lib:/usr/dt/lib -s > -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.fu-berlin.de.o mem.o > params.o parse.o signals.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 -ltermcap > Undefined first referenced > symbol in file > nis_list zle_tricky.o > ld: fatal: Symbol referencing errors. No output written to zsh > gmake[1]: *** [zsh] Error 1 > gmake[1]: Leaving directory `/tmp/zsh-3.0.0/Src' > gmake: *** [Src] Error 2 > > This goes away if we link -lnsl > > Felix 3.0 compiled just fine here... we also use Solaris 2.5 and NIS. You are probably confusing the configure tests which check for the library nsl, although I'm not sure how. rc