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

Ubuntu 20.04 catkin_make BUG #6

Open
xieyunjiao-holo opened this issue Feb 28, 2023 · 2 comments
Open

Ubuntu 20.04 catkin_make BUG #6

xieyunjiao-holo opened this issue Feb 28, 2023 · 2 comments

Comments

@xieyunjiao-holo
Copy link

Hello! I used the gcc-7.5 and g++7.5, How can this problem be fixed? Thank you~
image

@kermitLHH
Copy link

You can try "sudo apt-get install libgfortran-7-dev",then catkin_make again.I make it by this way.

@BizzareNathan
Copy link

BizzareNathan commented May 14, 2023

I recently ran into this problem, I checked my gfortran installation steps and didn't find anything that could cause it to fail, and tried "sudo apt-get install libgfortran-7-dev", still no problem. And running "ld -lgfortran --verbose" resulted in not found.

As a last resort, I remembered that I had upgraded gcc and g++ to version 9, and after changing back to version 7, I no longer get this error and can run the simulation normally.
(But running "ld -lgfortran --verbose" still results in not found.)

Hope this helps!

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

3 participants