From: Tadashi Saito Date: 2009-02-06T01:14:56+09:00 Subject: [ruby-core:21857] Re: [Bug #1113] Compilation fails on Ubuntu 8.10, 64 bit Hi, On Fri, 6 Feb 2009 00:09:41 +0900 Jacques Lemire wrote: > During the make process, the make is stuck on this line; it runs forever: > gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c I got the same situation with GCC 4.3.2. (on Debian lenny) My solution was to add "-fno-tree-pre" to cflags. Compilation was smooth with it. Anyway, it should be a GCC's bug but Ruby's. -- Tadashi Saito