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

[Fixup] Add FAQ entry for GCC missing errors #106

Open
kadler opened this issue Mar 7, 2022 · 0 comments
Open

[Fixup] Add FAQ entry for GCC missing errors #106

kadler opened this issue Mar 7, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kadler
Copy link
Member

kadler commented Mar 7, 2022

What improvement(s) could be made?

Users trying to build C/C++ applications tend to run in to issues with missing GCC and don't know how to solve. We should add FAQ entries for common gcc and g++ missing errors (and possibly gcc-cpp, since I don't think gcc6 package requires it).

unable to execute 'gcc': No such file or directory

Solution: yum install gcc or yum group install "Development Tools"

gcc-6.bin: error trying to exec 'cc1plus': execvp: No such file or directory

Solution: yum install gcc-cplusplus or yum group install "Development Tools"

collect2: fatal error: library libstdc++ not found

Solution: yum install libstdcplusplus-devel

@kadler kadler added enhancement New feature or request good first issue Good for newcomers labels Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant