|
发表于 2003-2-5 03:24:41
|
显示全部楼层
编译出错,大家帮忙看看出错信息
[root@localhost openh323gk]# make debug
grep: /usr/include/features.h: No such file or directory
Makefile:159: warning: overriding commands for target `obj_linux_libc5_x86_r/gnugk'
/download/source/openh323gk/../pwlib/make/common.mak:337: warning: ignoring old commands for target `obj_linux_libc5_x86_r/gnugk'
grep: /usr/include/features.h: No such file or directory
make[1]: Entering directory `/download/source/openh323gk'
Makefile:159: warning: overriding commands for target `obj_linux_libc5_x86_d/gnugk'
/download/source/openh323gk/../pwlib/make/common.mak:337: warning: ignoring old commands for target `obj_linux_libc5_x86_d/gnugk'
g++ -DLDAP_HAS_CACHE -DGK_NOANSI -I./ldap/include -D"HAS_LDAP=1" -D"HAS_LEVEL_TWO_LDAPAPI=1" -D"LDAPVERSION=2" -Wall -DP_LINUX -DNO_VIDEO_CAPTURE -mcpu=i686 -DP_USE_PRAGMA -g -D_DEBUG -DPMEMORY_CHECK=1 -DPHAS_TEMPLATES -DPBYTE_ORDER=PLITTLE_ENDIAN -I/download/source/openh323gk/../pwlib/include/ptlib/unix -I/download/source/openh323gk/../pwlib/include -DPTRACING -I/download/source/openh323/include -c gk.cxx -o obj_linux_libc5_x86_d/gk.o
/bin/sh: line 1: g++: command not found
make[1]: *** [obj_linux_libc5_x86_d/gk.o] Error 127
make[1]: Leaving directory `/download/source/openh323gk'
make: *** [debug] Error 2
[root@localhost openh323gk]#
大家看看是不是版本不对还是其它的什么错误,该怎样修复这个错误,谢谢了 |
|