Mohammed Sadiq <[email protected]> writes:
> Some packages seems to rely on cc as the C compiler. So within some 
> environment,
> let cc be symlinked to the default gcc of the environment.

This has been discussed before, and it was decided that in such cases,
we should do what's needed to make the build system use gcc.  Usually
that simply entails adding "CC=gcc" to #:make-flags.  If you search for
"=gcc" in gnu/packages/*.scm, you'll find many such examples.

      Mark



Reply via email to