Displaying 2 results from an estimated 2 matches for "traal".
Did you mean:
graal
2001 Sep 14
1
Dynamic loading problem.
...urn
end
% f77 -c foo.r
/tmp/ratfor.06661.0.f:
foo:
% R CMD SHLIB -o foo.so foo.o
gcc -G -o foo.so foo.o -L/usr/local/lib
% R -q
> dyn.load("foo.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home1/faculty/rolf/Traal/Temp/foo.so":
ld.so.1: /usr/local/lib/R/bin/R.bin: fatal: relocation error: file /home1/faculty/rolf/Traal/Temp/foo.so: symbol __pow_ri: referenced symbol not found
> q()
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
I presume/hope that by handing SHLIB some...
2002 Sep 03
2
Version 1.5.1 failing make check.
...t tried to install R version 1.5.1, and it is failing
``make check'', as follows:
$ make check
`Makedeps' is up to date.
running code in 'base-Ex.R' ...*** Error code 1
make: Fatal error: Command failed for target `base-Ex.Rout'
Current working directory /home1/faculty/rolf/Traal/Rtmp/R-1.5.1/tests/Examples
*** Error code 1
make: Fatal error: Command failed for target `test-Examples'
Current working directory /home1/faculty/rolf/Traal/Rtmp/R-1.5.1/tests/Examples
*** Error code 1
make: Fatal error: Command failed for target `test-Examples'
Current working directory /...