proftpdをダウンロード後、
./configure
↓
make とすると
make: *** No targets specified and no makefile found. Stop.
というエラーがでてしまいます。
何が問題でしょうか。
すみません。追記です。
configureでエラーがでてました。
[root@proftpd-1.2.10]# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
コンパイラはインストールされています。
> すみません。追記です。
>
> configureでエラーがでてました。
>
> [root@proftpd-1.2.10]# ./configure
> checking build system type... i686-pc-linux-gnuoldld
> checking host system type... i686-pc-linux-gnuoldld
> checking target system type... i686-pc-linux-gnuoldld
> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable C compiler found in $PATH
> See `config.log' for more details.
>
> コンパイラはインストールされています。
gccがないといってますよね。インストールしてください。