Displaying 1 result from an estimated 1 matches for "f77_pow_dd".
1997 Aug 04
1
R-alpha: Re: your mail
...Did we always need the "-lf2c", or is this a feature of the new version?
>>
> This is very strange. My copy works ok as is, in all the versions of
> R I have installed (including 0.50a1). On the other hand, using nm
> reveals that R0.50 has replaced pow_dd and pow_di by f77_pow_dd and
> f77_pow_di respectively. It looks like the builtin subset of libf2c
> has vanished. This is a problem, as we should not require people to
> have f2c in order to run the C version of the library -- after all, if
> they had f2c they could run the FORTRAN version.
You're right...