`./configure` の次に `make` ができない
xautoclick というマウスのクリック連打ソフトをインストールするため、下記のサイトから .tar.gz 形式のアーカイブをダウンロードしました。
http://xautoclick.sourceforge.net/
そしてデスクトップ上で展開し、同梱の INSTALL ドキュメントに従ってシェルから (root でログインした後に) `./configure` と入力しました。
次に `make` と入力したのですが、
「make: `all' に対して行うべき事はありません.」
というエラーメッセージが表示され、インストールすることできません。
以下が、シェルの表示メッセージです。
----------
debian:/home/user/Desktop/xautoclick-0.19-src# ./configure
Checking for c compiler ... gcc
Checking for c++ compiler ... can't find g++
Checking for gcc as c++ compiler ... no, disabling compilation of all c++ code
Checking for GNU Make ... yes, using make
Checking for extra headers ... no
Checking for extra libraries ... no
Checking for gcc support of -MM option ... yes
Checking for inttypes.h ... no
Checking for stdint.h ... no
Checking for unistd.h ... no
Checking for malloc.h ... no
Checking for X11 header presence ... not found (check if the dev(el) packages are installed
Checking for X11 ... no
Checking for XTest extension ... no
No X11 found. Not building anything that depends on it
Debug symbols disabled.
All compiler warnings disabled.
Cleaning up source tree ... done
Generating config.mak ... done.
aAutoClick : no
cAutoClick : no
gAutoClick : no
gAutoClick2 : no
qtAutoClick : no
Installation to /usr/local
Now type 'make' to build.
debian:/home/user/Desktop/xautoclick-0.19-src# make
make: `all' に対して行うべき事はありません.
----------
`./configure` のところで失敗しているようなのですが、何を改善すればよいのでしょうか?
"Checking for..." のところで "no" と表示されたものは、インストールしなければならないということなのでしょうか?
ご教示ください。宜しくお願い致します。
お礼
PATHなんたらではなくインストール自体ができていませんでした。 ご迷惑をおかけしました。 友人のPCをサポートしていたので見落としが。 ありがとうございました。