imspector-0.4]# makeg++ -Wall -O2 -fPIC main.cpp -cmake: g++: Command not foundmake: *** [main.o] Error 127
Hello, When trying to compile the app it gives me errors:Code: [Select]imspector-0.4]# makeg++ -Wall -O2 -fPIC main.cpp -cmake: g++: Command not foundmake: *** [main.o] Error 127Even if I edit the Makefile and change it to gcc I still have errors.How about a How-To