Displaying 2 results from an estimated 2 matches for "robcovf".
Did you mean:
robcov
2005 Dec 31
3
Problems with updating R-packages
...ytes
> opened URL
> ==================================================
> downloaded 321Kb
>
> * Installing *source* package 'Design' ...
> ** libs
> g77 -fPIC -g -O2 -c lrmfit.f -o lrmfit.o
> g77 -fPIC -g -O2 -c mlmats.f -o mlmats.o
> g77 -fPIC -g -O2 -c robcovf.f -o robcovf.o
> gcc -shared -o Design.so lrmfit.o mlmats.o robcovf.o -lg2c -lm
-lgcc_s -L/usr/lib/R/lib -lR
> /usr/bin/ld: crti.o: No such file: No such file or directory
> collect2: ld returned 1 exit status
> make: *** [Design.so] Error 1
> ERROR: compilation failed for package...
2009 Jun 01
2
Calling Fortran from C++
Hi,
can anybody point me to a package with C++ code that call Fortran
subroutines?
I am trying to do the same thing but we scarce success.
Error in dyn.load("utils.so") :
unable to load shared library 'utils.so':
dlopen(utils.so, 6): Symbol not found: _robcovf
Referenced from: utils.so
Expected in: dynamic lookup
[[alternative HTML version deleted]]