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

c/core/Makefile problem making lib/libtahu.so individually, and parallel make problems #266

Open
ian-abbott opened this issue Feb 17, 2023 · 0 comments · Fixed by #267
Open

Comments

@ian-abbott
Copy link
Contributor

In "c/core/Makefile", the rule for target $(DNAME) does not create the "lib" directory as is done for the $(SNAME) target. That is a problem when running make lib/libtahu.so to build the dynamic library individually, and is also a problem when running make -j to build in parallel. The $(TEST) target does not depend on the built library files which could be a problem when running make -j to build in parallel.

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 a pull request may close this issue.

1 participant