You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error while trying to compile postprocessing
g++ -O3 -DUseSPG -I/opt/clapack/3.2.1/include -I/opt/tricubic/1.0/include
-I/opt/spglib/0.7.1/include -c phonon.cpp
phonon.cpp:8:20: error: spglib.h: No such file or directory
phonon.cpp: In member function ‘void Phonon::QMesh()’:
phonon.cpp:939: error: ‘spg_get_ir_reciprocal_mesh’ was not declared in
this scope
make: *** [phonon.o] Error 1
Could you please help..!
Thanks,
Original issue reported on code.google.com by [email protected] on 5 Apr 2013 at 11:35
The text was updated successfully, but these errors were encountered:
Thank you. Now I get the following error:
g++ -static -O3 dynmat.o green.o interpolate.o main.o memory.o phonon.o
timer.o -L/opt/clapack/3.2.1/lib -lclapack -lblas -lf2c
-L/opt/tricubic/1.0/lib -ltricubic -L/opt/spglib/1.3.1/lib -lsymspg -o phana
ld: library not found for -lcrt0.o
could you please help...!
thanks,
Original issue reported on code.google.com by
[email protected]
on 5 Apr 2013 at 11:35The text was updated successfully, but these errors were encountered: