Subject: Problem linking sh
To: None <current-users@NetBSD.ORG>
From: Tim Liddelow <tim@cst.labtam.com.au>
List: current-users
Date: 06/29/1995 11:19:27
Suddenly after re-installing libc and the gnu tree (e.g. ld) I have a problem
linking sh.

cc -static -o sh init.o arith.o arith_lex.o alias.o builtins.o cd.o echo.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o nodes.o options.o parser.o redir.o show.o syntax.o trap.o output.o var.o -ll -ledit -ltermcap
ld: scrt0.o: No such file or directory
*** Error code 1
   
Stop.

I gather scrt0.o is from the c runtime library; but I'm unsure of why it
can't be found now, suddenly.

Cheers
Tim.