Open 20zzyw opened 4 years ago
Have tried running make -j4
? If not, try to run this command in the build directory after you have run the cmake command. Let me know how it goes!
Have tried running
make -j4
? If not, try to run this command in the build directory after you have run the cmake command. Let me know how it goes!
Yes! It works. Thanks a lot.
Hello! As I was trying to compile SimpleElastix on macOS 10.15 and entering command in terminal as follow: cmake -DCMAKE_CXX_COMPILER:STRING=/usr/bin/clang++ -DCMAKE_C_COMPILER:STRING=/usr/bin/clang /Users/zhangyuwei/SimpleElastix/SuperBuild
It returned: Performing Test Weak Link MODULE -> SHARED (gnu_ld_ignore) - Failed
Could you please tell me how can I overcome this issue? thx.