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
I cannot compile the latest oneTBB on macOS using g++ as the compiler. The issues comes from the gas version identification, but the assembler is not gas (but the LLVM one), so, the version string cannot be parsed correctly.
Summary
Hi everyone,
I cannot compile the latest oneTBB on macOS using
g++
as the compiler. The issues comes from thegas
version identification, but the assembler is notgas
(but the LLVM one), so, the version string cannot be parsed correctly.Version
master
branch (commitd1d43adf6af117d3ab4ee3a14a5fa129e0690290
).Environment
g++-14
from Homebrew.Homebrew GCC 14.2.0_1
(the latest GCC from Homebrew, however, this is not imporant).Observed Behavior
Expected Behavior
oneTBB to configure and compile 😄 .
I can suggest adding a CI pipeline for macOS and GCC.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: