From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13026 invoked by alias); 9 May 2006 20:16:19 -0000 Received: (qmail 12834 invoked by alias); 9 May 2006 20:15:36 -0000 Date: Tue, 09 May 2006 20:16:00 -0000 Message-ID: <20060509201536.12833.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/27304] gfortran: Warn/abort when format in write does not fit passed arguments In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tobias dot burnus at physik dot fu-berlin dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg00943.txt.bz2 List-Id: ------- 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