From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: path error Date: Mon, 26 Feb 2018 21:58:41 +0100 Message-ID: <20180226205841.GA2496@jurong> References: <877eqza2xl.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqPrH-00055p-1Z for help-guix@gnu.org; Mon, 26 Feb 2018 15:58:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqPrD-0002Tq-5b for help-guix@gnu.org; Mon, 26 Feb 2018 15:58:51 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:42994) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqPrC-0002Tj-VE for help-guix@gnu.org; Mon, 26 Feb 2018 15:58:47 -0500 Content-Disposition: inline In-Reply-To: <877eqza2xl.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> 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: Quiliro Ordonez Baca Cc: help-guix@gnu.org Hello, the solution lies probably here: On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote: > gcc: error trying to exec 'as': execvp: No existe el fichero o el > directorio The "as" binary is part of the binutils package. But I would recommend to install gcc-toolchain instead of gcc, it bundles a few packages that are needed for development (see its description). Andreas