Displaying 1 result from an estimated 1 matches for "cheapcgi".
2010 Mar 27
0
Installing R-packages in Windows Using Rtools - compilation error when <signal.h> included in C header
...talled R-tools 2.11 and was
successfully able to use R and basic unix commands from the windows
command prompt.
When I install my package from the windows command prompt with R CMD
INSTALL <packagename> however, the C files within the source directory
all compiles until it hits a file called cheapcgi.c, where the
following error is given:
gcc -I"c:/R/include"??????? -O3 -Wall? -std=gnu99 -c cheapcgi.c -o cheapcgi.o
cheapcgi.c: In function 'catchSignal':
cheapcgi.c:538: error: 'SIGBUS' undeclared (first use in this function)
cheapcgi.c:538: error: (Each undeclared iden...