電子書籍の厳選無料作品が豊富!

linux初心者です。
タイトルの通り、現在使用しているfedora10で、ソフトウェアのインストールができず、困っています。
具体的に言うと、xxx.tar.gzのようなものをインストールしようとすると、./configureのところで
#./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for wx-config... no
configure: error:
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWindows is version 2.6.0 or above.
のようになり、その後makeをすると
# make
make: *** ターゲットが指定されておらず, makefile も見つかりません. 中止.
となってしまいます。./configure でエラーが出ている様なのですが、よく分かりません。
どなたか知っていましたら解決法を教えていただければありがたいです。お願いします。

A 回答 (2件)

Fedora10は使っていませんが……


CentOS5.3で
yum search wxWindows
したら
====================================================== Matched: wxWindows ======================================================
poedit.i386 : PoEdit is a cross-platform gettext catalogs (.po files) editor
wxGTK.i386 : The GTK port of the wxWindows library
wxGTK-devel.i386 : Develoment files of the GTK port of the wxWindows library
wxGTK-gl.i386 : OpenGL add-on of the the GTK port of the wxWindows library
wxGTK-stc.i386 : Styled text control add-on for the wxWindows library
wxGTK-xrc.i386 : The XML-based resource system for the wxWindows library
という結果に。
CentOS5の場合はrpmforgeのリポジトリにあるみたいですね。
Fedora10の場合は…Everythingにあるようです。
yumでインストールできるでしょう。
    • good
    • 0
この回答へのお礼

ありがとうございます!
試してみます。

お礼日時:2009/04/18 21:29

中学生のかたですか?


Linuxいじるとかすごいですね

> Please check that wx-config is in path, the directory
> where wxWindows libraries are installed (returned by
> 'wx-config --libs' command) is in LD_LIBRARY_PATH or
> equivalent variable and wxWindows is version 2.6.0 or above.

wxWindows(wxWidgets)の2.6.0以上がインストールされていないか、そこへのパスが通っていないかのどちらかなので、インストールするか、configure時にパスを指定するかですね

英語が難しければお父さんかお母さん、先生に聞いてみましょう

この回答への補足

すいません。追加で質問させてください。さっき
# rpm -q wxWindows と調べてみたら、
パッケージ wxWindows はインストールされていません。
と出てきてしまい、多分インストールされていないんだろうということがわかりました。
そこで伺いたいのですが、wxWindowsは、どうすればインストールできますか?
それと、wxWindows をインストールすればmakeすることができるのでしょうか?
初心者で申し訳ないですが、よろしくお願いします。

P.S. どうして中学生なのでしょうか...

補足日時:2009/04/17 19:11
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!