autotools on aix

2011-05-11 Thread Jim Edwards
I am trying to port a model to AIX. The model uses cc cxx and fc compilers. The problem is that the IBM xlf compilers do not recognize the -D preprocessor flag and I am at my wits end trying to get the tools to do the right thing. I can handle a conditional edit of the FCFLAGS in configure.in

RE: autotools on aix

2011-05-11 Thread Daily, Jeff A
> From: autoconf-bounces+jeff.daily=pnl@gnu.org > [autoconf-bounces+jeff.daily=pnl@gnu.org] On Behalf Of Jim Edwards > [edwards@gmail.com] > Sent: Wednesday, May 11, 2011 4:51 PM > To: autoconf@gnu.org > Subject: autotools on aix > > I am trying to port a model to AIX. The model us

Re: autotools on aix

2011-05-11 Thread Jim Edwards
Hi Jeff, Thanks but this part I can do. The difficulty comes in variables that are generated in the automake and libtool. This is one of the more complex builds I've come across, it uses automake and has Makefile.am in some large number of subdirectories, each of these Makefile.am - which is onl

Re: autotools on aix

2011-05-11 Thread Ralf Wildenhues
Hi Jim, * Jim Edwards wrote on Thu, May 12, 2011 at 01:51:26AM CEST: > I am trying to port a model to AIX. The model uses cc cxx and fc > compilers. > The problem is that the IBM xlf compilers do not recognize the -D > preprocessor flag and I am at my wits end trying to > get the tools to do the