[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Sep 3 06:37:00 GMT 2006
------- Comment #10 from pinskia at gcc dot gnu dot org 2006-09-03 06:37 -------
(In reply to comment #9)
> I just now tried that. Now I'm getting this error:
> make: *** No rule to make target `bootstrap'. Stop.
That does not make sense.
Anyways try these instructions:
cd gcc-src # the toplevel directory
mkdir objdir
cd objdir
../configure #rest of your configure options
make bootstrap
mske install
------
Also you don't want to do "--with-cpu=powerpc" as that will disable all the
features that are in the G3 and above.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28297
More information about the Gcc-bugs
mailing list