facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.83k stars 4.71k forks source link

Error in make: make: *** [Makefile:30: args.o] Error 2 #1286

Open areeb-agha opened 2 years ago

areeb-agha commented 2 years ago

When give make command on the command line, it gives following error:

c++ -pthread -std=c++11 -march=native -O3 -funroll-loops -DNDEBUG -c src/args.cc process_begin: CreateProcess(NULL, c++ -pthread -std=c++11 -march=native -O3 -funroll-loops -DNDEBUG -c src/args.cc, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile:30: args.o] Error 2

Please guide me how to handle this error.

yuuchilyann commented 1 year ago

$ sudo apt install make $ sudo apt install g++