autoconf
[Top][All Lists]
Advanced

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

Re: autoconf question: different results for 2.57 and 2.59


From: Noah Misch
Subject: Re: autoconf question: different results for 2.57 and 2.59
Date: Sun, 19 Jun 2005 20:05:56 -0700
User-agent: Mutt/1.5.5.1i

On Thu, Jun 16, 2005 at 01:02:47PM -0600, Ovsei Volberg wrote:
> setenv AUTOCONF_LOCATION /usr/local/autoconf-2.5.7
> FC_DBL_FLAG='--dbl '
> FC_DEBUG_FLAG='-g --chk'
> FC_INCLUDE_FLAG='-I'
> FC_LD='/usr/local/lf9562/bin/lf95'
> FC_MACH_FLAG=''
> FC_NOOPT_FLAG='-O0'
> FC_OPT_FLAG='-O --prefetch 2'
> FC_OTHER_FLAG='--ap --pca'
> FC_PIC_FLAG='-shared'
> FC_WARN_FLAG='--f95'

> setenv AUTOCONF_LOCATION  /usr/local/autoconf-2.5.9
> FC_DBL_FLAG=''
> FC_DEBUG_FLAG=''
> FC_INCLUDE_FLAG='-I'
> FC_LD='/usr/local/lf9562/bin/lf95'
> FC_MACH_FLAG=''
> FC_MPI_LINK='serial'
> FC_NOOPT_FLAG=''
> FC_OPT_FLAG=''
> FC_OTHER_FLAG=''
> FC_PIC_FLAG='-fpic'

The Fortran macros in GNU Autoconf do not set these flags.  One of the following
conditions probably applies:

a) You define macros in `configure.ac' that set those variables.
b) A macro package you use via the `aclocal' mechanism sets them.
c) Your copy of Autoconf has third-party modifications.

If (a) or (b), please post the relevant macros.  Otherwise, the differences
probably stem from different patching of your 2.57 and 2.59 installations.




reply via email to

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