+ cd termcap-2.0.8
+ make 'RPM_OPT_FLAGS=-O3 -fomit-frame-pointer -pipe -s -mcpu=pentiumpro
+-march=pentiumpro -ffast-math -fexpensive-optimizations'
if [ ! -d pic ]; then mkdir pic; fi
gcc -O -I. -M termcap.c tparam.c version.c | \
sed -e 's,^[ ]*\(.*\.o\)[ ]*:,\1 pic/\1:,' > .depend
gcc -O -I. -c termcap.c
gcc -O -I. -fPIC -c termcap.c -o pic/termcap.o
gcc -O -I. -c tparam.c
In file included from tparam.c:35:
/usr/include/string.h:245: parse error before `('
/usr/include/string.h:245: warning: conflicting types for built-in function `memcpy'
/usr/include/string.h:245: parse error before `__const'
make: *** [tparam.o] Error 1
Bad exit status from /var/tmp/rpm-tmp.75402 (%build)