Hi,
I had downloaded latest config.guess & config.sub however I still following error on make :
/usr/bin/ruby1.9.1 extconf.rb
checking for ffi.h... no
checking for ffi.h in /usr/local/include,/usr/include/ffi... no
checking for rb_thread_blocking_region()... yes
checking for rb_thread_call_with_gvl()... yes
checking for rb_thread_call_without_gvl()... yes
checking for ffi_prep_cif_var()... no
creating extconf.h
creating Makefile
make
Configuring libffi
/var/lib/gems/1.9.1/gems/ffi-1.9.5/ext/ffi_c/libffi/config.guess: unable to guess system type
config.guess timestamp = 2009-11-20
uname -m = ppc64le
uname -r = 3.13.0-36-generic
uname -s = Linux
uname -v = #63-Ubuntu SMP Wed Sep 3 21:31:25 UTC 2014
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = ppc64le
UNAME_RELEASE = 3.13.0-36-generic
UNAME_SYSTEM = Linux
UNAME_VERSION = #63-Ubuntu SMP Wed Sep 3 21:31:25 UTC 2014
configure: error: cannot guess build type; you must specify one
make: *** ["/var/lib/gems/1.9.1/gems/ffi-1.9.5/ext/ffi_c/libffi-powerpc64le-linux"/.libs/libffi_convenience.a] Error 1
Need help!
Thks,
-Atul