Displaying 4 results from an estimated 4 matches for "ac_f77_library_ldflag".
Did you mean:
ac_f77_library_ldflags
2003 Sep 26
1
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4314)
...gure options.
> Some of the warnings are serious, but they quite a few of them or fixed
> yesterday.
> ...
>> 2) delete a wrong path in some Makefiles:
>> -L/usr/local/lib"
>> The quotation mark is the wrong thing. Delete it!
>>
> The problem is in the AC_F77_LIBRARY_LDFLAGS macro. It guesses the
> linker flags 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...
2004 Apr 02
1
problem compiling R-1.9.0beta with PGI compilers on amd64
...I'm running into some problems, that I hope some can offer pointers.
1. After configure, the FLIBS include /usr/local/lib' --- note the extra '.
I had to manually delete it in a couple of places.
In a previous thread on compiling R with ifc/icc, Saikat wrote:
===
The problem is in the AC_F77_LIBRARY_LDFLAGS macro. It guesses the linker
flags 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 al...
2004 Apr 03
0
problem compiling R-1.9.0beta with PGI compilers on amd6 4
...; >
> > 1. After configure, the FLIBS include /usr/local/lib' ---
> note the extra '.
> > I had to manually delete it in a couple of places.
> >
> > In a previous thread on compiling R with ifc/icc, Saikat wrote:
> > ===
> > The problem is in the AC_F77_LIBRARY_LDFLAGS macro. It
> guesses the linker
> > flags 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 t...
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.