From: Johannes F. <joh...@fo...> - 2003-01-13 20:01:17
|
Hi, I'd try to compile the UML-utilities on my ownand I got this error: :/usr/src/tools# make set -e ; for dir in jail jailtest mconsole moo port-helper tunctl uml_net uml_router watchdog; do make -C $dir all; done make[1]: Entering directory `/usr/src/tools/jail' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/tools/jail' make[1]: Entering directory `/usr/src/tools/jailtest' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/tools/jailtest' make[1]: Entering directory `/usr/src/tools/mconsole' cc -g -Wall -c -o uml_mconsole.o uml_mconsole.c uml_mconsole.c:15: readline/readline.h: No such file or directory uml_mconsole.c:16: readline/history.h: No such file or directory uml_mconsole.c:64: warning: `MIN' redefined /usr/include/sys/param.h:58: warning: this is the location of the previous definition make[1]: *** [uml_mconsole.o] Error 1 make[1]: Leaving directory `/usr/src/tools/mconsole' make: *** [all] Error 2 |