RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
I think I figured out the problem. When I run `make -d`, I see problems like: Prerequisite `m4/extern-inline.m4' is newer than target `aclocal.m4'. Must remake target `aclocal.m4'. Apparently it doesn't like the fact that I modified extern-inline.m4 more recently than aclocal.m4. I have never ru

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
Something seems wrong here and it's not my version of Autotools. When I download a fresh copy of M4 1.4.17, I am able to install it with GCC and Intel without any trouble. The only problems I was having were with PGI. But with the proposed patch, I am now unable to install M4 with GCC, Intel, or

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Eric Blake
On 03/07/2016 09:45 AM, Stewart, Adam James wrote: > Eric, > > $ which automake > /usr/bin/automake > $ automake --version > automake (GNU automake) 1.11.1 > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later > > T

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
James; Paul Eggert; Bruno Haible; bug-gnu...@gnu.org Cc: bug-m4@gnu.org Subject: Re: Unable to install M4 1.4.17 using PGI 15.10 compilers On 03/07/2016 09:32 AM, Stewart, Adam James wrote: > Thanks everybody, > > I applied the patch to m4/extern-inline.m4 successfully, but now I am getting &

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Eric Blake
On 03/07/2016 09:32 AM, Stewart, Adam James wrote: > Thanks everybody, > > I applied the patch to m4/extern-inline.m4 successfully, but now I am getting > the following error message during make: > > CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh > /tmp/ajstewart/spack-stage/spack-stage-wHnXsx/m

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
conf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make: *** [aclocal.m4] Error 127 Any idea what went wrong? Adam From: Paul Eggert [egg...@cs.ucla.edu] Sent: Friday, March 04, 2016 7:17 PM To: Bruno Haible; bug-

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-04 Thread Paul Eggert
Bruno Haible wrote: Here's a proposed fix (in gnulib) (based on the predef list at https://sourceforge.net/p/predef/wiki/Compilers/): Thanks, I installed that.

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-04 Thread Bruno Haible
> Here are some smaller attachments. Thanks. From the build.out: builtin.o: In function `xnmalloc': /scratch/ajstewart/m4-1.4.17/src/../lib/xalloc.h:104: multiple definition of `xnmalloc' m4.o:/scratch/ajstewart/m4-1.4.17/src/../lib/xalloc.h:104: first defined here This means, the compilers see

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-04 Thread Stewart, Adam James
Eric, Here are some smaller attachments. Adam From: Eric Blake [ebl...@redhat.com] Sent: Friday, March 04, 2016 4:46 PM To: Stewart, Adam James; bug-m4@gnu.org; Bug-gnulib Subject: Re: Unable to install M4 1.4.17 using PGI 15.10 compilers [note: the

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-04 Thread Eric Blake
[note: the original message got rejected in the moderation queue for trying to send 500k of attachments; I'm replying to the body of the message] [adding gnulib] On 03/04/2016 03:04 PM, Stewart, Adam James wrote: > Hi, > > I am unable to install M4 1.4.17 on our system with the latest PGI 15.10