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

gcc isn't present on BSD systems, instead check for 'cc' #3

Open
erikarn opened this issue May 2, 2022 · 0 comments
Open

gcc isn't present on BSD systems, instead check for 'cc' #3

erikarn opened this issue May 2, 2022 · 0 comments

Comments

@erikarn
Copy link

erikarn commented May 2, 2022

Hi! The autoconf script checks for 'gcc' being present, rather than 'cc' being present. This makes it not run out of the box on FreeBSD without hacking on things - we do have GCC ports, but since we support >1 GCC version being installed, they're named gcc.

The easy solution is to change configure.in to check for 'cc' instead of 'gcc'. If you could commit that then I'll be able to build this out of the box on FreeBSD!

Thanks!

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