Skip to content
New issue

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: clang++: Command not found #35

Open
drmiamoto opened this issue Mar 22, 2017 · 0 comments
Open

make: clang++: Command not found #35

drmiamoto opened this issue Mar 22, 2017 · 0 comments

Comments

@drmiamoto
Copy link

drmiamoto commented Mar 22, 2017

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant