[Developers] Patch: store the version of C/C++/Fortran compilers
Tom Goodale
goodale at cct.lsu.edu
Wed Jun 15 06:18:51 CDT 2005
Hi,
while this may be useful, it could be misleading, as if the version of the
compiler changes on disk after the configuration is created, these version
numbers would be wrong.
One possibly better solution would be to put commands which could
determine the version of the compilers into the make.config.defn file, and
then we could run them at compile time and store the info somewhere.
Tom
On Wed, 8 Jun 2005, Thomas Radke wrote:
> Hi,
>
> the attached patch determines the version of the C/C++/F77/F90 compilers used
> to build a given configuration. It will be stored in the configuration's
> make.config.defn file.
>
> Note that, for better readability, the patch does not include the
> automatically generated configure script. You need to run autoconf yourself
> before testing the patch.
>
>
>
More information about the Developers
mailing list