-
Notifications
You must be signed in to change notification settings - Fork 279
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
Loading static libraries #280
Comments
I second this, it would be incredibly useful to us too. We have many .a files on linux, and .lib file on windows. I did not found any info on this, sadly. |
Cling developers, Thanks very much for a great tool. I also second the request by @nikhilkalige and @gracicot. I just tried loading a static library using
If these are indeed not supported, it would be better to get a "static libraries not supported at present". But, all and all, it would be really nice to be able to load static libraries. Cheers |
This is actually "supportable" without too much of an effort: llvm's JIT has the notion of static libs, and can load them / link them in. We "just" need a volunteer to implement his! |
How would you go about using .a library files in cling. I read that you can only load .so files, but in our project we have decided to use only static library files, so it would be nice if someone could point to some instructions on how to make this work..
Thanks.
The text was updated successfully, but these errors were encountered: