Subject: netbsd-1-5 branch 'make release' fails...
To: None <current-users@netbsd.org>
From: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 02/12/2002 00:40:01
Hi,

... within bin/csh (as first related instance):

  cc  -static -o csh -nostdlib -Wl,-rpath-link,/usr/dest/usr/lib /usr/dest/usr/lib/crt0.o /usr/dest/usr/lib/crtbegin.o alloc.o char.o const.o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o hist.o init.o lex.o misc.o parse.o printf.o proc.o sem.o set.o str.o strpct.o time.o  -L/usr/dest/usr/lib -lgcc -lc -lgcc /usr/dest/usr/lib/crtend.o
  /usr/dest/usr/lib/libc.a(nsdispatch.o): In function `_nsdbtget':
  nsdispatch.o(.text+0x278): undefined reference to `_nsyyin'
  nsdispatch.o(.text+0x28f): undefined reference to `_nsyyin'
  /usr/dest/usr/lib/libc.a(nsparser.o)(.text+0x10): undefined reference to `_nsyytext'
  /usr/dest/usr/lib/libc.a(nsparser.o): In function `_nsyyparse':
  nsparser.o(.text+0x202): undefined reference to `_nsyylex'
  nsparser.o(.text+0x30b): undefined reference to `_nsyyerror'
  nsparser.o(.text+0x477): undefined reference to `_nsyytext'
  nsparser.o(.text+0x5d6): undefined reference to `_nsyylex'
  nsparser.o(.text+0x686): undefined reference to `_nsyyerror'
  collect2: ld returned 1 exit status
  *** Error code 1
  
  Stop.

Is 'libc' really missing something?

Markus.