首页| 论坛| 消息

标题:qt在unix系统中的安装问题
作者:dj8203
日期:2006-11-06 20:04
内容:

在unix 系统上安装qt3.1.1,已经在profile文件中配置好了如下的信息
QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH
但是在执行./configure时,系统提示:You don't seem to have 'make' or 'gmake' in your path
这是什么原因呢。
我敲which make ,系统提示:/sbin/make,但是我的profile文件的整个内容如下:
#
# *****************************************************************
# * *
# * Copyright 2002 Compaq Information Technologies Group, L.P.*
# * *
# * The software contained on this mediaisproprietaryto *
# * andembodiestheconfidentialtechnologyofCompaq *
# * Computer Corporation.Possession, use,duplicationor *
# * dissemination of the software and media is authorized only*
# * pursuant to a valid written license from Compaq Computer *
# * Corporation. *
# * *
# * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure*
# * by the U.S. Government is subject to restrictionsasset*
# * forth in Subparagraph (c)(1)(ii)ofDFARS252.227-7013,*
# * orinFAR 52.227-19, as applicable. ..


#1 [shiroki 11-16 18:40]
我觉得像gcc的开发包没装好. 还有automake autoconf的包都得装上
还有很多开发包需要装呢, 估计你的系统里都是没有的

回复 发表
主题 版块