[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::fortran

Title:Digital Fortran
Notice:Read notes 1.* for important information
Moderator:QUARK::LIONEL
Created:Thu Jun 01 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1333
Total number of notes:6734

1224.0. "f90 4.1 on Unix creates object files with zero length for error cases" by TLE::LUCIA (http://asaab.zko.dec.com/~lucia/biography.html) Mon Mar 17 1997 14:58

This is particularly annoying when one uses make, i.e.

% cat Makefile
foo.o:	foo.f90
	f90 -g -c foo.f90

% make
f90 -g -c foo.f90
<some error>
% make 
`foo.o' is up to date


I have a (fairly lengthly) program which causes this behavior, but I can't
reproduce it in a few lines...

Tim
T.RTitleUserPersonal
Name
DateLines
1224.1please give us the exampleTLE::WHITLOCKStan WhitlockMon Mar 17 1997 15:155
Please post a pointer to the file that doesn't compile but does produce an
empty .o along with the command line you use, the errors the compiler displays,
and any files we need to compile the program.

Thanks			/Stan