Re: [R] R CMD INSTALL use differenct c++ compiler

2005-07-12 Thread Uwe Ligges
Luke wrote:
 Dear R Users,
 
 When I installed e1071 use R CMD INSTALL, I got
 
 configure: WARNING: g++ 2.96 cannot reliably be used with this package.
 configure: error: Please use a different C++ compiler.
 
 But how to let R CMD INSTALL use a different C++ compiler? and which
 C++ compiler is good?
 

That one from GCC is perfect, but in a much more recent version ...

Uwe Ligges



 -Luke
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] R CMD INSTALL use differenct c++ compiler

2005-07-11 Thread Luke
Dear R Users,

When I installed e1071 use R CMD INSTALL, I got

configure: WARNING: g++ 2.96 cannot reliably be used with this package.
configure: error: Please use a different C++ compiler.

But how to let R CMD INSTALL use a different C++ compiler? and which
C++ compiler is good?

-Luke

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html