autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: link and run a (fortran) program redirecting its stdout/stderr


From: Ralf Wildenhues
Subject: Re: link and run a (fortran) program redirecting its stdout/stderr
Date: Tue, 13 Oct 2009 20:15:19 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

* Stefano Lattarini wrote on Tue, Oct 13, 2009 at 03:22:51PM CEST:
> What matters to me is that the *program generated* by the compiler,
> when executed, is not too verbose w.r.t. the `stop' builtin.

Then you should be able to use AC_RUN_IFELSE.  To allow for cross
compilation, in the fourth argument you could try to find out which
versions of gfortran have this issue, and check for those versions
there (probably easiest done by GCC-specific preprocessor conditionals).

HTH.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]