For reference, I solved this problem by downloading odcctools and
building that, then installing it to a different directory
(~/proj/gcc/install) and configuring gcc with --with-ld and --with-as.
If anyone wants to follow a similar path, you'll need:
http://www.opendarwin.org/projects/odcctools/usingodcctools.html
Niko
On Apr 16, 2005, at 10:57 AM, Niko Matsakis wrote:
I am attempting to build gcc version 4.0 on Mac OS X 10.3.8, but I am
having some trouble.
First, I tried to run configure but discovered that I need to upgrade
my cctools to 528.5.
So I went and downloaded the source and tried to build that, but here
I fail to build because streams/streams.h cannot be found.
I am reluctant to run the cctools binary installer because I do not
want to overwrite the cctools that I have currently; I am hoping to
build from source and keep the executables solely for use with this
gcc build I am experimenting with.
thanks,
Niko