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

DLL name stripping support for libraries built in Windows using GCC #21261

Closed
wants to merge 1 commit into from
Closed

Conversation

vvviktor
Copy link
Contributor

@vvviktor vvviktor commented Feb 8, 2024

Fixes #9696
.dll has to be stripped to enable linkage with DLL created by GCC in Windows

.dll has to be stripped to enable linkage with DLL created by GCC in Windows
@vvviktor vvviktor requested a review from lberki as a code owner February 8, 2024 17:02
Copy link

google-cla bot commented Feb 8, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added team-Rules-CPP Issues for C++ rules awaiting-review PR is awaiting review from an assigned reviewer labels Feb 8, 2024
@vvviktor vvviktor closed this Feb 9, 2024
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linking fails for library name contains .dll suffix
1 participant