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

./configure --enable-mkl ,checking whether the INTEL compiler is enabled... no #65

Open
leaftree111 opened this issue Apr 26, 2024 · 0 comments

Comments

@leaftree111
Copy link

I have installed the Intel compiler, but when i "./configure --enable-mkl ", it does not work, the error is :

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
******** Configuring: SExtractor 2.25.0 (2024-04-26) ********
checking if compilation flags are set automatically... no
checking whether the INTEL compiler is enabled... no
checking whether INTEL's MKL is enabled... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... icc
checking whether the C compiler works... no
configure: error: in /home/dell/zsl/sextractor-2.25.0': configure: error: C compiler cannot create executables See config.log' for more details

Also when i make -j, the errors are:
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:573:sex] 错误 1
make[3]: 离开目录“/home/dell/zsl/sextractor-2.25.0/src”
make[2]: *** [Makefile:663:all-recursive] 错误 1
make[2]: 离开目录“/home/dell/zsl/sextractor-2.25.0/src”
make[1]: *** [Makefile:530:all-recursive] 错误 1
make[1]: 离开目录“/home/dell/zsl/sextractor-2.25.0”
make: *** [Makefile:437:all] 错误 2
how to solve this problem?

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

1 participant