From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QZVnf-0003q2-HA for garchives@archives.gentoo.org; Wed, 22 Jun 2011 22:21:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 646FE1C077; Wed, 22 Jun 2011 22:20:10 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 310D21C077 for ; Wed, 22 Jun 2011 22:20:09 +0000 (UTC) Received: by qwb7 with SMTP id 7so838345qwb.40 for ; Wed, 22 Jun 2011 15:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=JE+g+/kKn/rEhiRuhJZmwx1hjLXrBE6WlWrG4ylFi1k=; b=waW+20Svkyq6c4gAzt9EwwsbpTX9ENXONHNo7Hqf4kREBoNpk4fLq/QV98Z3abPxml E/pmJ7RG6rB/3d14U8pvYhmlfefipsT7ng4cMA4aF/Jbv8ugwJjWrcbh7XsOy44hzgXU eRSi3lhBfM8RXwGCwUKjt28tsp+3/Gt84q8vc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ctzqY2y8fbMTt9td4JuSu5a8ld/nSJvMwJHfYKm1IbHbcGiwr5c5FA8RhMn/L4f0Pc J8PEU13+Ln/PrEJn0xPqKq6lHiHAPuuGYk5p8VuVA39PEG3oSZv22nYFTVMyCSsZZ33g wLegIqLW265d5wmQZ4Eu5gweInetKHucb70sQ= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.224.67.72 with SMTP id q8mr842444qai.278.1308781209598; Wed, 22 Jun 2011 15:20:09 -0700 (PDT) Received: by 10.224.61.14 with HTTP; Wed, 22 Jun 2011 15:20:09 -0700 (PDT) In-Reply-To: <20110622212816.GB20163@ns1.bonedaddy.net> References: <4E0167C4.9080100@gmail.com> <201106221525.47375.michaelkintzios@gmail.com> <4E020F32.1040209@gmail.com> <4E022FFD.3090708@gmail.com> <4E0246FB.2090309@gmail.com> <4E0256B0.4010105@gmail.com> <20110622212816.GB20163@ns1.bonedaddy.net> Date: Wed, 22 Jun 2011 15:20:09 -0700 Message-ID: Subject: Re: [gentoo-user] Do we have to build gcc with fortran now? From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 8a232fc7974c5b9f8878deea5ee6a899 On Wed, Jun 22, 2011 at 2:28 PM, Todd Goodman wrote: > > No actually blas-reference fails to build unless gcc is built with the > fortran use flag enabled (since there's no fortran compiler available.) > > The deps pulling in blas-reference are in my previous mail. > > Todd If you have virtual/fortran installed then portage will pull in a different Fortran compiler. (ifc on my machine) - Mark