Ask Your Question
0

Sage install error

asked 2015-02-21 13:55:07 +0200

jsamadhan0 gravatar image

checking for sqrt in -lm... no

configure: This system has no maths library installed.

configure: error: Exiting, since a maths library was not found.

edit retag flag offensive close merge delete

Comments

Can you tell us a bit more? Please edit your question:

(a) Do you have Mac OS X 10.x.y? Ubuntu x.y? Other?

(b) Did you download source or binary? From what page?

(c) What commands did you run?

Note: never compile Sage as root; never run Sage as root.

Note: to display code properly (such as commands you ran, or the error message that you got), you can select the corresponding lines and click the "101 010" button.

slelievre gravatar imageslelievre ( 2015-02-21 17:02:34 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-02-23 21:29:18 +0200

slelievre gravatar image

I suppose the OS on your computer is GNU/Linux.

Try installing libm, maybe by running the following command in a terminal.

sudo apt-get install libm

and try building Sage again.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-02-21 13:55:07 +0200

Seen: 349 times

Last updated: Feb 23 '15