Thread: [Fremantle Maemo5] Compilation errors in Ruby 1.9.2 make
View Single Post
Posts: 1,296 | Thanked: 4,321 times | Joined on Oct 2014
#4
Not sure why you use autoconf ? Did you run autoreconf ?

I just compile it simply using configure script

Code:
./configure --prefix=/usr   \
            --enable-shared \
            --docdir=/usr/share/doc/ruby-2.3.1 &&