On 01/02/12 07:46, Bastien ROUCARIES wrote: > Unfortunatly gnulib add some stuff snippet like noreturn in config.h > that are not really safe from a fortran point of view.
Could you explain the problem a bit more? I wasn't aware that Fortran code used the identifier "_Noreturn". I suppose you could do something like this: #include <config.h> #undef _Noreturn and package this up into a .h file that your Fortran programs include.