help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

g77


From: Roy Barnes
Subject: g77
Date: Fri, 21 Feb 2003 18:20:20 -0700

The following statement works on a number of platforms
but it generates the following diagnostic:
 
         OPEN (IUS,FILE='/tmp/invsrtf.scratch',STATUS='SCRATCH',
                   1                           2
Conflicting I/O control specifications at (1) and (2)
make: *** [invsrtf.o] Error 1

using:

g77 version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) (from FSF-g77 version
0.5.26 20000731 (Red Hat Linux 7.3 2.96-110))
Driving: g77 -v -c -xf77-version /dev/null -xnone
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/tradcpp0 -lang-fortran -v -D__GNUC__=2
-D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__
-D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__NO_INLINE__
-Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_i386__ /dev/null
/dev/null
GNU traditional CPP version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/f771 -fnull-version -quiet -dumpbase
g77-version.f -version -fversion -o /tmp/ccSMcgnG.s /dev/null
GNU F77 version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) (i386-redhat-linux)
compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.3 2.96-110).
GNU Fortran Front End version 0.5.26 20000731 (Red Hat Linux 7.3 2.96-110)
 as -V -Qy -o /tmp/ccy84Yge.o /tmp/ccSMcgnG.s
GNU assembler version 2.11.93.0.2 (i386-redhat-linux) using BFD version
2.11.93.0.2 20020207
 ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o /tmp/ccAriYBL
/tmp/ccy84Yge.o /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crti.o
/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtbegin.o
-L/usr/lib/gcc-lib/i386-redhat-linux/2.96
-L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lg2c -lm -lgcc -lc -lgcc
/usr/lib/gcc-lib/i386-redhat-linux/2.96/crtend.o
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crtn.o
 /tmp/ccAriYBL
__G77_LIBF77_VERSION__: 0.5.26 20000731 (prerelease)
@(#)LIBF77 VERSION 19991115
__G77_LIBI77_VERSION__: 0.5.26 20000731 (prerelease)
@(#) LIBI77 VERSION pjw,dmg-mods 19991115
__G77_LIBU77_VERSION__: 0.5.26 20000731 (prerelease)
@(#) LIBU77 VERSION 19980709


I can build a work-around but I am interested to know if there is a patch
or if it is considered a design feature.  Moreover, using 'info g77' I never
found a description of all 'OPEN' keywords.  A search for all occurances of
the string 'OPEN' revealed: (1) suggestion that "FILE='...'" is not necessary 
if one uses "STATUS='SCRATCH'"; (2) a disclaimer that OPEN is incomplete;
(3) suggestions that some warnings have been changed to errors.  However, there
was no definitive table (which I have seen in Cray, Sun and IBM documentation); 
hence the second question: Is there something missing from this installation's 
'info g77'? 

I expect to discover you are now working on much newer versions (and
are unconcerned about this old code)!  Is there a "history" web page to
dig up a chronology of patches?

Thanks in advance for your time.
 
Roy Barnes
bozo@ucar.edu
(303) 497-1572 MWF




reply via email to

[Prev in Thread] Current Thread [Next in Thread]