You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 detailsAlso 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?
The text was updated successfully, but these errors were encountered: