-
Notifications
You must be signed in to change notification settings - Fork 6.8k
--start-group not supported for macOS #8513
Comments
Did you set USE_BLAS to mkl? USE_BLAS=mkl would introduce this linker flag in mshadow here. On mac, you can set USE_BLAS=apple instead as a workaround. |
@apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" questions, our user forum (and Chinese version) is a good place to get help. |
@szha Sorry I missed your response. I have already submitted a pull request to |
@lightingghost is this issue resolved? if so, we can close this issue. |
I see that there's s merge conflict with the PR. can you resolve that and then message @tqchen or @piiswrong about merging. |
@azai91 I have updated that PR. @tqchen @piiswrong, would you please take a look? |
@lightingghost Would you like to open PR in this repository? I still can reproduce issue, however currently cmake is main build tool - in case of no response I will ask someone to close this issue |
@bgawrych we moved away from makefiles and I don't think the change would be required anymore. |
The Error I had when building from source
with MKL2018
ld: unknown option: --start-group
was supposed to come fromld
in apple clang do not support this option.The text was updated successfully, but these errors were encountered: