[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread dmarkman at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #10 from Dmitry Markman 2011-07-31 21:29:46 UTC --- Hi I followed Jack Howarth's advice and set CC to gcc-4.2 and CXX to g++-4.2 and everything was fine so thank you very much everybody and BTW, I was using Xcode 4.2 (preview 4) so

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #9 from Jack Howarth 2011-07-31 17:38:00 UTC --- (In reply to comment #8) Those instructions predate Lion which now defaults gcc/cc to llvm-gcc-4.2/llvm-g++-4.2 instead of gcc-4.2/g++-4.2. Again http://llvm.org/bugs/show_bug.cgi?id=9

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread dmarkman at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #8 from Dmitry Markman 2011-07-31 16:24:55 UTC --- Hi I followed instructions from http://advogato.org/person/redi/diary/240.html so gmp, mpfr and mic were built, when I issued make for gcc here is what I did mkdir /objdir cd /objd

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #7 from Jack Howarth 2011-07-31 15:39:38 UTC --- The presence of... gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) from the output of 'gcc -v' indicates that is uses the llvm backend.

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #4 from Paolo Carlini 2011-07-31 10:33:45 UTC --- To be safe, I tried reinstalling the three libs, and for me this is the problem with libgcc: conftest.c:1:0: internal compiler error: Segmentation fault: 11

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #3 from Paolo Carlini 2011-07-31 10:02:30 UTC --- Let me check in detail. For sure I'm using the same configure line which used to work fine for a couple of years.

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #2 from Jonathan Wakely 2011-07-31 09:50:27 UTC --- surely this is just http://gcc.gnu.org/wiki/FAQ#configure_suffix ? you've installed the prerequisite libs outside the dynamic linker's search paths, so you need to use the Mac OS eq

[Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion

2011-07-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|