Displaying 2 results from an estimated 2 matches for "__vlog_".
Did you mean:
__ilog
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
...S.o devQuartz.o init.o
mkdir ../../../../library/grDevices/libs
Warning in solve.default(rgb) :
unable to load shared library
'/export/admin-home/nikser/R-2.8.1/modules//lapack.so':
ld.so.1: R: fatal: relocation error: file
/export/admin-home/nikser/R-2.8.1/lib/libRlapack.so: symbol __vlog_:
referenced symbol not found
Error in solve.default(rgb) : lapack routines cannot be loaded
Error: unable to load R code in package 'grDevices'
Execution halted
*** Error code 1
The following command caused the error:
echo "tools:::makeLazyLoading(\"grDevices\")" | \...
2007 Sep 15
0
(PR#9910) Incomplete library linking for grDevices.so on
...n Fri, 14 Sep 2007, gordonp at ucalgary.ca wrote:
> Full_Name: Paul Gordon
> Version: 2.6.1 (alpha)
> OS: Solaris 10
> Submission from: (NULL) (136.159.169.6)
>
>
> When compiling R 2.6.1 (alpha 2007-09-13), grDevices.so fails to link
> properly because of a missing symbol __vlog_.
That is not what the error message reproduced below says, which comes from
the runtime loader.
> This symbol is defined in
> libmvec.so, but no -lmvec is add by the configure script. Manually
> adding -lmvec to the linking command allows grDevices to compile. The
> error outpu...