From: shyouhei@... Date: 2017-05-02T09:56:15+00:00 Subject: [ruby-core:80976] [Ruby trunk Bug#13535] Installing Ruby1.9.1 on Solaris 10 Issue #13535 has been updated by shyouhei (Shyouhei Urabe). Thank you, but version 1.9.1 is too old (relased 7 years ago maybe?). We no longer maintain. Can you try a newer version? If it still happens let us know. ---------------------------------------- Bug #13535: Installing Ruby1.9.1 on Solaris 10 https://bugs.ruby-lang.org/issues/13535#change-64638 * Author: usukere (������ ������) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 1.9.1 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Hello When we install Ruby 1.9.1 on Solaris 10, we execute these commands. ``` # gunzip -c ruby-1.9.1-p0.tar.gz | tar xf ��� # cd ruby-1.9.1-p0 # ./configure ���prefix=/opt/local ���enable-pthread ���includedir=/opt/local/include # make ``` When we execute "make", some errors occured. we solved some errors, but we can't solve one error. ``` gcc -I. ~~~ -Whoparentheses -obigdecimal.o -c bigdecimal.c /usr/ccs/bin/as: error: no input filename given ``` Look at "-obigdecimal.o" We think it should be "-o bigdecimal.o" Why this error happen? Do you have better version? Because of our environment, we can't use the newest one. Regards, Yusuke -- https://bugs.ruby-lang.org/ Unsubscribe: