Howdy,

When I try to compile GNU Tar on HP-UX 10.20, it fails with the
following error:

         source='incremen.c' object='incremen.o' libtool=no \
         DEPDIR=.deps depmode=hp /bin/sh ../build-aux/depcomp \
         cc -Ae -Ae -DHAVE_CONFIG_H -I. -I.. -I../lib -I../ -I../lib     -g -c 
incremen.c
 cc: "incremen.c", line 1272: error 1654: Expression type is too large for 
switch expression.

I worked around this problem by changing the type of
incremental_version, which is the variable that is too large, to int.

-- 
Matt                                                 http://ftbfs.org/


Reply via email to