Code: Select all
./Makefile: line 29: OBJS: command not found
./Makefile: line 34: BUILD: command not found
./Makefile: line 36: COMPILE: command not found
./Makefile: line 38: STRIP: command not found
./Makefile: line 1: OBJS: command not found
./Makefile: line 40: vhcs2_daemon:: command not found
./Makefile: line 1: BUILD: command not found
./Makefile: line 1: OBJS: command not found
./Makefile: line 41: vhcs2_daemon: command not found
./Makefile: line 1: STRIP: command not found
./Makefile: line 42: vhcs2_daemon: command not found
./Makefile: line 44: vhcs_daemon.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 45: vhcs_daemon.o: command not found
./Makefile: line 47: daemon_init.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 48: daemon_init.o: command not found
./Makefile: line 50: message.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 51: message.o: command not found
./Makefile: line 53: say.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 54: say.o: command not found
./Makefile: line 56: signal-handlers.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 57: signal-handlers.o: command not found
./Makefile: line 59: receive_data.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 60: receive_data.o: command not found
./Makefile: line 62: send_data.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 63: send_data.o: command not found
./Makefile: line 65: take_connection.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 66: take_connection.o: command not found
./Makefile: line 68: send_line.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 69: send_line.o: command not found
./Makefile: line 71: recv_line.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 72: recv_line.o: command not found
./Makefile: line 74: helo_cmd.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 75: helo_cmd.o: command not found
./Makefile: line 77: helo_syntax.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 78: helo_syntax.o: command not found
./Makefile: line 80: lr_cmd.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 81: lr_cmd.o: command not found
./Makefile: line 83: lr_syntax.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 84: lr_syntax.o: command not found
./Makefile: line 86: bye_cmd.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 87: bye_cmd.o: command not found
./Makefile: line 89: bye_syntax.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 90: bye_syntax.o: command not found
./Makefile: line 92: query_license_server.o:: command not found
./Makefile: line 1: COMPILE: command not found
./Makefile: line 93: query_license_server.o: command not found
./Makefile: line 95: uninstall:: command not found
./Makefile: line 97: clean:: command not found
Thanks
Solved, do make instead ./Makefile


