Displaying 1 result from an estimated 1 matches for "agfit4".
Did you mean:
agfit2
2018 Apr 24
0
Compile issues when building survival package from source
...n, the undefined
references relate to files that give a warning when compiled through
install.packages("survival", type = "source") on Windows, for example:
D:/Rtools/mingw_32/bin/gcc -I"D:/R/R-35~1.0/include" -DNDEBUG -O3
-Wall -std=gnu99 -mtune=generic -c agfit4.c -o agfit4.o
agfit4.c: In function 'agfit4':
agfit4.c:334:20: warning: 'dtime' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if (tstop[p] < dtime) break; /* no more to add */
When I build using R CMD build however, the file agfit4.c is neve...