You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
Hi all,
I have been trying to install sage 9.5 from source on Ubuntu.
After running the following command i get an error.
CC=gcc-7 CXX=g++ FC=gfortran-7 ./configure
The error that i get is.
configure: error:
Given --with-system-gcc=force, but no system package could be used. That's an error. Please install the indicated package to continue. (To override this error, use ./configure --without-system-gcc)
Does anyone have a solution for this ? (using -without-system-gcc does fix this error but why could system package not be used)
Thanks,
Saksham.
Thierry Dumont
unread,
Feb 27, 2022, 1:57:51 PM2/27/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-s...@googlegroups.com
You should start by installing "build-essential" and gfortran. To do
this you have to do: