It appears you may not have some of the development tools installed, of
which 'make' is one. Ensure you have all the necessary ones installed,
check the file list for the packages you don't have installed to see if
any of them included 'make'.
-----Original Message-----
From: Jeremy Kersenbrock [mailto:[EMAIL PROTECTED]]
Sent: December 17, 1999 4:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] make?
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