Displaying 3 results from an estimated 3 matches for "71c71".
Did you mean:
  7171
  
2003 Apr 02
2
RH 9 and R 1.7.0 Beta April 2 Latest
...at hand:
This morning (my time) I downloaded:
R-1.7.0beta_latest.tar.gz        02-Apr-2003 07:04   8.8M
from CRAN U.S and received the following errors during make check:
...
running code in 'arith-true.R' ... OK
comparing 'arith-true.Rout' to './arith-true.Rout.save' ...71c71
< [1] FALSE
---
 > [1] TRUE
73c73
< [1] FALSE
---
 > [1] TRUE
make[3]: *** [arith-true.Rout] Error 1
...
I have not yet seen other posts on this, so I am unsure if this is 
unique to RH 9 or not.  No other errors were found.
If you need more information or need me to run other code,...
2009 Aug 21
0
R installation problem with shared libraries (PR#13900)
...ackages (specifically e1071), and it turns out that even if
specified, the flag is not fully propagated to the final installed version. I
found myself applying the following patch the final installed 2.9.1 version:
patch /usr/local/opt/x86_64-pc-solaris2.10/R-2.9.1/lib64/R/etc/Makeconf <<EOF
71c71
< SHLIB_CXXLDFLAGS = -G
---
> SHLIB_CXXLDFLAGS = -shared -G
EOF
Here is an example that triggers this error (just use any lazy-load package that
depends on another lazy-load package which had used g++ for the final linking
step).
> install.packages("e1071")
[***many lines cut**...
2001 Mar 01
5
CVS, etc...
This is the first time I have gotten to the point of wanting to submit 
code to (what I would consider) a major project.  Specifically, I have made 
a small change to oggenc/audio.c.  I will explain the change if necessary, 
but that us not the purpose of this post.
   Primarily, I want to know how to submit changes?  Mail it to someone?  
Via CVS commit?  If CVS, how do I get access?
   Also, I