search for: pclouddriv

Displaying 1 result from an estimated 1 matches for "pclouddriv".

Did you mean: pclouddrive
2017 Mar 20
1
Fwd: Possible memory problems with mallloc when called with .C()
...]); } free(matrixA); free(matrixB); dKol[0] = result; } The R CMD SHLIB returns: gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g -c /home/hristo/pCloudDrive/R/dnk_c.c -o /home/hristo/pCloudDrive/R/dnk_c.o gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o /home/hristo/pCloudDrive/R/dnk_c.so /home/hristo/pCloudDrive/R/dnk_c.o -L/usr/lib/R/lib -lR My call in R to the function is: dyn.load("dnk_c.so")...