On Mon, Oct 16, 2006 at 03:32:13PM +0200, TYTECA Sophie wrote: > I try to read big_endian files with gfortran (see below the version I use) Just a guess: If the unformatted files were written with a program compiled by another compiler, there is a chance that you also need "-frecord-marker=4", to be specified with your main program. Thomas