Project

General

Profile

Actions

Bug #13535

closed

Installing Ruby2.4.1 on Solaris 10

Added by usukere (高橋 佑典) almost 7 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:80975]

Description

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

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0