gmake[1]: Entering directory `/opt/build/lftp-2.4.1/lib'
cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/opt/TWWfsw/readline42/include -mr -Qn -xO2 -xtarget=generic -c
fnmatch.c
"./fnmatch_loop.c", line 1011: zero or negative subscript
"./fnmatch_loop.c", line 1173: cannot recover from previous errors
cc: acomp failed for fnmatch.c
lib/fnmatch_loop.c has:
static int
internal_function
EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
int no_leading_period, int flags)
{
const CHAR *startp;
int level;
struct patternlist
{
struct patternlist *next;
CHAR str[0];
} *list = NULL;
--
albert chin ([EMAIL PROTECTED])