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

2006-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-12-09 22:39 --- This works for me and many others, I wonder if your machine messed up the tar ball and not untar all the sources. -- pinskia at gcc dot gnu dot org changed: What|Removed |Add

[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/Down

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

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- 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 top

[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-13 Thread langton at gcc dot gnu dot org
--- Comment #8 from langton at gcc dot gnu dot org 2006-07-13 21:11 --- (In reply to comment #0) > 3. Run ./configure --enable-threads --x-includes=/usr/X11R6 > --x-libraries=/usr/X11R6 --with-cpu=powerpc --with-mpfr=/usr/local/lib > --with-gmp=/usr/local/lib. Are you building in the s

[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 pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-07-12 22:11 --- The config.log in the libstdc++ directory under the powerpc-apple-darwin8.7.0 directory would be more useful. -- 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.gnu.org/bug

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

2006-07-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-07 02:05 --- Can you look into config.log and see why it is failing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -