lovelypengpeng 发表于 2003-11-3 14:19:28

make时提示:command not found

RedHat Linux 8.0 下make时提示:

/bin/sh: line 1: gtk-config: command not found
/bin/sh: line 1: gtk-config: command not found
/bin/sh: line 1: gdk-pixbuf-config: command not found
/bin/sh: line 1: gdk-pixbuf-config: command not found
/bin/sh: line 1: gcc: command not found
make: *** Error 127

不好意思,因为比较急,就发到这儿来了

Ivn 发表于 2003-11-3 15:05:03

which gtk-config
没有就:
locate gtk-config | more
仔细查看 /usr/bin /usr/sbin
下是否有?
//
没有就是没有安装。。。
//
如果可以确定 gtk-config and gtk-pixbuf-config 在你的系统中,
将目录添加到你的 PATH 变量后面。

lovelypengpeng 发表于 2003-11-3 15:13:13

将目录添加到你的 PATH 变量后面。
================
请问如何将目录添加到Path变量后面?

Ivn 发表于 2003-11-3 15:15:57

如果你的 gtk-config 在/usr/bin 目录你可以这样:
PATH=$PATH:/usr/bin

jiangtao9999 发表于 2003-11-3 15:35:31

安装开发部分的软件包。
页: [1]
查看完整版本: make时提示:command not found