You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I am trying to build with binary-pkg on CentOS 7. I have SCL devtoolset-7 installed, which includes gcc-7.2 (including g++ and gfortran). I am trying to build the master branch of Sage. The script still tries to build it's own gcc-7.2 and terminates with an error. (The error is that ld can't find crti.o, but the point is that it shouldn't be building gcc-2.7 at all, since it is already using gcc-2.7 and gfortran-2.7 is installed.)
The text was updated successfully, but these errors were encountered:
I am trying to build with binary-pkg on CentOS 7. I have SCL devtoolset-7 installed, which includes gcc-7.2 (including g++ and gfortran). I am trying to build the master branch of Sage. The script still tries to build it's own gcc-7.2 and terminates with an error. (The error is that ld can't find crti.o, but the point is that it shouldn't be building gcc-2.7 at all, since it is already using gcc-2.7 and gfortran-2.7 is installed.)
The text was updated successfully, but these errors were encountered: