Displaying 1 result from an estimated 1 matches for "rtmpes5hjl".
2014 Feb 03
1
Fwd: linker issue
...gcc -o foo.dll tmp.def foo.o
-Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386
-Ld:/RCompile/CRANpkg/extralibs64/local/lib
-LC:/PROGRA~1/R/R-30~1.2/bin/i386 -lR
collect2: ld returned 9 exit status
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/TEMP/Rtmpes5hJL/foo.dll':
LoadLibrary failure: The specified module could not be found.
I am running Windows 7 (32-bit), Rtools has been installed and is in my
path (i.e. I can run gcc/g++). The object file (.o) gets created but then
the linking goes awry.
Another thing here is that I do not know where t...