CAFE icon indicating copy to clipboard operation
CAFE copied to clipboard

make: *** [release/birthdeath.o] error 1

Open YuanhaoDing opened this issue 5 years ago • 2 comments

/pub/Anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -c -Wall -std=c11 -I cafe -I libtree -I libcommon -fopenmp -O3 -DNDEBUG -o release/cafe_family.o cafe/cafe_family.c /pub/Anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -c -Wall -std=c11 -I cafe -I libtree -I libcommon -fopenmp -O3 -DNDEBUG -o release/cafe_main.o cafe/cafe_main.c /pub/Anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -c -Wall -std=c11 -I cafe -I libtree -I libcommon -fopenmp -O3 -DNDEBUG -o release/cafe_report.o cafe/cafe_report.c /pub/Anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -c -Wall -std=c11 -I cafe -I libtree -I libcommon -fopenmp -O3 -DNDEBUG -o release/cafe_tree.o cafe/cafe_tree.c /pub/Anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -c -Wall -std=c11 -I cafe -I libtree -I libcommon -fopenmp -O3 -DNDEBUG -o release/cafe_shell.o cafe/cafe_shell.c /pub/Anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -c -Wall -std=c11 -I cafe -I libtree -I libcommon -fopenmp -O3 -DNDEBUG -o release/birthdeath.o libtree/birthdeath.c libtree/birthdeath.c:17:10: fatal error: mkl.h: No such file or directory #include "mkl.h" ^~~~~~~ compilation terminated. make: *** [release/birthdeath.o] Error 1

YuanhaoDing avatar Jun 08 '20 02:06 YuanhaoDing

It appears that the configure script has detected some optimized math routines that are not available on your system. Try running ./configure again.

benfulton avatar Jun 08 '20 12:06 benfulton

Had the same error, how do I solve this ??

ibtree/birthdeath.c:17:10: fatal error: mkl.h: No such file or directory 17 | #include "mkl.h" | ^~~~~~~ compilation terminated. make: *** [Makefile:107: release/birthdeath.o] Error 1

sunnyEV avatar Aug 27 '22 21:08 sunnyEV