-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
libc: best practice? #435
Comments
|
To my understanding this should not be a contradiction, if you have a correctly set up environment, right? |
That's a very specific issue regarding PGO and its interaction with ffmpeg's Please provide some info on what you're trying to do. |
There are problems to get libc (?) functionalities working.
For example, inclusions like
sys/signal.h
orsys/mman.h
(by 3rd party libraries) can not be found using releasesllvm-mingw-2024<month,day>-ucrt-ubuntu-20.04-x86_64.tar.xz
, in contrast to original llvm (clang).Is there a recommended practice (within the toolchain) of how to get it working?
The text was updated successfully, but these errors were encountered: