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
Sage needs GNU make (at least I know neither Sun's 'make' in Solaris or HP's make in HP-UX are not suitable), so we need to check that 'make' is in fact gnu 'make', and not some other version of make.
On HP-UX there does not appear to be a version of GNU make on the system. With Solaris, there is a version called 'gmake' at /usr/sfw/bin/gmake.
One way or another, we need to make sure that the 'make' that Sage finds is the GNU version.
Sage needs GNU make (at least I know neither Sun's 'make' in Solaris or HP's make in HP-UX are not suitable), so we need to check that 'make' is in fact gnu 'make', and not some other version of make.
On HP-UX there does not appear to be a version of GNU make on the system. With Solaris, there is a version called 'gmake' at /usr/sfw/bin/gmake.
One way or another, we need to make sure that the 'make' that Sage finds is the GNU version.
Component: build
Issue created by migration from https://trac.sagemath.org/ticket/7143
The text was updated successfully, but these errors were encountered: