From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: gfortran seems to require gcc-toolchain Date: Fri, 08 Nov 2019 17:09:20 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58393) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT6pA-00034C-Cq for help-guix@gnu.org; Fri, 08 Nov 2019 11:09:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT6p9-000627-Dj for help-guix@gnu.org; Fri, 08 Nov 2019 11:09:24 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41353) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT6p9-00061Y-2Y for help-guix@gnu.org; Fri, 08 Nov 2019 11:09:23 -0500 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: help-guix@gnu.org Hi Guix, I am trying to recompile old Fortran code under Guix. I made an (pure) environment containing "gfortran" plus a few required tools (make etc.), but found that every Fortran compilation stops with an error message complaining about "as" missing. Installing gcc-toolchain fixes the problem. If gfortran cannot be used without gcc-toolchain, shouldn't gcc-toolchain be a propagated input of gfortran? Cheers, Konrad.