------- Comment #18 from tobias dot burnus at physik dot fu-berlin dot de 2006-05-09 20:15 ------- Subject: Re: gfortran: Warn/abort when format in write does not fit passed arguments
@resolution : FIXED > This looks like you have an old version of the library around, and that it's > used instead of that of the newer compiler. Try compiling with -static or > setting LD_LIBRARY_PATH before execution. > I'm an idiot. Generally, I call gfortran via ~/bin/gfortran-4.2 containing exec /opt/gcc-4.2-svn/bin/gfortran -Wl,-rpath,/opt/gcc-4.2-svn/lib64 "$@" but seemingly this time not :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27304