Racer D
what?
I tried to install pure-ftpd
followed these insturciton:
the configure part ran file, then i typed make, this is what i get:
What am I doing wrong?
(OS X 10.2.2)
followed these insturciton:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
the configure part ran file, then i typed make, this is what i get:
[racer:/applications/pure-ftpd] racer% make
make all-recursive
Making all in puredb
Making all in src
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
make[2]: Nothing to be done for `all'.
Making all in contrib
make[2]: Nothing to be done for `all'.
Making all in man
make[2]: Nothing to be done for `all'.
Making all in pam
make[2]: Nothing to be done for `all'.
Making all in gui
make[2]: Nothing to be done for `all'.
Making all in configuration-file
make[2]: Nothing to be done for `all'.
What am I doing wrong?
(OS X 10.2.2)