HomeBrewのsnowLeopard環境だと gcc-4.5.3build出来る2011/06/19 10:45

Lionでは NGだったので

libgccのconfig.log
-----以下 log ----
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3023: $? = 1
configure:3211: checking for suffix of object files
configure:3233: /Users/butcher/Work/gcc-4.5.3/gcc-4.5/./gcc/xgcc -B/Users/butcher/Work/gcc-4.5.3/gcc-4.5/./gcc/ -B/usr/local/x86_64-apple-darwin11.0.0/bin/ -B/usr/local/x86_64-apple-darwin11.0.0/lib/ -isystem /usr/local/x86_64-apple-darwin11.0.0/include -isystem /usr/local/x86_64-apple-darwin11.0.0/sys-include -c -g -O2 conftest.c >&5
conftest.c:1:0: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3251: error: in `/Users/butcher/Work/gcc-4.5.3/gcc-4.5/x86_64-apple-darwin11.0.0/libgcc':
configure:3254: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
----以上 log

SnowLeopardでbuildしてみた
gcc-4.5.3問題なくmake出来た
何が 問題で コンパイル通ってないか検討中