From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7958 invoked by alias); 24 Nov 2003 16:23:06 -0000 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 Received: (qmail 7935 invoked from network); 24 Nov 2003 16:23:05 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by sources.redhat.com with SMTP; 24 Nov 2003 16:23:05 -0000 Received: (qmail 18717 invoked by uid 65534); 24 Nov 2003 16:23:00 -0000 Received: from p3EE38E38.dip.t-dialin.net (EHLO rechner1.ddorf.de) (62.227.142.56) by mail.gmx.net (mp010) with SMTP; 24 Nov 2003 17:23:00 +0100 X-Authenticated: #20933907 Received: from fab by rechner1.ddorf.de with local (Exim 3.35 #1 (Debian)) id 1AOJOH-0001IY-00 for ; Mon, 24 Nov 2003 17:16:45 +0100 Subject: Large Unit number g77 From: Fabian Braennstroem To: gcc-help@gcc.gnu.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 24 Nov 2003 16:23:00 -0000 Message-Id: <1069690600.4150.13.camel@rechner1> Mime-Version: 1.0 X-SW-Source: 2003-11/txt/msg00317.txt.bz2 Hello everybody, I just start programming in Fortran. From my professor I got a fortran-program which he used on a sgi. Now I try to get the program running under linux (debian/woody (g77-3.0)). I have no big problem compiling the sources, but when I start executing it, I get an error like: 'illegal unit number'. I think it is because of a couple large unit numbers. So I tried to fix the 'gcc/libf2c/libI77/fio.h', but I can't find it! Does anybody have an idea where to look? Thanks and Greetings! Fabian P.S. What can I use for 'etime' and 'dtime' under Linux?