-
Notifications
You must be signed in to change notification settings - Fork 4
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
support for building shared objects #106
Comments
Is there a workaround to construct shared libraries ? |
right now there is no workaround. |
I have just move all my project from cmake to buildr + cxxproject, only some shared libraries are pending. |
mhh .. thats a design decision. |
Looking into the code there isn't much in common betwen the ar command and the linker, in fact is much more similar to the executable.rb both are linkin using the LINKER from the toolchain. |
from the toolchains point of view you are right. |
I have also to change the gcctoolchain project and the cxx project. |
I don't find the cxx gem project at github with the eval_context.rb |
sorry about that ... the three project you would need are: |
https://github.com/gizmomogwai/cxxproject_examples/tree/master/shared_lib |
No description provided.
The text was updated successfully, but these errors were encountered: