Skip to content
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

Got an error by cargo run #1

Open
syuhei176 opened this issue May 15, 2019 · 0 comments
Open

Got an error by cargo run #1

syuhei176 opened this issue May 15, 2019 · 0 comments

Comments

@syuhei176
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant