jarmo@jarmo-laptop:~/Downloads$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) And i compiled Ruby with ./configure && make && sudo make install Jarmo Kirk Haines wrote: > On Sat, May 29, 2010 at 1:03 PM, Jarmo Pertman <jarmo.p / gmail.com> > wrote: >> Also, found one very similar problem, but no solutions... >> >> http://stackoverflow.com/questions/2154281/wrong-date-with-ruby-date-today-and-datetime-now >> >> I even tried 1.8.6 older patchlevels... I need 1.8.6 and not 1.8.7 nor >> 1.9.1. > > I'm not able to reproduce this. However, what version of GCC did you > use to build it? > > > Kirk Haines -- Posted via http://www.ruby-forum.com/.