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

OPAM: requires Clang #62

Merged
merged 1 commit into from
Feb 9, 2024
Merged

OPAM: requires Clang #62

merged 1 commit into from
Feb 9, 2024

Conversation

liyishuai
Copy link
Contributor

CCOMPILER = clang # ccomp # gcc takes ages
%.o: %.c
$(CCOMPILER) $(CCOMPILEROPTS) -o $@ $<

# clang  -fPIC -g -c -I . -I ../../plugin/runtime -I /home/coq/.opam/4.07.1+flambda/lib/ocaml -w -Wno-everything -O2 -o certicoqc_wrapper.o certicoqc_wrapper.c
# make[2]: clang: No such file or directory
# make[2]: *** [Makefile:55: certicoqc_wrapper.o] Error 127

@liyishuai
Copy link
Contributor Author

Is there a plan to review this PR?

@mattam82
Copy link
Collaborator

mattam82 commented Feb 9, 2024

You are right, we should require clang

@mattam82 mattam82 merged commit 48e612e into CertiCoq:master Feb 9, 2024
1 check passed
@liyishuai liyishuai deleted the patch-1 branch February 20, 2024 07:04
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

Successfully merging this pull request may close these issues.

2 participants