From: Philippe Lucas Date: 2008-10-29T00:06:50+09:00 Subject: [ruby-core:19571] [Bug #690] Ruby 1.9.1 preview1 build error Bug #690: Ruby 1.9.1 preview1 build error http://redmine.ruby-lang.org/issues/show/690 Author: Philippe Lucas Status: Open, Priority: Normal Ruby Build error on Linux FEDORA 2 with gcc 4.0.2. Try to generate it with : ../configure --enable-shared --enable-install-doc --enable-pthread --with-mantype=man --with-dln-a-out in a special directory created in the main directory of ruby. configure program creat BAD Makefile(s), enc.mk and rbconfig.rb files with macro LDSHARED empty. The correct value is for me LDSHARED= ${CC} -shared. Regards ---------------------------------------- http://redmine.ruby-lang.org