mirror of
https://github.com/ziglang/zig.git
synced 2025-02-16 09:30:17 +00:00
Updated Troubleshooting Build Issues (markdown)
parent
e04b4747a7
commit
8246ced08a
@ -35,6 +35,10 @@ If you get the message `: CommandLine Error: Option 'mc-relax-all' registered mo
|
||||
|
||||
Additionally, you'll need lld's .a and .h files, which aren't installed by Gentoo's lld ebuild, so you'll need to modify your lld ebuild file to not delete them.
|
||||
|
||||
#### Fedora 32+
|
||||
|
||||
Starting with version 32, Fedora will no longer ship individual component libraries in the `clang-libs` package instead requiring users to link against `libclang-cpp.so`. Thus when building on Fedora version 32 or greater you'll need to pass `-DZIG_PREFER_CLANG_CPP_DYLIB=true` to cmake.
|
||||
|
||||
### Still not working?
|
||||
|
||||
Log on to one of the [[Community]] spaces and ask for help.
|
Loading…
Reference in New Issue
Block a user