Displaying 4 results from an estimated 4 matches for "libfrtbegin".
2004 Mar 19
0
Fwd: osx/fink: cannot do "R INSTALL" (library mixup)
...nd of lost track of
>> the exact details of what's included in a default installation and
>> what's not; I find it easier just to install everything.
>>
>> Note that on my system (which is still 10.2.8):
>> [161]% locate frtbegin
>> /usr/local/lib/libfrtbegin.a
>> As I understand it, the folks who maintain RAqua binaries for OS X
>> tend to not want to use fink, so they suggest getting additional
>> resources from other sources. Evidently I did that.
>>
>>
>> The R documentation is pretty good about installation opt...
2004 Mar 19
0
osx/fink: cannot do "R INSTALL" (library mixup)
...brass tacks, and needing to
install some R packages, I'm at a roadblock. I'm hoping someone can
help.
My R is installed from a .dmg, and resides as follows:
$ which R
/usr/local/bin/R
The problem is that I cannot build packages. For example, see the
below (which also indicates that libfrtbegin.a is in the
/sw
directory, i.e. that it was installed by the FINK setup). Does anybody
know how I can solve this problem, e.g. how to alter the
-L(directory)
commands that are employed?
(Aside: I looked for a solution on the R archives. Also, I've tried to
make my subject-line clear en...
2004 Dec 01
3
can't install r package on debian due to linker problem
hi,
my attempt to install the package Hmisc v3.0-1 fails with the message:
/usr/bin/ld: cannot find -lfrtbegin
collect2: ld returned 1 exit status
make: *** [Hmisc.so] Error 1
ERROR: compilation failed for package 'Hmisc'
i'm at a loss here. any hints will be very much appreciated.
i'm running:
debian stable
R version 2.0.1
gcc 2.95.4-14
g77 2.95.4-14
binutils 2.12.90.0.1-4
2005 Jan 25
2
about R CMD check
hello,
I create a package which includes C code and Lapack. But when I run " R CMD
check ". an error message, "/usr/bin/ld: cannot find -lfrtbegin " occurs. could
you tell me what is the problem?
the detailed message is as follows:
[credsim@confsys ~/src]$ R CMD check var
* checking for working latex ... OK
* using log directory '/home/credsim/src/var.Rcheck'
*