OSKAR icon indicating copy to clipboard operation
OSKAR copied to clipboard

mysterious linking error via my ~/miniconda3 directory

Open teuben opened this issue 7 years ago • 2 comments

I'm getting weird linking errors when I have (seemingly un-related) ~/miniconda3 directory. An existing ~/miniconda2 seemed ok.

After cmake, the make commmand then results in:

Scanning dependencies of target ms_test [ 79%] Building CXX object oskar/ms/test/CMakeFiles/ms_test.dir/Test_MeasurementSet.cpp.o [ 79%] Linking CXX executable ms_test //home/teuben/miniconda2/lib/libmkl_intel_lp64.so: undefined reference to mkl_lapack_ao_ssyrdb' //home/teuben/miniconda2/lib/libmkl_intel_lp64.so: undefined reference to mkl_lapack_ao_dsyrdb' collect2: error: ld returned 1 exit status oskar/ms/test/CMakeFiles/ms_test.dir/build.make:108: recipe for target 'oskar/ms/test/ms_test' failed make[2]: *** [oskar/ms/test/ms_test] Error 1 CMakeFiles/Makefile2:719: recipe for target 'oskar/ms/test/CMakeFiles/ms_test.dir/all' failed make[1]: *** [oskar/ms/test/CMakeFiles/ms_test.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2

teuben avatar Jan 05 '18 02:01 teuben