Skip to content
Prev 7584 / 10988 Next

[Rcpp-devel] Help with Rcpp

Sure! Here is the result of R CMD INSTALL

* installing to library ?/home/talita/R?
* installing *source* package ?mypackage? ...
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c equalize.cpp -o
equalize.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c freqfilters.cpp -o
freqfilters.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
incircle.c -o incircle.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
inpoly.c -o inpoly.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c interface.cpp -o
interface.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
jpegio.c -o jpegio.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c lan.cpp -o lan.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
laplacian.c -o laplacian.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c matrix_r.cpp -o
matrix_r.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c median.cpp -o median.o
gcc -std=gnu99 -I/home/users/tperciano/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
normalize.c -o normalize.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c quality.cpp -o quality.o
g++ -I/home/talita/lib/R/include -DNDEBUG -g -O2   -I/usr/local/include
-I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c save.cpp -o save.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
smooth.c -o smooth.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
sobel.c -o sobel.o
gcc -std=gnu99 -I/home/talita/lib/R/include -DNDEBUG -g -O2
-I/usr/local/include -I"/home/talita/R/Rcpp/include"   -fpic  -g -O2  -c
stretch.c -o stretch.o
g++ -shared -L/usr/local/lib -o mypackage.so equalize.o freqfilters.o
incircle.o inpoly.o interface.o jpegio.o lan.o laplacian.o matrix_r.o
median.o normalize.o quality.o save.o smooth.o sobel.o stretch.o -ljpeg
-lfftw3
installing to /home/talita/R/mypackage/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (mypackage)

Talita
On Mon, May 12, 2014 at 2:17 PM, Dirk Eddelbuettel <edd at debian.org> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20140512/c0731f10/attachment.html>