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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1224.1 | please give us the example | TLE::WHITLOCK | Stan Whitlock | Mon Mar 17 1997 15:15 | 5 |
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 |