Displaying 3 results from an estimated 3 matches for "__pow_ii".
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find
> the appropriate libs with functions like __pow_ii or __epx at runtime.
I used to have endless trouble with __pow_ii which as I recall could be be
fixed by the correct incantation of the mix of compiler libraries and
LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get
right. The problem is that pow_ii is not used by R itsel...
1999 Jan 20
2
Installation of packages?
...installation of R-0.63 base package on Solaris 2.5.1 with the
SunSoft compilers f77, c version 4.2.
We habe problems with the installation of further packages e.g.
integrate from CRAN.
R code works but the shared objects built from fortran code do not find
the appropriate libs with functions like __pow_ii or __epx at runtime.
We tried to give -R -L -l options to the loader editing config.status
(config.site editing shows no reaction), but this doesn't help.
Hopefully a simple mistake done by us. Thanks.
Bodo Ahrens
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
1999 Jan 21
0
DONE: Installation of packages?
...5.1 with the
> > SunSoft compilers f77, c version 4.2.
> > We habe problems with the installation of further packages e.g.
> > integrate from CRAN.
> > R code works but the shared objects built from fortran code do not find
> > the appropriate libs with functions like __pow_ii or __epx at runtime.
> >
> > We tried to give -R -L -l options to the loader editing config.status
> > (config.site editing shows no reaction), but this doesn't help.
> >
> > Hopefully a simple mistake done by us. Thanks.
> >
> > Bodo Ahrens
>
> G...