Displaying 1 result from an estimated 1 matches for "do_pgrep".
Did you mean:
do_grep
2003 May 23
1
Problem building R-devel
...o ...
I went to build R-devel today (Redhat Linux 7.2, kernel 2.4.9-31, gcc
2.96) and am getting this error:
gcc -I../../src/extra/zlib -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -g -O2
-c pcre.c -o pcre.o
pcre.c: In function `do_pgrep':
pcre.c:71: parse error before `char'
pcre.c:72: `s' undeclared (first use in this function)
pcre.c:72: (Each undeclared identifier is reported only once
pcre.c:72: for each function it appears in.)
make[3]: *** [pcre.o] Error 1
make[3]: Leaving directory `/home/jgentry/R-1.8.0/src/mai...