sreejith k s wrote:
test -z "/usr/local/kaffe/bin" || mkdir -p -- "/usr/local/kaffe/bin" mkdir: cannot create directory `/usr/local/kaffe': Permission denied
You need to become super user to install to /usr/local on your system, so you need to call make install as super user. cheers, dalibor topic _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
