gsl-shell-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-shell-info] problem installing gsl-shell


From: Giuseppe Paleologo
Subject: [Gsl-shell-info] problem installing gsl-shell
Date: Thu, 14 Nov 2013 00:40:32 -0500

I am exploring computational libraries for Lua, (scilua, torch7 and gsl shell). I am  intrigued by gsl shell, as it seems to be more complete than the alternatives. However, I am having problems installing it. Case in point: machine is i5 with Ubuntu 13.10. Below is the output upon giving a make linux.

cd src && make linux
make[1]: Entering directory `/home/gappy/gsl-shell/lua-5.1.4/src'
make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
make[2]: Entering directory `/home/gappy/gsl-shell/lua-5.1.4/src'
gcc --std=c99 -march=i586 -g -DLUA_USE_LINUX   -c -o lapi.o lapi.c
lapi.c:1:0: error: CPU you selected does not support x86-64 instruction set
 /*
 ^
lapi.c:1:0: error: CPU you selected does not support x86-64 instruction set
make[2]: *** [lapi.o] Error 1
make[2]: Leaving directory `/home/gappy/gsl-shell/lua-5.1.4/src'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/home/gappy/gsl-shell/lua-5.1.4/src'
make: *** [linux] Error 2

any idea on what this could be?

Thanks,

Giuseppe

reply via email to

[Prev in Thread] Current Thread [Next in Thread]