老大们帮帮小弟我是刚学LINUX
就是不知道如里出错了`老大们帮帮看看`谢谢`
[root@localhost yh]# tar zxvf wxdfast_0.4.5.tar.gz
wxdfast-0.4.5/
wxdfast-0.4.5/languages/
wxdfast-0.4.5/languages/pt_BR/
wxdfast-0.4.5/languages/pt_BR/wxDFast.mo
```
```````
[root@localhost yh]# chmod -R 777 wxdfast-0.4.5/
[root@localhost yh]# cd wxdfast-0.4.5/
[root@localhost wxdfast-0.4.5]# ls
Changes.br.txt debian Makefile Readme.br.txt src
Changes.txt gpl.txt makefile.vc Readme.txt ToDo.br.txt
COPYING languages man resources
[root@localhost wxdfast-0.4.5]# make
if [ ! -e build-gcc/ ]; then mkdir "build-gcc/"; fi
g++ -c src/BoxFind.cpp -o build-gcc/BoxFind.o `wx-config --debug=no --cxxflags`
-Wall -O2 -MMD -D RESOURCES_CPP
/bin/sh: line 1: wx-config: command not found
/bin/sh: line 1: g++: command not found
make: *** [build-gcc/BoxFind.o] Error 127
[root@localhost wxdfast-0.4.5]#