Hello, everyone.
I've downloaded kamikaze_8.09.1_source.tar.bz2, and
copied ixp4xx.config to .config in top directory.
But compiling failed while autoconf 2.62 was compiled with the following message:
There seems to be no Makefile in this directory.
You must run ./configure before running `make'.
make[4]: *** [abort-due-to-no-makefile] Error 1
So, I cd'ed to build_dir/host/autoconf-2.62 and run ./configure after installing m4 package on host development
pc(ubuntu 9.10).
Makefile is generated but build system tries to install autoconf related things to below /usr/local/, causing
error due to permission denied.
Does anybody know a workaround to this?
Is there any --prefix like argument which I should specify when I run './configure'?
Thank you.