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

Add the ability to dynamically link Terra binary #309

Open
elliottslaughter opened this issue Sep 20, 2018 · 1 comment
Open

Add the ability to dynamically link Terra binary #309

elliottslaughter opened this issue Sep 20, 2018 · 1 comment

Comments

@elliottslaughter
Copy link
Member

Currently, the Makefile-based build of Terra statically links LuaJIT, LLVM and Clang. This results in several unpleasant hacks that cause problems on various systems. Adding the ability to (optionally) dynamically link would hopefully reduce or remove the need for these hacks.

Needed to link default packages in Arch (#308).

@elliottslaughter
Copy link
Member Author

This was partially fixed by #321, except it isn't quite smart enough to find the Clang dynamic libraries. We'll need to make FindClang.cmake smarter if we want to be fix in general.

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