Displaying 1 result from an estimated 1 matches for "mglob_options_string".
2003 Sep 26
1
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4314)
...y a \ character. It also contains some " characters. These
> together produces the wrong results. We can fix this by removing all \
> and " from the variable ac_f77_v_output in that macro. I am not sure
> if this breaks anything in other compilers.
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-z...