【发布时间】:2021-08-30 06:10:45
【问题描述】:
我正在尝试将install concorde 与QSOPT 链接到these instructions 之后。关于 QSOPT,我从 Intel MacOS 10.6 (64-Bit) 部分下载了文件。但是,因为我有 Apple M1 芯片,所以它不起作用。我认为问题出在 QS 的 arm64 架构中,但是对于英特尔处理器的其他更多商业软件,多亏了 Rosetta,我没有遇到任何问题。
我运行时遇到的错误
./configure --host=darwin --with-qsopt=fullpath/QS
是
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [concorde] Error 1
Cross-posted on Stack Exchange - 运筹学
【问题讨论】:
标签: c macos-big-sur apple-m1