Summary: GCC 4.1.1 fails to build on Mac OS X 10.4.6
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: craigwd200
--- Comment #2 from craigwd2000 at gmail dot com 2006-07-07 01:58 ---
I just now tried make bootstrap. Now I'm getting a new error:
make[1]: *** No rule to make target `bootstrap'. Stop.
make: *** [bootstrap] Error 2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28297
--- Comment #4 from craigwd2000 at gmail dot com 2006-07-12 22:08 ---
Created an attachment (id=11872)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11872&action=view)
This is my config.log file that was generated when attempting to compile GCC
4.1.1.
--
http://gcc.
--- Comment #5 from craigwd2000 at gmail dot com 2006-07-12 22:10 ---
I have also just updated my iMac G5 to 10.4.7. The error in 7/07/06 comment
occurred just shortly after updating to 10.4.7 too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28297
--- Comment #7 from craigwd2000 at gmail dot com 2006-07-12 22:25 ---
Created an attachment (id=11873)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11873&action=view)
My config.log file that's related to Libstdc++.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28297
--- Comment #9 from craigwd2000 at gmail dot com 2006-07-14 00:22 ---
I just now tried that. Now I'm getting this error:
make: *** No rule to make target `bootstrap'. Stop.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28297
--- Comment #11 from craigwd2000 at gmail dot com 2006-09-06 02:43 ---
I just tried building GCC 4.1.1 with the following options:
I ran ../configure --enable-threads --x-includes=/usr/X11R6
--x-libraries=/usr/X11R6 --with-mpfr=/usr/local/lib --with-gmp=/usr/local/lib
from ~/Desktop