You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to compile cork on terminal. After I installed dependencies, when commanding 'make' I get this message:
paulo@paulo-Inspiron-N4030:~/Programs/cork$ make
Compiling obj/cork.o
make: clang++: Command not found
make: *** [obj/cork.o] Error 127
I tried editing my makeConstantes too, but didn't work:
When I did this, I also got an additional error message:
paulo@paulo-Inspiron-N4030:~/Programs/cork$ make
make: Warning: File `depend/main.d' has modification time 5,2e+02 s in the future
Compiling obj/cork.o
make: clang++: Command not found
make: *** [obj/cork.o] Error 127
Sorry if this may seem a stupid issue, but I am new to installing programs by compiling.
Hello,
I am trying to compile cork on terminal. After I installed dependencies, when commanding 'make' I get this message:
paulo@paulo-Inspiron-N4030:~/Programs/cork$ make
Compiling obj/cork.o
make: clang++: Command not found
make: *** [obj/cork.o] Error 127
I tried editing my makeConstantes too, but didn't work:
GMP_INC_DIR = /home/paulo/Programs/cork/bin/llvm-3.5/include
GMP_LIB_DIR = /home/paulo/Programs/cork/bin/llvm-3.5/lib
When I did this, I also got an additional error message:
paulo@paulo-Inspiron-N4030:~/Programs/cork$ make
make: Warning: File `depend/main.d' has modification time 5,2e+02 s in the future
Compiling obj/cork.o
make: clang++: Command not found
make: *** [obj/cork.o] Error 127
Sorry if this may seem a stupid issue, but I am new to installing programs by compiling.
Thanks a lot in advance;
Paulo Miamoto
[email protected]
The text was updated successfully, but these errors were encountered: