preprocessed F90 using IBM XL F90 compiler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,
I define symbols using AC_DEFINE which should be passed to the
preprocessor to optionally compile certain parts. This all works fine
except for when the IBM XL f90 compiler is used. This compiler does not
have the -D switch to pass options to the preprocessor and instead
expects -WF,-D. I tried to redefine the DEFS macro in the Makefile.am to
something like
if AIX_XL
 DEFS = $(DEFS:-D%=-WF,-D%)
endif
however make complains about infinite recursion. 
Any suggestions on how to solve this problem?
Cheers
magnus

-- 
Dr Magnus Hagdorn <Magnus.Hagdorn@xxxxxxxxxxxxxx>



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux