erro: o compilador C não pode criar executáveis ao compilar o CFOUR com o compilador Portland

1

O comando que estou tentando executar é

FC=pgf90 CC=pgcc MPIFC=mpif90 ./configure 
--prefix=/data/share/cfour_mpi --enable-mpi=openmpi --with-mpirun="mpirun 
-np \$CFOUR_NUM_CORES" --with-exenodes="mpirun -np \$CFOUR_NUM_CORES"

E o erro que recebo é este

checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for GNU make... make
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for ld... ld
checking for ar... ar
checking for strip... strip
checking for etags... no
checking for ctags... no
checking whether the C compiler works... no
configure: error: in '/home/shelton/cfour':
configure: error: C compiler cannot create executables
See 'config.log' for more details

Eu posso fornecer o config.log, se necessário, mas isso não me ajudou a entender o que está acontecendo

    
por Kyle Shelton 16.11.2017 / 19:17

0 respostas