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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: