Displaying 1 result from an estimated 1 matches for "grbase_r".
Did you mean:
grbase
2008 Dec 02
0
Rcmd build problem: gcc.exe no input files (R.2.8.0 on Win XP)
...DESCRIPTION
making DLL ...
gcc -std=gnu99 -Ic:/programs/R/prev/include -O3 -Wall -c setops.c -o setops.o
gcc -std=gnu99 -Ic:/programs/R/prev/include -O3 -Wall -c triangmcwh.c -o triangmcwh.o
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I c:/programs/R/prev/include -i gRbase_res.rc -o gRbase_res.o
gcc -std=gnu99 -shared -s -o gRbase.dll gRbase.def setops.o triangmcwh.o gRbase_res.o -Lc:/programs/R/prev/bin -Lc:/programs/R/prev/bin -lRlapack -Lc:/programs/R/prev/bin -lRblas -lgfortran -lR
... DLL made
- so the old version works fine. Would anyone have an idea wh...