On Thu, May 03, 2001 at 07:48:08AM -0700, David Wolfskill wrote:
> [Ref. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=574034+0+current/cvs-all]
...
> eelf_i386.c:158: elf-hints.h: No such file or directory
Crap,crap,crap,crap,crap!!!
I thought I had gotten my systems clean enough when I did the post-commit
``make buildworld'' test. *sigh* a nice bootstrap issue here. Problem
is elf-hints.h is a new header and a buildtool uses it. I guess a
-I/usr/src/include is needed (or an install of headers into /usr/obj).
To get over this hump if you aren't interested in debugging the bootstrap
issue:
cd /usr/src/include
make obj
make install
--
-- David ([EMAIL PROTECTED])
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message