Take a look at the R Installation and Administration manual <http://cran.r-project.org/doc/manuals/R-admin.pdf>, under the section with header "The standalone Rmath library".
Matt Shotwell Graduate Student Division of Biostatistics and Epidemiology Medical University of South Carolina On Tue, 2010-06-01 at 21:43 -0400, Ali Makhmali wrote: > Dear Group Members, > > First of all thanks for all the great work and effort. > > I am trying to compile a part of the Project R, 'pnorm.c' in visual studio > 6.0 c++ language. > > First i downloaded the standalone R-2.11.0 and tried to compile it. Some > files were missing here such as 'Rconfig.h'. > > Then i downloaded the Binary for Windows, and in the installation folder i > found those missing files like 'Rconfig.h'. > > The problem is that i still need some other files to compile the pnorm.c > that are not neither in R-2.11.0 or in installed binary folder. Files like > 'R_ext/RS.h', 'R_ext/Print.h', > 'R_ext/Error.h' and etc. > > > I will appreciate it if you can instruct me how do i compile the pnorm.c in > visual studio C++ 6.0. > > > > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

