<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY>Hello&nbsp;<div><br></div><div>I have trouble running Rcpp on a Ubuntu 11.04 machine with Netbeans</div><div><br></div><div>I have done the following things:</div><div><br></div><div>1-install r-base-dev and r-cran-rcpp from the ubuntu synaptic</div><div>2-collect the headers Rcpp,Rcppcomon, take also the includes directory Rcpp and R_Ext</div><div>3- link with libRcpp.so and libR.so</div><div>4- compile the following code with no problem</div><div>#include "Rcpp.h"</div><div>main()</div><div>{</div><div>Rcpp::NumericVector ab(2);</div><div>}</div><div>5- get a RUN FAILED message from netbeans</div><div><br></div><div>do I miss something? thanks a lot in advance for information</div><div><br></div><div>Pascal</div><div><br></div><div><br></div></BODY></HTML>