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
> 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
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
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