[MacPorts] #69812: cmake-bootstrap @3.9.6 does not compile under rosetta2
MacPorts
noreply at macports.org
Sun Jun 9 15:27:04 UTC 2024
#69812: cmake-bootstrap @3.9.6 does not compile under rosetta2
------------------------------+--------------------
Reporter: lukaso | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: cmake-bootstrap |
------------------------------+--------------------
Comment (by kencu):
so PLEASE just try this in an x86_64 terminal:
{{{
/usr/bin/clang++ -pipe -Os
-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -arch
x86_64 hello.cpp
}}}
{{{
% cat hello.cpp
// Your First C++ Program
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69812#comment:17>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list