Add cc as a symlink to gcc

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Mark H Weaver
  • Mohammed Sadiq
Owner
unassigned
Submitted by
Mohammed Sadiq
Severity
normal

Debbugs page

M
M
Mohammed Sadiq wrote on 27 Sep 2017 21:29
(address . bug-guix@gnu.org)
1581054962.12450.1506572966287@webmail.mailhostbox.com
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 may not be noticeable when building/installing a package, because cc may
be used only on rare conditions (like when enabling some disabled tests, etc),
which isn't enabled by default.

Thanks
M
M
Mark H Weaver wrote on 28 Sep 2017 00:19
(name . Mohammed Sadiq)(address . sadiq@sadiqpk.org)(address . 28629@debbugs.gnu.org)
87poabffy8.fsf@netris.org
Mohammed Sadiq <sadiq@sadiqpk.org> writes:
Toggle quote (3 lines)
> 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
L
L
Ludovic Courtès wrote on 5 Oct 2017 14:06
control message for bug #28629
(address . control@debbugs.gnu.org)
87376x2tkh.fsf@gnu.org
tags 28629 wontfix
close 28629
?
Your comment

This issue is archived.

To comment on this conversation send an email to 28629@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 28629
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch