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

[REQUEST]: Support for compiled C libraries #6585

Open
mattgodbolt opened this issue Jun 11, 2024 · 1 comment
Open

[REQUEST]: Support for compiled C libraries #6585

mattgodbolt opened this issue Jun 11, 2024 · 1 comment
Labels
request Request for something

Comments

@mattgodbolt
Copy link
Member

Is your feature request related to a problem? Please describe

Trying to get lzma working in C. It compiles statically, and there's a bunch of special casing to handle cshared libraries, but not for C. In this instance a C library can be used as-is pretty much by any compiler I think?

Describe the solution you'd like

Ideally a way of getting a C library built and used.

Describe alternatives you've considered

I naively tried using the C++ build setup and it builds just fine but isn't available in C (no build for it).

Additional context

Not applicable

@mattgodbolt mattgodbolt added the request Request for something label Jun 11, 2024
@mattgodbolt
Copy link
Member Author

warn: No build found for liblzma/5.6.2 matching {"os":"Linux","build_type":"Debug","compiler":"gcc","compiler.version":"carmg1220","compiler.libcxx":"libstdc++","arch":"","stdver":"","flagcollection":""}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Request for something
Projects
None yet
Development

No branches or pull requests

1 participant