Subject: csu/mips compilation failure
To: None <port-pmax@NetBSD.ORG>
From: Erik Bertelsen <erik@sockdev.uni-c.dk>
List: port-pmax
Date: 06/24/1997 21:58:00
With sup of 24 June 1997, compilation in lib/csu/mips gives

cc -O -DLIBC_SCCS -fPIC -DPIC -DDYNAMIC -DELFSIZE=32 -Werror -DCRT0 -c /home/src/lib/csu/mips/crt0.c -o crt0.o
/home/src/lib/csu/mips/crt0.c:50: rtld.h: No such file or directory
*** Error code 1

Stop.


As crt0.c was updated with this sup, I suspect that one or more header
files were either omitted or not referenced correctly.

- Erik Bertelsen