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 <gentoo-user+bounces-124592-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QZRNB-0008Oy-Kd for garchives@archives.gentoo.org; Wed, 22 Jun 2011 17:37:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 564D71C036; Wed, 22 Jun 2011 17:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2762D1C305 for <gentoo-user@lists.gentoo.org>; Wed, 22 Jun 2011 17:36:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9DAA46419F for <gentoo-user@lists.gentoo.org>; Wed, 22 Jun 2011 17:36:07 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.893 X-Spam-Level: X-Spam-Status: No, score=-2.893 required=5.5 tests=[AWL=-0.294, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nq5BV7-nFLsB for <gentoo-user@lists.gentoo.org>; Wed, 22 Jun 2011 17:36:00 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 6D08C2AC012 for <gentoo-user@gentoo.org>; Wed, 22 Jun 2011 17:36:00 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <lnx-gentoo-user@m.gmane.org>) id 1QZRLE-0001Ao-O1 for gentoo-user@gentoo.org; Wed, 22 Jun 2011 19:35:52 +0200 Received: from athedsl-376991.home.otenet.gr ([79.131.24.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Wed, 22 Jun 2011 19:35:52 +0200 Received: from realnc by athedsl-376991.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Wed, 22 Jun 2011 19:35:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras <realnc@arcor.de> Subject: [gentoo-user] Re: Do we have to build gcc with fortran now? Date: Wed, 22 Jun 2011 20:36:05 +0300 Organization: Lucas Barks Message-ID: <itt95c$e2l$1@dough.gmane.org> References: <4E0167C4.9080100@gmail.com> <its1qd$jub$1@dough.gmane.org> <4E01CF99.1070109@gmail.com> <itsq3p$9fg$1@dough.gmane.org> <4E01EF3F.8040800@gmail.com> <itstuq$3am$1@dough.gmane.org> <4E020BA4.50201@gmail.com> <itt46d$cnf$1@dough.gmane.org> <4E021F1A.4080304@gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-376991.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110524 Thunderbird/3.1.10 In-Reply-To: <4E021F1A.4080304@gmail.com> X-Archives-Salt: X-Archives-Hash: d89774121e52b35a1d51664140840c74 On 06/22/2011 07:58 PM, Dale wrote: >[...] > Mine never had fortran in it at all. I still don't really know what > fortran is. It's a programming language. You know, C, C++, stuff like that. Except that it's a zombie-relict from the 1950's that refuses to die because people still programming in it are too lazy to learn a proper, more modern language :-P When you enable the fortran USE flag for GCC, you are telling it to compile and install the GNU Fortran compiler. Sometimes USE flags can have more dramatic effects than just enabling some extra functionality; in this case for example, a whole compiler and supporting runtime libraries are built and installed.