-
Notifications
You must be signed in to change notification settings - Fork 143
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
gifski-1.11.0 error: linker /usr/bin/x86_64-linux-gnu-gcc
not found
#300
Comments
yeah I'm getting the same error here on fedora |
Delete .cargo dir. It has my config for cross-compilation. |
I just ended up installing an older version but let me try this later today and I'll get back to you. |
Thanky you very much, removing the .cargo dir fix the issue. Will you update the .tar.gz and .zip sources files? |
okay the removal of that fixed this error but now when I try to build with video support so I can use
It fails with this:
|
Building in void linux, previous releases build without errors, but with 1.11.0 yields this error:
error: linker
/usr/bin/x86_64-linux-gnu-gcc` not found|
= note: No such file or directory (os error 2)
error: could not compile
crossbeam-utils
due to previous errorwarning: build failed, waiting for other jobs to finish...
error: could not compile
libc
due to previous error`
The text was updated successfully, but these errors were encountered: