Zha0q1 opened a new issue #18898:
URL: https://github.com/apache/incubator-mxnet/issues/18898


   I used this cmake config
   ```
   set(CMAKE_BUILD_TYPE "Distribution" CACHE STRING "Build type")
   set(CFLAGS "-mno-avx" CACHE STRING "CFLAGS")
   set(CXXFLAGS "-mno-avx" CACHE STRING "CXXFLAGS")
   
   set(USE_CUDA OFF CACHE BOOL "Build with CUDA support")
   set(USE_OPENCV ON CACHE BOOL "Build with OpenCV support")
   set(USE_OPENMP ON CACHE BOOL "Build with Openmp support")
   set(USE_MKL_IF_AVAILABLE OFF CACHE BOOL "Use Intel MKL if found")
   set(USE_MKLDNN ON CACHE BOOL "Build with MKL-DNN support")
   set(USE_LAPACK OFF CACHE BOOL "Build with lapack support")
   set(USE_TVM_OP OFF CACHE BOOL "Enable use of TVM operator build system.")
   set(USE_SSE ON CACHE BOOL "Build with x86 SSE instruction support")
   set(USE_F16C OFF CACHE BOOL "Build with x86 F16C instruction support")
   set(USE_LIBJPEG_TURBO ON CACHE BOOL "Build with libjpeg-turbo")
   set(USE_DIST_KVSTORE ON CACHE BOOL "Build with DIST_KVSTORE support")
   
   set(USE_INT64_TENSOR_SIZE ON CACHE BOOL "Use int64_t to represent the total 
number of elements in a tensor")
   ```
   The compilation was successful but when importing mxnet this was the error 
message:
   ```
   OSError: /home/ubuntu/.local/mxnet/libmxnet.so: undefined symbol: 
_gfortran_concat_string
   ```
   Disabling opencv resolved the issue
   


----------------------------------------------------------------
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]


Reply via email to