bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28629: Add cc as a symlink to gcc


From: Mark H Weaver
Subject: bug#28629: Add cc as a symlink to gcc
Date: Thu, 28 Sep 2017 03:19:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Mohammed Sadiq <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]