For Programmers: Free Programming Magazines  


Home > Archive > Fortran > June 2005 > Modules, libraries and CVF









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Modules, libraries and CVF
c_inquisitor@yahoo.com

2005-06-09, 8:58 am

We maintain a large F77 project (in Compaq Visual Fortran 6.6C) and we
are
now trying to switch some of the code to F90. The workspace contains
several
projects. One project contains main file and builds the executable, and
all
other projects build static libraries that are linked with the main
project.
The workspace is configured so that the main project is dependent on
the
projects that build the libraries.

We tried to include modules in the libraries and encounered a strange
problem: each time we run the executable, the Visual evironments
reports
that the *.MOD files are out of date and ask permission to rebuild the
libraries, despite the fact that no code was changed between
the runs.

Any suggestions?

Mike

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com