woreom commented on issue #18501: URL: https://github.com/apache/incubator-mxnet/issues/18501#issuecomment-650125054
@leezu I have understand that the main problem is the gcc, I used the command: ``` -DCMAKE_C_COMPILER=gcc-4.9 -DCMAKE_CXX_COMPILER=g++-4.9 ``` to successfully build mxnet with opencv but the both must be compiled with **gcc-4.9** but when I import mxnet I get this error: ``` failed to map segment from shared object ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
