Fresh install of rustup gives "linking with cc
failed: exit status: 1"
#4042
Labels
not-rustup
Whatever is described in this issue isn't Rustup's fault
Verification
Problem
A fresh install of rustup in zorin os gives:
Steps
cargo new no_name
cargo run
orcargo build
Possible Solution(s)
Add mention in the documentation or FAQ about this common problem with solutions to it like
sudo apt install gcc-multilib
for ubuntu.Notes
No response
Rustup version
rustup 1.27.1 (54dd3d0 2024-04-24)
Installed toolchains
Default host: x86_64-unknown-linux-gnu
rustup home: /home/fenilli/.rustup
stable-x86_64-unknown-linux-gnu (default)
rustc 1.81.0 (eeb90cda1 2024-09-04)
OS version
Distributor ID: Zorin
Description: Zorin OS 17.2
Release: 17
Codename: jammy
The text was updated successfully, but these errors were encountered: