I've been running into an error while trying to build 4.4 from source in
preparation for building a release. Both the installation and the
source are plain-vanilla from the CD set. I've been following the steps
in release(8)
http://www.openbsd.org/cgi-bin/man.cgi?query=release
and the FAQ:
http://www.openbsd.org/faq/faq5.html#Release
I keep running into the same error: "don't know how to make bfd.h"
What step am I missing?
The tail end of the output from make build is below.
Regards,
-Lars
cd /usr/src/include && make prereq && exec make includes
preparing in /usr/src/include/../gnu/usr.bin/binutils
cd /usr/src/gnu/usr.bin/binutils/obj/bfd && make bfd.h
make: don't know how to make bfd.h. Stop in
/usr/src/gnu/usr.bin/binutils/obj/bfd.
*** Error code 2
Stop in /usr/src/gnu/usr.bin/binutils (line 143 of
/usr/src/gnu/usr.bin/binutils/Makefile.bsd-wrapper).
*** Error code 1
Stop in /usr/src/include (line 82 of Makefile).
*** Error code 1
Stop in /usr/src (line 73 of Makefile).
~