[Bug bootstrap/40706] gcc doesn't compile on centos3 64bit

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40706 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug bootstrap/40706] gcc doesn't compile on centos3 64bit

2009-07-18 Thread wilson at gcc dot gnu dot org
--- Comment #4 from wilson at gcc dot gnu dot org 2009-07-18 20:05 --- build/genmodes -h tmp-modes.h /bin/sh: line 1: build/genmodes: No such file or directory make: *** [s-modes-h] Error 127 This is the error you can get when a program interpreter does not exist. More recent

[Bug bootstrap/40706] gcc doesn't compile on centos3 64bit

2009-07-18 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-07-18 20:29 --- make: *** [s-modes-h] Error 127 it looks it segfaults. What is your host compiler version? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40706

[Bug bootstrap/40706] gcc doesn't compile on centos3 64bit

2009-07-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-07-09 23:18 --- What options are you supplying to configure? How are you invoking make? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/40706] gcc doesn't compile on centos3 64bit

2009-07-09 Thread junk at ysengrin dot com
--- Comment #3 from junk at ysengrin dot com 2009-07-09 23:21 --- Subject: Re: gcc doesn't compile on centos3 64bit no option at all, being in a new directory out of the tree /tmp/gcc/gcc44 I do /tmp/gcc/gcc-4.4.0/gcc/configure and then make that's it pinskia at gcc dot gnu dot