Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

--start-group not supported by macOS #311

Open
lightingghost opened this issue Dec 7, 2017 · 2 comments
Open

--start-group not supported by macOS #311

lightingghost opened this issue Dec 7, 2017 · 2 comments

Comments

@lightingghost
Copy link

lightingghost commented Dec 7, 2017

When I want to build mshadow with intel mkl, the error shows that the --start-group is not supported by macOS. Is it possible to manually resolve the linker options?

@lightingghost
Copy link
Author

Update:
The corresponding linker options for macOS should be
-L${MKLROOT}/lib -Wl,-rpath,${MKLROOT}/lib -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl -liomp5
This successfully built in my case.

@szha
Copy link
Member

szha commented Aug 4, 2019

This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants