We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_start': (.text+0x24): undefined reference to
Shoud the ""compiletime_info.h" be provided by the kite package or by other pacakges of linux system?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used gcc (version 8.2.1 on centos 8) to compile the tools in the kite package and met the following error messages:
Compiling KITE-tools
Compiling ../src/arpes.cpp
Compiling ../src/calculate.cpp
Compiling ../src/conductivity_optical.cpp
Compiling ../src/dos.cpp
Compiling ../src/functions.cpp
Compiling ../src/ldos.cpp
Compiling ../src/main.cpp
../src/main.cpp:21:10: fatal error: compiletime_info.h: No such file or directory
#include "compiletime_info.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Compiling ../src/myHDF5.cpp
Compiling ../src/parse_input.cpp
../src/parse_input.cpp:18:10: fatal error: compiletime_info.h: No such file or directory
#include "compiletime_info.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Compiling ../src/systemInfo.cpp
Compiling ../src/cond_2order/conductivity_2order.cpp
Compiling ../src/cond_2order/Gamma0.cpp
Compiling ../src/cond_2order/Gamma0photo.cpp
Compiling ../src/cond_2order/Gamma1.cpp
Compiling ../src/cond_2order/Gamma1photo.cpp
Compiling ../src/cond_2order/Gamma2.cpp
Compiling ../src/cond_2order/Gamma2photo.cpp
Compiling ../src/cond_2order/Gamma3.cpp
Compiling ../src/cond_2order/Gamma3photo.cpp
Linking
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o: In function
_start': (.text+0x24): undefined reference to
main'Shoud the ""compiletime_info.h" be provided by the kite package or by other pacakges of linux system?
The text was updated successfully, but these errors were encountered: