[Rd] Mathlib help

Bill Szkotnicki bszk at uoguelph.ca
Sat Jun 17 22:50:39 CEST 2006


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



More information about the R-devel mailing list