rws (2015-10-09 16:51 +0300) wrote: > FYI, this is actually my first patch to Guix. (I just installed Guix two days > ago too.) Hopefully this turns out okay, but in any case let me know how I > went.
This is a really good first patch! > Also, if you see the IRC (#guix) right now (at time of writing), you can see > some discussion between me and rekado about setting "CC=gcc" for the > make-flags, > and whether or not it's needed. Can you confirm if I did it correct? Yes, I think so. If it is not specified, the build fails with: make: cc: Command not found Though I have no idea why it defaults to "cc" since Makefile has "CC ?= gcc". -- Alex