mv html/index.html html/index.html.bak
mv: cannot stat `html/index.html': No such file or directory
make[2]: *** [html-doc] Error 1
make[2]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
make[1]: *** [stamp] Error 2
make[1]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
make: *** [all-recursive] Error 1

You could try creating the file that is trying to be moved and then type make again and see if compilation completes:

touch doc/html/index.html

Russell




_______________________________________________
help-cgicc mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cgicc

Reply via email to