Howdy,

When I try to build GNU Grep 2.5.4 on HP-UX 10.20, it fails as follows:

         source='search.c' object='search.o' libtool=no \
         DEPDIR=.deps depmode=hp /bin/sh ../depcomp \
         cc -Ae -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib 
-DLOCALEDIR=\"/users/m_kraai/share/locale\"     -g -c search.c
 cc: "search.c", line 283: error 1610: Attempting to return value from function 
of type void.
 cc: "search.c", line 289: error 1610: Attempting to return value from function 
of type void.
 cc: "search.c", line 294: error 1610: Attempting to return value from function 
of type void.
 *** Error exit code 1
 
 Stop.

I fixed this problem by removing the return keywords in Gcompile,
Acompile, and Ecompile.

-- 
Matt                                                 http://ftbfs.org/


Reply via email to