From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Jordan Subject: Re: gccgo package does not include gccgo binary Date: Tue, 12 Jul 2016 05:38:10 -0400 Message-ID: <87h9bvyz5p.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> References: <87twg1zedu.fsf@gmail.com> <87shvizcnm.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> <87a8hpjyun.fsf@gmail.com> <87oa65za4k.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> <87shvfmz38.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMu9C-0004jZ-5m for help-guix@gnu.org; Tue, 12 Jul 2016 05:38:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMu96-0001el-6W for help-guix@gnu.org; Tue, 12 Jul 2016 05:38:33 -0400 Received: from forward5j.cmail.yandex.net ([5.255.227.23]:40197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMu94-0001d8-Ra for help-guix@gnu.org; Tue, 12 Jul 2016 05:38:28 -0400 In-reply-to: <87shvfmz38.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Alex Vong Cc: help-guix@gnu.org > Actually, I am trying to link object file compile with gcc with go > object file. I was thinking using gccgo would make things simplier since > the backend is the same. Anyway, I follows your suggestion to use 'go' > command instead and find this guide > > on SO. The answer written by Didier basically works for me, except that > '//#include ' has to be replaced by '//#include ' to get > the code compiled. Have a good day :) No problem, and you are welcome. > Btw, does anyone have problem cloning github repo? I get the SSL > verfication problem mentioned earlier. However, I have already installed > nss-certs and include the following line in .bashrc: > GIT_SSL_CAINFO="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt" > export GIT_SSL_CAINFO > > Any ideas? Add nss-certs to your system config. $ $EDITOR /etc/config.scm $ guix system reconfigure /etc/config.scm That solved my SSL issues. Cheers, --- Matthew Jordan