When I get to the point of typing

make &

I get this

[EMAIL PROTECTED] src]$ make &
[1] 29164
[EMAIL PROTECTED] src]$ gcc -c -Wall -O -g  act_comm.c
gcc -c -Wall -O -g  act_enter.c
gcc -c -Wall -O -g  act_info.c
act_info.c: In function `do_look':
act_info.c:1122: warning: suggest explicit braces to avoid ambiguous
`else'
act_info.c:1131: warning: suggest explicit braces to avoid ambiguous
`else'
gcc -c -Wall -O -g  act_move.c
gcc -c -Wall -O -g  act_obj.c
act_obj.c: In function `do_put':
act_obj.c:424: warning: suggest explicit braces to avoid ambiguous
`else'
act_obj.c:462: warning: suggest explicit braces to avoid ambiguous
`else'
act_obj.c: In function `get_cost':
act_obj.c:2481: warning: suggest explicit braces to avoid ambiguous
`else'
gcc -c -Wall -O -g  act_wiz.c
gcc -c -Wall -O -g  alias.c
gcc -c -Wall -O -g  ban.c
gcc -c -Wall -O -g  comm.c
In file included from /usr/include/errno.h:36,
                 from comm.c:54:
/usr/include/errnos.h:24: linux/errno.h: No such file or directory
In file included from /usr/include/signal.h:268,
                 from comm.c:90:
/usr/include/sigcontext.h:26: asm/sigcontext.h: No such file or
directory
In file included from /usr/include/sys/socket.h:34,
                 from /usr/include/netinet/in.h:24,
                 from comm.c:111:
/usr/include/socketbits.h:231: asm/socket.h: No such file or directory
make: *** [comm.o] Error 1



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Reply via email to