[Pw_forum] Setup problems with espresso-3.2
Amos Leffler
amos at errno.com
Fri Feb 9 18:59:56 CET 2007
Dear Davide,
First of all thanks for your suggestion. It worked! I will
follow your suggestion and
address my e-mails to everyone. I wonder if this problem and solution
should be added to the user problems.
Amos Leffler
Davide Ceresoli wrote:
> Amos Leffler wrote:
>
>> Dear Prof. Giannozzi,
>
> Actually you can address your question to everyone in the list.
> I think I'm able to answer your question.
>
>> When I used "make all" the compilation used "g95" even
>> though it was not mentioned. It gave two errors as follows:
>>
>> bp_radin.f: undefined reference to `s_wsle'
>> libpw.a(bp_radin.o)(.text+0x181):bp_radin.f: undefined reference to
>> `do_lio'
>> libpw.a(bp_radin.o)(.text+0x189):bp_radin.f: undefined reference to
>> `e_wsle'
>
>
> 'do_lio' and 'e_wsle' belong to the runtime support library of g77,
> not g95. Most likerly, on your system, g95 was detected and used only for
> compiling f90 sources. g77 was used to compile bp_radin.f and bp_ylm_q.f
> g77 and g95 cannot be used together because they rely on different
> runtime support libraries.
>
> The correct command line in your case must start with:
> ./configure F77=g95 F90=g95 etc...
>
> Davide
>
>
>
>
>
> _______________________________________________
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://www.democritos.it/mailman/listinfo/pw_forum
>
>
More information about the Pw_forum
mailing list