wide-midnight-78598
05/31/2024, 5:21 PMERROR: unable to execute 'gcc'. Please verify that your compiler is installed, in your
$PATH and functional.
cc points to clang, so I guess we're specifically looking for gcc - after I installed build-essential (aka gcc and friends) - compilation kicked off finally.
Should the docs be updated? Or would it have been good enough to alias `gcc`'s tooling to clang? I'm running that on a slower machine - so fiddling around is ... tedious...wide-midnight-78598
05/31/2024, 5:27 PMrust-lld on nightly? I haven't experienced it yet though
https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.htmlwide-midnight-78598
05/31/2024, 5:38 PMbitter-ability-32190
06/01/2024, 11:32 AMbitter-ability-32190
06/01/2024, 11:33 AMwide-midnight-78598
06/01/2024, 12:41 PM