Subject: Re: No PowerPC FPU back-end in gcc ?
To: Xavier HUMBERT <xavier@xavhome.fr.eu.org>
From: Simon Burge <simonb@wasabisystems.com>
List: current-users
Date: 06/30/2001 20:05:28
Xavier HUMBERT wrote:
> # cd /usr/src/usr.bin.make/ && make depend && make && make install
> (just in case)
> (egcs has been rebuilt before)
>
> # cd /usr/src/gnu/usr.bin/gas.new && make depend && make && make install
>
> >In file included from
> [...]
> >/usr/src/gnu/usr.bin/gas.new/../../dist/gas/config/obj-elf.h:32: bfd.h:
> >No such file or directory
> >mkdep: compile failed.
>
> WTF is bfd.h ?
bfd.h is part of the gnu toolchain. It's probably best to try something
like:
cd /usr/src/share/mk && make install
(you have a new "make", so best to install these as well)
cd /usr/src/gnu/lib/libbfd && make dependall && make install
cd /usr/src/gnu/usr.bin/gas.new && make dependall && make install
and from there a "make build" should then work. There's often some
hidden dependancies when you try to only build parts of the source
tree...
Simon.
--
Simon Burge <simonb@wasabisystems.com>
NetBSD CDs, Support and Service: http://www.wasabisystems.com/