This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4.4 Regression?] Re: [Patch,Fortran] PR 38259 - add module version number


Ralf Wildenhues wrote:
> Tobias Burnus wrote on Sat, Feb 14, 2009 at 08:50:51AM CET:
>   
>> Can you try "touch libgomp/*f90*" and build again -- or bootstrap? If
>> you simply do "make" after changing something, omp_lib.mod will not be
>> regenerated and you get this problem.
>>     
> Why are the dependencies for omp_lib.mod not set correctly in the
> Makefile.am file?
>   
That's not that trivial. Do you really want that
  libgomp/lib_omp.f90.in
depends on
  gcc/fortran/modules.c
in case the module writing changes in an incompatible way?
I think having a build into an empty directory should be sufficient for
such rare cases.

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]