You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just feedback. I ran the code and got an error as below.
$ cargo run 52 9
Compiling arrayvec v0.4.10
Compiling libc v0.2.45
Compiling rayon-core v1.4.1
Compiling rayon v1.0.3
error: linker `gcc-8` not found
|
= note: No such file or directory (os error 2)
error: aborting due to previous error
Specifying the version of gcc worked for me.
brew install gcc@8
The text was updated successfully, but these errors were encountered:
Just feedback. I ran the code and got an error as below.
Specifying the version of
gcc
worked for me.The text was updated successfully, but these errors were encountered: