On Tue, Feb 12, 2002 at 01:18:43PM +0000, Brian Charlton wrote:
> After following the on-screen instructions to download, configure and
> make Flood I get the following error message when I run Make.  Any
> ideas?
> 
> [EMAIL PROTECTED] flood]$ make all
> Making all in apr
> make[1]: Entering directory `/home/bcharlton/flood/httpd-test/flood/apr'
> 
> make[1]: *** No rule to make target `all'.  Stop.
> make[1]: Leaving directory `/home/bcharlton/flood/httpd-test/flood/apr'
> make: *** [all-recursive] Error 1

For some reason the 'all' rule is picking up your apr subdirectory,
and running 'cd apr; make all' in there. Move that directory out
of the way and try again.

BTW, you can just run 'make'. Where in the docs do you see 'make all'?

-aaron

Reply via email to