vasp.5.4.4 parser issues
Posted: Fri Jul 14, 2017 10:23 am
Hi all,
Having some issues with installing VASP 5.4.4 mpi version, it seems to be due to the parser, or lack thereof.
The parser inputs are left as such
then the error message pops up when I make:
any ideas?
Having some issues with installing VASP 5.4.4 mpi version, it seems to be due to the parser, or lack thereof.
The parser inputs are left as such
Code: Select all
# For the parser library
CXX_PARS = g++
LIBS += parser
LLIBS += -Lparser -lparser -lstdc++
Code: Select all
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make[2]: *** [vasp] Error 1