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
p-login02 Augustus]$ make mkdir -p bin cd src && make make[1]: Entering directory '/scratch/pshekar/softwares/Augustus/src' g++ -DZIPINPUT -DCOMPGENEPRED -DTESTING -DM_MYSQL -DM_SQLITE -Wall -Wno-sign-compare -pedantic -O3 -std=c++11 -I../include -I/usr/include/lpsolve -I/usr/include/mysql -c -o genbank.o genbank.cc make[1]: g++: Command not found make[1]: *** [Makefile:85: genbank.o] Error 127 make[1]: Leaving directory '/scratch/pshekar/softwares/Augustus/src' make: *** [Makefile:12: augustus] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
p-login02 Augustus]$ make
mkdir -p bin
cd src && make
make[1]: Entering directory '/scratch/pshekar/softwares/Augustus/src'
g++ -DZIPINPUT -DCOMPGENEPRED -DTESTING -DM_MYSQL -DM_SQLITE -Wall -Wno-sign-compare -pedantic -O3 -std=c++11 -I../include -I/usr/include/lpsolve -I/usr/include/mysql -c -o genbank.o genbank.cc
make[1]: g++: Command not found
make[1]: *** [Makefile:85: genbank.o] Error 127
make[1]: Leaving directory '/scratch/pshekar/softwares/Augustus/src'
make: *** [Makefile:12: augustus] Error 2
The text was updated successfully, but these errors were encountered: