configure error in wannier90 tarball  [SOLVED]

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
rangel
Posts: 45
Joined: Tue Aug 18, 2009 9:50 pm

configure error in wannier90 tarball

Post by rangel » Mon Nov 21, 2011 11:50 am

Dear all,
I am trying to compile the branch 6.11.1 revno 770 of this saturday, but I get an error in 'configure' in the wannier90 directory.
The error is:
configure: error: C compiler cannot create executables

I have already tried mpicc, gcc and cc, but I always get the same error.

I see this configure is new for wannier90, and before there was a make.sys instead.


Does anyone have the same problem?
Does anyone have an idea of what the problem is?

By the way, I also tried to skip wannier90, but it did not work.
I used: ./configure --disable-wannier90,
but it did not disable it.


Best
Tonatiuh Rangel
Last edited by rangel on Tue Nov 29, 2011 2:52 pm, edited 1 time in total.
Tonatiuh Rangel

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: configure error in wannier90 tarball  [SOLVED]

Post by pouillon » Mon Nov 21, 2011 12:49 pm

You should have a look at Wannier90's config.log. This is very likely due to some misconfiguration of your development environment.

To disable Wannier90, it's been quite some time that it is done through the --with-dft-flavor option. Please have a look at ~abinit/doc/config/build-config.ac.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked