[Rd] Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)

Saikat DebRoy saikat at stat.wisc.edu
Fri Sep 26 20:20:01 MEST 2003


On Friday, Sep 26, 2003, at 14:28 US/Eastern, Kurt Hornik wrote:
>
> Yep, the problem is the "-mGLOB_options_string=......" one gets, and
> AC_F77_LIBRARY_LDFLAGS() cannot handle this.  I tend to avoid
> overloading stuff from Autoconf (and am not a fan of unconditionally
> removing double quotes either), and we have a macro for postprocessing
> the AC_F77_LIBRARY_LDFLAGS results anyways.  I've added
>
>     -[a-zA-Z]/*\" | -[a-zA-Z]*\\) # ifc
>       ;;
>

Kurt,

That did not work. If you look in the configure file, it came out 
without the [ and ] characters. I think you need to use [[ and ]] in 
the aclocal.m4 file.

Saikat



More information about the R-devel mailing list