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

linker.list does not properly escape the slashes in Windows when using LOCAL_SHORT_COMMANDS #213

Closed
styill opened this issue Oct 11, 2016 · 2 comments
Milestone

Comments

@styill
Copy link

styill commented Oct 11, 2016

When building a shared library with LOCAL_SHORT_COMMANDS set to true, a linker list is generated that uses Windows slashes, but linking will fail because it won't be able to find any of the files due to the slash being used as an escape character in the path. This is similar to issue 186 with the archiver.

@DanAlbert DanAlbert added this to the r18 milestone Mar 16, 2018
@DanAlbert DanAlbert modified the milestones: r18, r19 Aug 9, 2018
@DanAlbert DanAlbert modified the milestones: r19, r20 Oct 17, 2018
@DanAlbert
Copy link
Member

I think we're going to experiment with updating make in r20, and newer versions have built in support for generating list files.

@DanAlbert
Copy link
Member

Duping into #986 since it has the suggested fix.

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

2 participants