From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: gfortran seems to require gcc-toolchain Date: Mon, 11 Nov 2019 19:08:30 +0100 Message-ID: References: <878soomz3q.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57383) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUE7A-0000Yb-Ms for help-guix@gnu.org; Mon, 11 Nov 2019 13:08:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUE79-0004c0-O5 for help-guix@gnu.org; Mon, 11 Nov 2019 13:08:36 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:57669) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iUE79-0004be-Al for help-guix@gnu.org; Mon, 11 Nov 2019 13:08:35 -0500 In-Reply-To: <878soomz3q.fsf@devup.no> 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: Marius Bakke , help-guix@gnu.org Hi Marius, > 'as' is part of Binutils, you don't need the entire toolchain. > > That said, there are various other workarounds in Guix due to GCC > (and apparently gfortran) lacking an absolute reference to 'as'. > > Can you try the following patch and see if it works for your case? Thanks for looking into this! With your patch, I can compile Fortran programs in an environment containing nothing but "gfortran", so I'd say it works! Thanks, Konrad