Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YuanhaoDing opened this issue Jun 8, 2020 · 2 comments
Open

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

YuanhaoDing opened this issue Jun 8, 2020 · 2 comments

Comments

@YuanhaoDing
Copy link

/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

@benfulton
Copy link
Member

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

@sunnyEV
Copy link

sunnyEV commented Aug 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants