Closed billcxx closed 1 year ago
@billcxx Any news about this?
@gabime Sorry, I didn't try to resolve the Mac ICC problem. My primary platform is Linux, Mac support for my program is something nice to have but not really necessary(also gnu already works on Mac).
I forgot to give the information about my system and the compiler version. I tested on two Mac both failed with the same error (the library file is compiled, but fails when linking the example).
System: Mac 11.6.2 intel core Compiler: icpc version 2021.5.0 (gcc version 4.9.0 compatibility)
Also tested on,
System: Mac 13.1 M1 core Compiler: icpc version 2021.4.0 (gcc version 4.9.0 compatibility)
Closed due to inactivity
I'm trying to compile spdlog with intel oneapi and gnu compiler on different platforms. Here are the results.
So only the intel classic compiler on Mac fails. It fails when linking the example
There are also some warnings that I don't see on other platforms, such as this one:
Maybe this is intel compiler's problem? I just want to report this and see if anybody can reproduce this problem.