From: Jacques Lemire Date: 2009-02-06T00:09:41+09:00 Subject: [ruby-core:21855] [Bug #1113] Compilation fails on Ubuntu 8.10, 64 bit Bug #1113: Compilation fails on Ubuntu 8.10, 64 bit http://redmine.ruby-lang.org/issues/show/1113 Author: Jacques Lemire Status: Open, Priority: Normal Category: test, Target version: 1.9.1 ruby -v: ruby-1.9.1-p0 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 this is my gcc config: Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) For Ruby, the version is actually: ruby-1.9.1-p0 ---------------------------------------- http://redmine.ruby-lang.org