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

innative-cmd -shared-lib option doesn't work #72

Closed
devsnek opened this issue Jan 5, 2021 · 0 comments
Closed

innative-cmd -shared-lib option doesn't work #72

devsnek opened this issue Jan 5, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@devsnek
Copy link

devsnek commented Jan 5, 2021

If you invoke innative-cmd ./x.wasm -shared-lib /some/path/to/foo.so, lld will error about -l:/some/path/to/libfoo.so, which is the gcc way of linking by absolute pathname. I believe that innative should translate the command line option into lld -L/some/path/to -l:foo.so

@ErikMcClure ErikMcClure self-assigned this Jan 6, 2021
@ErikMcClure ErikMcClure added the bug Something isn't working label Jan 6, 2021
@ErikMcClure ErikMcClure added this to the v0.1.10 milestone Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants