Sage install error
checking for sqrt in -lm... no
configure: This system has no maths library installed.
configure: error: Exiting, since a maths library was not found.
checking for sqrt in -lm... no
configure: This system has no maths library installed.
configure: error: Exiting, since a maths library was not found.
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-02-21 13:55:07 +0100
Seen: 382 times
Last updated: Feb 23 '15
Why does Sage not install with Vista?
How to report a mistake in the documentation?
How to access Sage from the host operating system?
sf_sage_files as default folder
Sage 4.8 installation on Mac OSX 10.7.x
Sage-4.8 installation failed in ubuntu 10.04
How to resolve the problem of Sage app version in Lion
R through Sage giving errors: Error: object 'sage3' not found
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.