From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4402 invoked by alias); 17 Jul 2006 14:32:10 -0000 Received: (qmail 4394 invoked by uid 22791); 17 Jul 2006 14:32:10 -0000 X-Spam-Check-By: sourceware.org Received: from ns1.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Jul 2006 14:32:07 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 17D05EF88; Mon, 17 Jul 2006 16:32:04 +0200 (CEST) Date: Mon, 17 Jul 2006 14:32:00 -0000 From: Michael Matz To: Steven Bosscher Cc: tprince@myrealbox.com, tyapici@ae.metu.edu.tr, gcc-help@gcc.gnu.org, gcc@gnu.org Subject: Re: g77 problem for octave In-Reply-To: <571f6b510607161338l765a8cc2w183f7debc4dd4da1@mail.gmail.com> Message-ID: References: <200607161819.k6GIJj111901@ae.metu.edu.tr> <44BAA05F.9010206@sbcglobal.net> <571f6b510607161338l765a8cc2w183f7debc4dd4da1@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00217.txt.bz2 Hi, On Sun, 16 Jul 2006, Steven Bosscher wrote: > On 7/16/06, Tim Prince wrote: > > > On my computer, the installed version of gcc is 4.1.0-25 and i could not > > > find any compatible version of g77 to install. For the installation of > > > octave, i need exactly gcc-g77 not gcc-fortran. > (...) > > If you are so interested in using g77 rather than gfortran, it should be > > easy enough to grab gcc-3.4.x sources and build g77. One would wonder > > why you dislike gfortran so much. > > I don't think he dislikes gfortran so much, he just needs _that_ > specific version of the package to install octave, I guess. > > That would be a SuSE packaging problem, so I'm CC:'ing matz. [offtopic, but hey] Try compat-g77. It's only on DVD and FTP, not on the CDs. Ciao, Michael.