Subject: Re: /usr/src/gnu/usr.bin/egcs/common/gengenrtl: not found problem.
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 02/02/1999 07:47:22
In article <007701be4e66$fa7d50e0$65250418@rchdsn1.tx.home.com> "Nigel Reed" <nigel@nelgin.nu> writes:
>Thanks to Matthias for helping me with my previous problem, but now I am
>stuck
>again and don't want to abuse his help, so thought I'd throw this one out to
>the list.
>
>During make build I get the following compile error
>
>all ===> gnu/usr.bin/egcs/common
>/usr/src/gnu/usr.bin/egcs/common/gengenrtl tmp-genrtl.h tmp-genrtl.c
>/usr/src/gnu/usr.bin/egcs/common/gengenrtl: not found
>
>Matthias also suggested I try to do a make of /usr/src/gnu/lib but I still
>wasn't
>successful.

You probably tried a build at some point in /usr/src/gnu/dist/gcc. Go
there make clean, then go to /usr/src/gnu/usr.bin/egcs/common
rm .depend obj*/.depend; make depend && make

christos