On Wed, Jun 08, 2005 at 01:19:04PM -0500, Mike Davis wrote: > The Cray XT3 compiler drivers pass options containing quoted strings to the > PGI compilers, specifically for the case of -L and -l options. These single- > quotes are being picked up by 'configure' scripts, which then pass options > with unbalanced quoted strings on subsequent compile commands. The > 'configure' > scripts already contain code to handle special cases of verbose output > produced by specific compilers/platforms (e.g., cft90). What is the best > mechanism for adding XT3 compiler specific handling into the configure > scripts?
You will edit _AC_PROG_FC_V_OUTPUT and possibly also _AC_FC_LIBRARY_LDFLAGS in lib/autoconf/fortran.m4. Please post your entire `config.log'. Compress it if you like.
