Subject changed from Installing Ruby1.9.1 on Solaris 10 to Installing Ruby2.4.1 on Solaris 10
ruby -v changed from 1.9.1 to 2.4.1
Thank you, We're installing ver2.4.1 in Solaris 10.
But DIfferent problems happened.
make: Fatal error: Unknown option `-C'
***Error Code 1
The following command caused the error:
make -C libffi-3.2.1
make: Fatal error: command failed for target `libffi-3.2.1/.libs/libffi_convenience.a'
Current working directory /opt/oracle/media/Ruby.ruby2.4.1/ruby-2.4.1/ext/fiddle
***Error Code 1
The following command caused the error:
cd ext/fiddle && exec make V=0 all
make: Fatal error: command failed for target `ext/fiddle/all'
Current working directory /opt/oracle/media/Ruby.ruby2.4.1/ruby-2.4.1
***Error Code 1
The following command caused the error:
make -f exts.mk libdir="usr/local/lib" LIBRUBY_EXTS=./.libruby-with-ext.time \
EXTENCES="dmyenc.o" UPDATE_LIBRARIES=no
make: Fatal error: command failed for target `build-ext'
Could you tell me something to solve?
Or do you have better version to install in Solaris10?
make: Fatal error: Unknown option `-C'
***Error Code 1
The following command caused the error:
make -C libffi-3.2.1
make: Fatal error: command failed for target `libffi-3.2.1/.libs/libffi_convenience.a'
Current working directory /opt/oracle/media/Ruby.ruby2.4.1/ruby-2.4.1/ext/fiddle
***Error Code 1
It is makefile for GNU make.
The following command caused the error:
cd ext/fiddle && exec make V=0 all
But this command in the parent makefile is for non-GNU make.
This is controled by gnumake makefile variable and should be
consistent.
make: Fatal error: Unknown option `-C'
***Error Code 1
The following command caused the error:
make -C libffi-3.2.1
make: Fatal error: command failed for target `libffi-3.2.1/.libs/libffi_convenience.a'
Current working directory /opt/oracle/media/Ruby.ruby2.4.1/ruby-2.4.1/ext/fiddle
***Error Code 1
The following command caused the error:
cd ext/fiddle && exec make V=0 all