Hello,
My father (Prof. Marco Grioni) recently subscribed to WIEN2k and ask me
to install it on his computer.
The computer uses Ubuntu 9.04 (Jaunty) and compiled WIEN2k using G95 (
GCC 4.1.3 , g95 0.92).
During compilation of SRC_arrows I get the following errors :
g95 -ffree-form -ffree-line-length-huge -fsloppy-char -O2 -c arrows.f
In file arrows.f:134
5 FORMAT(I3,X,3F17.10)
1
Error: X descriptor requires leading space count in format string at (1)
In file arrows.f:135
6 FORMAT(2X,A,X,3F17.10,3F17.10)
1
Error: X descriptor requires leading space count in format string at (1)
make: *** [arrows.o] Error 1
I tried to figure out what was wrong, without success.
Does anyone know who to fix this error?
During compilation I also noticed that, on line 621 of siteconfig_lapw
shell file, libgoto* is searched in /opt directory.
Unhopefully this may be an issue because /opt is a non-standard place to
locate libraries, and may not figure in "ld" path. I think that it would
then be better to replace that check with one looking in /usr/local/lib
Otherwise it may be wise to be sure that /etc/ld.so.conf contains /opt
directory
Thanks for your help
Best regards
Stefano Grioni