/* /home/ffa/climate/cli_gen/index.src/cookfile.list */ cook: c_incl -nc -ns -nrec -Ixlib -Iinclude xlib/getopt.c -prefix 'cascade xlib/getopt.c =' -suffix ';' -o xlib/getopt.c.d cook: ar cq lib/liblib.a cook: gcc -g -Wall -O -Icli_idx -Iinclude -c cli_idx/main.c -o cli_idx/main.o In file included from cli_idx/main.c:42: include/cli_gen.h:129: warning: type defaults to `int' in declaration of `verbose_flag' cli_idx/main.c: In function `main': cli_idx/main.c:115: warning: passing arg 2 of `signal' from incompatible pointer type cli_idx/main.c:116: warning: passing arg 2 of `signal' from incompatible pointer type cli_idx/main.c:117: warning: passing arg 2 of `signal' from incompatible pointer type cli_idx/main.c:136: warning: too many arguments for format cli_idx/main.c:148: warning: implicit declaration of function `usage' cli_idx/main.c:171: warning: too many arguments for format cli_idx/main.c:255: warning: too many arguments for format cli_idx/main.c:88: warning: unused variable `tbuff2' cli_idx/main.c:87: warning: unused variable `tbuff1' cook: gcc -lm -o bin/cli_idx cli_idx/main.o lib/liblib.a gcc: lib/liblib.a: No such file or directory cook: command gcc: exit status 1 cook: all: not done because of errors