RE: AC_F77_LIBRARY_LDFLAGS adds LLVM compiler flags to FLIBS

2020-07-22 Thread Dieter, William R
> -Original Message- > From: Paul Eggert > Sent: Wednesday, July 22, 2020 2:13 PM > To: Dieter, William R ; bug-autoconf@gnu.org > Subject: Re: AC_F77_LIBRARY_LDFLAGS adds LLVM compiler flags to FLIBS > > On 7/22/20 11:47 AM, Dieter, William R wrote: > > > Is splitting compilation into

Re: [GNU Autoconf 2.69] testsuite: 203 264 271 286 311 312 313 314 315 316 323 328 339 503 failed

2020-07-22 Thread Paul Eggert
A quick look at the first couple of failures indicates that they were fixed by patches to Autoconf that were installed after 2.69b came out, in particular: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=7c08375081545e1eaf96461319ffec0a02e9f959

Re: [GNU Autoconf 2.69] testsuite: 203 264 271 286 311 312 313 314 315 316 323 328 339 503 failed

2020-07-22 Thread Paul Eggert
On 7/22/20 1:42 PM, Dennis Clarke wrote: I attached a tarball that has everything about the procedure and the results. I have yet to go digging in there but figured I would post this first and then climb down into the test results and look around. Nothing was attached to your email,

Re: AC_F77_LIBRARY_LDFLAGS adds LLVM compiler flags to FLIBS

2020-07-22 Thread Paul Eggert
On 7/22/20 11:47 AM, Dieter, William R wrote: Is splitting compilation into two steps to eliminate the compiler output a reasonable fix for this? It might be, yes. Though that will take a bit of work to get right. In the meantime (since we're trying to get a new release out) I installed the

Re: [GNU Autoconf 2.69] testsuite: 203 264 271 286 311 312 313 314 315 316 323 328 339 503 failed

2020-07-22 Thread Dennis Clarke
On 7/17/20 10:17 PM, Paul Eggert wrote: > On 7/14/20 9:22 AM, Dennis Clarke wrote: >> >> I was surprised to see many failures : > > I suggest trying Autoconf 2.69b (which happened to be announced about > the same time you sent your bug report). See: > >

AC_F77_LIBRARY_LDFLAGS adds LLVM compiler flags to FLIBS

2020-07-22 Thread Dieter, William R
I am trying to build GlobalArrays (https://github.com/GlobalArrays/ga) with the public beta Intel Fortran compiler available in the oneAPI HPC ToolKit (https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit.html). The configure.ac includes the AC_F77_LIBRARY_LDFLAGS