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

README: Add libunwind-dev to list of dependencies for Debian #4504

Closed

Conversation

0cjs
Copy link
Contributor

@0cjs 0cjs commented Jul 5, 2024

Without this installed the build on Debian still works, but the following error is produced when you try to run kompile:

ld.lld: error: unable to find library -lunwind
clang: error: linker command failed with exit code 1...

There is no need to rebuild the K framework after installing libunwind-dev; it's just the shared library in its dependency libunwind8 that we need to fix this. (But we use libunwind-dev in the README anyway for consistency.)

This is apparently not seen on MacOS, probably because -lunwind because it's a part of LLVM there.

Without this installed the build on Debian still works, but the
following error is produced when you try to run `kompile`:

    ld.lld: error: unable to find library -lunwind
    clang: error: linker command failed with exit code 1...

There is no need to rebuild the K framework after installing
`libunwind-dev`; it's just the shared library in its dependency
`libunwind8` that we need to fix this. (But we use `libunwind-dev`
in the README anyway for consistency.)

This is apparently not seen on MacOS, probably because -lunwind
because it's a part of LLVM there.
@Baltoli
Copy link
Contributor

Baltoli commented Jul 10, 2024

Adopted in: #4512

@Baltoli Baltoli closed this Jul 10, 2024
rv-jenkins added a commit that referenced this pull request Jul 10, 2024
…Debian (#4512)

Without this installed the build on Debian still works, but the
following error is produced when you try to run `kompile`:

    ld.lld: error: unable to find library -lunwind
    clang: error: linker command failed with exit code 1...

There is no need to rebuild the K framework after installing
`libunwind-dev`; it's just the shared library in its dependency
`libunwind8` that we need to fix this. (But we use `libunwind-dev` in
the README anyway for consistency.)

This is apparently not seen on MacOS, probably because -lunwind because
it's a part of LLVM there.

> This is an adopted PR from @0cjs (#4504)

Co-authored-by: Curt J. Sampson <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants