Skip to content

Make 3.82 also doesn't recognize ''O'' #996

@mathren

Description

@mathren

Trying to install the Hackathon/Massive_stars branch on a cluster with Rocky OS 9.7, I encountered failures including make: invalid option -- 'O'. I've noticed a comment above this line regarding another OS with old version of gnumake where that option is removed.

mesa/install

Line 212 in 317d9d7

if [ "${SYSTEM}" = "Darwin" ]; then

I checked, and on my cluster make --version is GNU Make 3.82 (newer than the one referred to in the comment), but I still hit that error. Removing -Oline from the ./install script the option the installation proceeds a bit further and ultimately still fails. Still investigating why this is the case, but already it seems the ./install script shouldn't exclude this option only for "${SYSTEM}" = "Darwin"...

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions