From: Fred Obermann Date: 2009-02-14T16:03:57+09:00 Subject: [ruby-core:22060] [Bug #1158] make appears to hang on compilation of parse.c with gcc version 4.3.2 Bug #1158: make appears to hang on compilation of parse.c with gcc version 4.3.2 http://redmine.ruby-lang.org/issues/show/1158 Author: Fred Obermann Status: Open, Priority: Normal ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] Download ruby 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb (qateam@titan.mandriva.com) (gcc version 4.3.2 (GCC) )) unpacked the code and ran ./configure ran make gcc appears to hang indefinitely on: gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c I kill 'make' and run the above command again, changing -02 to -01 and the file compiles in about 5 seconds ---------------------------------------- http://redmine.ruby-lang.org