Getting an gcc error installing Packages in RServer

Hi all, first post.

I'm new with the server version of RStudio, I installed all the pre-requisites and I can access normally to the IDE.

The problem is that i can't install packages because a gcc compiler problem, this is the issue that outputs:

gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG      -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-3.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c productExpSumLog.c -o productExpSumLog.o

I already have the compiler (gcc 8.3.0) and i don't really know why this is happening.

The server is a Debian 10.

Any ideas about a fix?

Can you post the whole message as formatted code?

1 Like

I reinstall the compiler, and it was fixed.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.