[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-09-05 Thread craigwd2000 at gmail dot com
--- 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

[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-07-13 Thread craigwd2000 at gmail dot com
--- 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

[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-07-12 Thread craigwd2000 at gmail dot com
--- 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

[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-07-12 Thread craigwd2000 at gmail dot com
--- 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

[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-07-12 Thread craigwd2000 at gmail dot com
--- 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.

[Bug libstdc++/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-07-06 Thread craigwd2000 at gmail dot com
--- 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

[Bug libstdc++/28297] New: GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-07-06 Thread craigwd2000 at gmail dot com
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