problem after make

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
Tarek
Posts: 10
Joined: Tue Sep 23, 2014 8:11 pm

problem after make

Post by Tarek » Sun Feb 05, 2017 4:20 pm

Dear all
I configured abinit-7.6.4 for ubuntu 14.04 following the same instructions as " http://www.youtube.com/watch?v=DppLQ-KQA68".
Unfortinatily, make failed to compile the code!!!!!!.
I will send you the config.log file hopping you help me.
Thanks a lot for your help.
Attachments
config.log
(167.15 KiB) Downloaded 238 times

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: problem after make

Post by jbeuken » Sun Feb 05, 2017 8:42 pm

Hi,

the configure exits with rc=0 (your config.log ) , then it's ok !
but what are your ubuntu.ac file and the compilation's errors ?

jmb
------
Jean-Michel Beuken
Computer Scientist

Tarek
Posts: 10
Joined: Tue Sep 23, 2014 8:11 pm

Re: problem after make

Post by Tarek » Sun Feb 05, 2017 9:19 pm

Hi
Thanks for your kind reply. ubuntu.ac file is a file collecting all external libraries and other commands for configuration.
What about those lines obtained at the end of make:
configure: error: cannot run /bin/bash config/config.sub
make[4]: *** [config.status] Error 127
make[4]: Leaving directory `/home/tarek/software/abinit-7.6.4/build/fallbacks/sources/bigdft-abi-1.0.4'
make[3]: *** [stamps/bigdft-build-stamp] Error 2
make[3]: Leaving directory `/home/tarek/software/abinit-7.6.4/build/fallbacks'
make[2]: [all-local] Error 2 (ignored)
Checking build of bigdft fallback
test -e stamps/bigdft-install-stamp
make[2]: *** [all-local] Error 1
make[2]: Leaving directory `/home/tarek/software/abinit-7.6.4/build/fallbacks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tarek/software/abinit-7.6.4/build'
make: *** [all] Error 2

Locked