• 6651阅读
  • 7回复

【提问】solaris下安装QT的问题请教 [复制链接]

上一主题 下一主题
离线zf_203
 

只看楼主 倒序阅读 楼主  发表于: 2005-11-10
— 本帖被 XChinux 从 Qt for Windows 移动到本区(2010-02-08) —
我在solaris下安装QT是不是还需要其他什么准备么?开始安装后出现
"You don't seem to have 'make' or 'gmake' in your PATH.
Cannot proceed."
我后来把PATH添加了我安装的Forte_FORTRAN-WS6U2-FCS-solsparc下的bin
可以安装了
bash-2.05# ./configure

This is the Qt/X11 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 either license?
yes
.....
CC: Cannot find /opt/SUNWspro/WS6U2/lib/crt1.o
*** Error code 1
make: Fatal error: Command failed for target `qmake'
qmake failed to build. Aborting.
请教是什么环节出了问题?lib目录下有crti.o,就是没有crt1.o?如何解决?
希望各位高手帮忙。。
离线coralbird

只看该作者 1楼 发表于: 2005-11-28
兄弟,我也在搞solaris下qt的开发,email我可共同探讨,qt我倒是编译通过了,可就是该死的Kdevelop死活搞不定,coralbird@yeah.net
离线fanyu
只看该作者 2楼 发表于: 2005-11-28
需要一个KDE环境和GCC编译器。
离线cugbaf
只看该作者 3楼 发表于: 2005-12-26
安装gcc 或者是你gcc还没设置好
离线gmboy

只看该作者 4楼 发表于: 2005-12-27
试一下这个:
bash-2.05# ./configure -platform solaris-g++
离线wuya5945

只看该作者 5楼 发表于: 2006-11-29
我没有用的
Solaris10自带了2.94(2.95)gcc,但是需要自己在 。profile中设置一下环境变量,然后安装一个make软件包,可以去www.sunfreeware.com去下载,然后安装时。/configure -platform-g++,就可以了,我安装的是3.3.4,我也再学习solaris10下的qt开发,希望以后多多交流,我和二楼一样,卡在KDevelop了 ,QQ664851021,email jianghui_hlj@hotmail.com,
离线cavendish

只看该作者 6楼 发表于: 2006-11-30
离线zeki709

只看该作者 7楼 发表于: 2006-12-02
我在Solaris 9 SPARC下编译Qt 4.2.1,编译成功(cc和g++都试过)。但运行任何图形界面的程序都会挂起,怎么回事?
快速回复
限100 字节
 
上一个 下一个