Is building with clang supported? #289
-
I have clang-14 installed and wanted to use it. I did
dragonfly/clang-opt/third_party/src/gperf_project-stamp/gperf_project-build-err.log starts with:
What is the state of support for clang? blaze.sh does include a |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi @OfekShilon , it should work. Why do you need to export cxxflags? |
Beta Was this translation helpful? Give feedback.
-
Ofek, I've tried running clang-12 on my machine (ubuntu 20.04) and it does not encounter the problems you mentioned. |
Beta Was this translation helpful? Give feedback.
-
Facing similar issue with 1.11.0 on Fedora 37,38. Is there a chance of a dependency change between 1.9.0 and 1.11.0? Our builds works fine on 1.9.0.
|
Beta Was this translation helpful? Give feedback.
-
@safa-topal we publish prebuilt fedora packages: |
Beta Was this translation helpful? Give feedback.
Hi @safa-topal, it seems like the issue is that it can't find the static
libstdc++
.Can you plz try:
and let me know?