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++
then the error message pops up when I make:
- Code: Select all
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make[2]: *** [vasp] Error 1
any ideas?