Re: [uml-user] about utilities

2006-06-22 Thread Jeff Dike
On Fri, Jun 23, 2006 at 02:46:01AM +0800, paul john wrote: > cc -g -Wall -c -o uml_mconsole.o uml_mconsole.c > uml_mconsole.c:38:31: readline/readline.h: No such file or directory > uml_mconsole.c:39:30: readline/history.h: No such file or directory You need to install readline-devel.

[uml-user] about utilities

2006-06-22 Thread paul john
tools-20060323]# makeset -e ; for dir in jail jailtest humfsify mconsole moo port-helper tunctl uml_net uml_switch watchdog; do make -C $dir all; donemake[1]: Entering directory `/root/tools-20060323/jail' make[1]: Nothing to be done for `all'.make[1]: Leaving directory `/root/tools-20060323/jail'm