Hello,

I am trying to make use of the R standalone library in mu own c and fortran
code. ( fedora core linux )

Unfortunately I am unable to link and create an executable.
See below.
It is the example file in "src/nmath/standalone"
Does anyone see what I might be missing?

% R CMD COMPILE tr.c
gcc -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include
-I/usr/local/include   -fpic  -g -O2 -std=gnu99 -c tr.c -o tr.o

% R CMD LINK tr.o
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'

Thanks,
 
Bill

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to