search for: tclbin

Displaying 5 results from an estimated 5 matches for "tclbin".

Did you mean: clbin
2014 Jun 27
0
R CMD SHLIB failure (Win7 64-bit OS)
...uot; using the Command Prompt I get: make: *** No rule to make target 'foo.o', needed by 'foo.dll'. Stop. Warning message: running command 'make -f "C:/R/R-3.1.0/etc/x64/Makeconf" -f "C:/R/R-3.1.0/share/make/winshlib.mk" SHLIB="filename.dll" WIN=64 TCLBIN=64 OBJECTS="filename.o"' has status 2 NB: I am using R-3.1.0 and the most current Rtools suitable for R-3.1.0 as directed. To clarify, I installed R-3.1.0 (64-bit) on "C:\R\R-3.1.0". I installed Rtools to "C:\R\Rtools". I have placed these at the front of my PATH...
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...ether this can be considered as something useful or not :-/ ``` > tools:::.shlib_internal(c('-n', 'hello.c')) make cmd is make -f "C:/PROGRA~1/R/R-43~1.1/etc/x64/Makeconf" -f "C:/PROGRA~1/R/R-43~1.1/share/make/winshlib.mk" SHLIB="hello.dll" WIN=64 TCLBIN= OBJECTS="hello.o" make would use gcc -I"C:/PROGRA~1/R/R-43~1.1/include" -DNDEBUG -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hello.c -o hello.o if test "zhello.o" != "z"; then...
2015 Mar 24
3
NetCDF
...y needs manual configuration ********************************************** ** libs Aviso: comando ejecutado 'make -f "Makevars.win" -f "C:/PROGRA~1/R/R-31~1.3/etc/x64/Makeconf" -f "C:/PROGRA~1/R/R-31~1.3/share/make/winshlib.mk" SHLIB="ncdf4.dll" WIN=64 TCLBIN=64 OBJECTS="ncdf.o ncdf2.o ncdf3.o src_ncdf4.o"' tiene estatus 127 ERROR: compilation failed for package 'ncdf4' * removing 'C:/Users/MRN/Documents/R/win-library/3.1/ncdf4' * restoring previous 'C:/Users/MRN/Documents/R/win-library/3.1/ncdf4' Warning in install...
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...hing useful or not :-/ > > ``` > > tools:::.shlib_internal(c('-n', 'hello.c')) > make cmd is > make -f "C:/PROGRA~1/R/R-43~1.1/etc/x64/Makeconf" -f > "C:/PROGRA~1/R/R-43~1.1/share/make/winshlib.mk" SHLIB="hello.dll" > WIN=64 TCLBIN= OBJECTS="hello.o" This can be considered good news. You have just successfully performed the job that is normally done by R CMD SHLIB when installing source packages or running inline C++ code. The environment variables, at least inside your running R session, are completely fine. Now...
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
? Thu, 31 Aug 2023 11:57:06 +0000 Christophe Bousquet <chr_bousquet at protonmail.com> ?????: > > tools::Rcmd('SHLIB -n hello.c') > > tools::Rcmd('SHLIB hello.c') > > > > What do the commands print? Does the second command fail? > > I basically get no output from the two commands, apart from a new > blank R prompt. So starting a new