标题:虚拟机rh9下安装qt/X11-2.3.2问题
作者:nick0411
日期:2008-08-21 13:14
内容:
好不容易将qt/e和tmake安装成功了,在进行qt/x11的安装时,提示:
$ ./configure -no-opengl
This is the Qt Free Edition.
You are licensed to use this software under the terms of either
the Q Public License (QPL) or the GNU General Public License (GPL).
Type 'Q' to view the Q Public License.
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of the license?
yes
This target is using the GNU C++ compiler (linux-g++).
Recent versions of this compiler automatically include
code for exceptions, which increase both the size of
the Qt library and the amount of memory taken by your
applications.
You may elect to re-run ./configure with the -no-g++-exceptions
option to compile Qt without exceptions. This is
completely binary compatible, and existing
applications will continue to work (like KDE 2).
Build type: linux-g++-shared
Thread support..................... no
GIF support........................ no
MNG support........................ no
JPEG support....................... no
OpenGL support .................... no
NAS sound support.................. no
Session management................. yes
Xft support (Anti-Aliased Fonts) .. yes
XKB support ....................... yes
Creating makefiles...
Qt is now configured for building. Just run make.
To reconfigure, run make clean and configure.
$ make
make[1]: Entering directory `/home/nick/prog/qt/src/GUI/qt-2.3.2'
cd src/moc; make
make[2]: Entering directory `/home/nick/prog/qt/src/GUI/qt-2.3.2/src/moc'
g++ -c -I/home/nick/prog/qt/src/GUI/qt-2.3.2/include -Wno-unused -Wn ..
#1 [guoyun_he 08-21 13:47]
ln -s ${QT-2.3.7-Dir}/src/3rdparty/freetype/include/freetype ${QT-2.3.2-DIR}/include
#2 [taomic 08-23 08:43]
./configure -no-opengl -no-xft
make