search for: ac_f77_v_output

Displaying 4 results from an estimated 4 matches for "ac_f77_v_output".

2004 Apr 02
1
problem compiling R-1.9.0beta with PGI compilers on amd64
...ags by passing a verbose option (-v for ifc) to the compiler. For ifc this produces a multiline output, one line continued to the next by 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. === Seems like this is related. 2. `make' ran fine, until I get: make[3]: Leaving directory `/u1/scratch/R-1.9.0/src/library/ts' installing parsed NAMESPACE files make[2]: *** [R] Error 139 make[2]: Leaving directory...
2003 Sep 26
1
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4314)
...bose option (-v for ifc) to the compiler. > For ifc this produces a multiline output, one line continued to the > next by 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 d...
2004 Apr 03
0
problem compiling R-1.9.0beta with PGI compilers on amd6 4
...compiler. For ifc this > > produces a multiline output, one line continued to the next by 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. > > === > > Seems like this is related. > > > > 2. `make' ran fine, until I get: > > make[3]: Leaving directory `/u1/scratch/R-1.9.0/src/library/ts' > > installing p...
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
Bugs compiling R-1.7.1 with Intel compilers icc and ifc, on x86-computer (Pentium IV) and linux operating system Hello, as there aren't many reports about that issue, I'll give a little report here. (Hope I don't bother anyone) The best thing about using icc and ifc are the warnings, because it is said that the Intel compilers are stricter and give more precise warnings than gcc.