Here are the instructions from the README:
---
Become root, open a terminal window, and enter the following:

perl Makefile.PL
make
make test
make install
---

Step 1 works. "perl Makefile.PL" makes a "Makefile". 

But Step 2 is "make".  This is the instruction that doesn't work.  Out of
curiosity, I also tried "Makefile", but it does also nothing.

Jeremy




On Fri, 17 Dec 1999, Mike Fieschko wrote:

> [snip]
> 
> "Makefile.PL"?
> 
> Does this work?
> 
> perl Makefile.PL
> 
> -- 
> Mike Fieschko, West Orange, NJ, USA

Reply via email to