标题:qt在unix系统中的安装问题
作者:dj8203
日期:2006-11-07 09:14
内容:
在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 media is proprietary to *
# * and embodies the confidential technology of Compaq *
# * Computer Corporation. Possession, use, duplication or *
# * 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 restrictions as set *
# * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, *
# * or in FAR 52.227-19, as applicable. *
# * *
# *****************************************************************
#
# HISTORY
#
# @(#)$RCSfile: .profile,v $ $Revision: 4.1.10.2 $ (DEC) $Date: 1997/05/29 07:49:15 ..