SCM

R Development Page

RcppExamples log file (build_win64)

Fri Oct 18 15:56:06 2013: Building binary for package RcppExamples (SVN revision 4578)
using R version 3.0.2 Patched (2013-10-14 r64056) ...

* installing to library 'R:/lib/local/3.0'
* installing *source* package 'RcppExamples' ...
** libs

*** arch - i386
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c DataFrameExample.cpp -o DataFrameExample.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c DateExample.cpp -o DateExample.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c ListExample.cpp -o ListExample.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c MatrixExample.cpp -o MatrixExample.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c NumericVectorExample.cpp -o NumericVectorExample.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c RNGs.cpp -o RNGs.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
g++ -m32 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c StringVectorExample.cpp -o StringVectorExample.o
g++ -m32 -shared -s -static-libgcc -o RcppExamples.dll tmp.def DataFrameExample.o DateExample.o ListExample.o MatrixExample.o NumericVectorExample.o RNGs.o RcppExports.o StringVectorExample.o R:/lib/local/3.0/Rcpp/lib/i386/libRcpp.a -LR:/base/local215/lib/i386 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/i386 -lR
installing to R:/lib/local/3.0/RcppExamples/libs/i386

*** arch - x64
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c DataFrameExample.cpp -o DataFrameExample.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c DateExample.cpp -o DateExample.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c ListExample.cpp -o ListExample.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c MatrixExample.cpp -o MatrixExample.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c NumericVectorExample.cpp -o NumericVectorExample.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c RNGs.cpp -o RNGs.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
g++ -m64 -I"R:/lib/R/R-patched/include" -DNDEBUG    -I"R:/lib/local/3.0/Rcpp/include" -I"R:/base/local215/include"     -O2 -Wall  -mtune=core2 -c StringVectorExample.cpp -o StringVectorExample.o
g++ -m64 -shared -s -static-libgcc -o RcppExamples.dll tmp.def DataFrameExample.o DateExample.o ListExample.o MatrixExample.o NumericVectorExample.o RNGs.o RcppExports.o StringVectorExample.o R:/lib/local/3.0/Rcpp/lib/x64/libRcpp.a -LR:/base/local215/lib/x64 -LR:/base/local215/lib -LR:/lib/R/R-patched/bin/x64 -lR
installing to R:/lib/local/3.0/RcppExamples/libs/x64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'RcppExamples' as RcppExamples_0.1.6.1.zip
* DONE (RcppExamples)
Run time: 52.57 seconds.
Thanks to:
Vienna University of Economics and Business Powered By FusionForge