Handling of library names starting with colon #7
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
Comments
Thanks, it looks like I just have to sync it to the latest C::B sources cause we're clearly doing things in a different way here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GNU linker has a feature of
-l
option:It is quite convenient if you need to force static linking of only one library from list.
Code::Block build system is aware of it and if a library name is starting with colon it puts the name into the linker command line as is:
But cbp2make generates makefile with the extension being cut off:
Test project is attached.
colonlib.cbp.7z.zip
The text was updated successfully, but these errors were encountered: