Compiling Ruby 1.9.3 on QNAP 659 Pro
Trying to compile Ruby 1.9.3 on my QNAP 659 Pro and having problems.
I run the following commands in the shell
- Code: Select all
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
tar zxf ruby-1.9.3-p0.tar.gz
cd ruby-1.9.3-p0
./configure --prefix=/usr/local --disable-install-doc --with-opt-dir=/usr/local/lib
and get the following error
- Code: Select all
ruby library version = 1.9.1
configure: creating ./config.status
config.status: creating Makefile
awk: ./confc0SBj0/subs.awk:2: Unexpected token
config.status: error: could not create Makefile
any ideas??
more ...
Statistics : 1 Post || 27 Views
Post by
ccb056