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
make -C GIZA++-v2 make[1]: Entering directory '/mnt/c/giza/giza-pp/GIZA++-v2' mkdir optimized/ g++ -Wall -Wno-parentheses -O3 -funroll-loops -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -c Parameter.cpp -o optimized/Parameter.o make[1]: g++: Permission denied make[1]: *** [Makefile:92: optimized/Parameter.o] Error 127 make[1]: Leaving directory '/mnt/c/giza/giza-pp/GIZA++-v2' make: *** [Makefile:7: gizapp] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make -C GIZA++-v2
make[1]: Entering directory '/mnt/c/giza/giza-pp/GIZA++-v2'
mkdir optimized/
g++ -Wall -Wno-parentheses -O3 -funroll-loops -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -c Parameter.cpp -o optimized/Parameter.o
make[1]: g++: Permission denied
make[1]: *** [Makefile:92: optimized/Parameter.o] Error 127
make[1]: Leaving directory '/mnt/c/giza/giza-pp/GIZA++-v2'
make: *** [Makefile:7: gizapp] Error 2
The text was updated successfully, but these errors were encountered: