Qt-interest Archive, March 2002
Qt Install problem
Message 1 in thread
Hi there,
I am just download qt-qx11-free-3.0.2 and I try to install it with :
- solaris 251
- Sunpro C++ 5.0
my "configure" looks like :
./configure -DQT_NOC_CHECK -prefix /my_install_dir -platform solaris-cc -no-thread -no-sm \
-no-stl -no-imgfmt-png -no-imgfmt-jpeg -no-imgfmt-mng \
-debug -static
And during libqt.a generation
CC -xar -o /my_build_dir/lib/libqt.a .obj/debug/qapplication_x11.o .obj/debug/qclipboard_x11.o .obj/debug/qcolor_x11.o ... etc ...
I got the following error message :
SunWS_cache: Error: Error occurred in invoked compiler, [process exec failure, errno = 2]. Aborting....
Do you know what am i doing wrong ?
Note : with -release -static , same problem...
with -debug -shared, and -release -shared , no problem,
Thanks in advance,
~Xavier
Message 2 in thread
Hi again,
I found the fix ...
If you are interested : /usr/ccs/bin should be in your PATH .
Thank anyway (for reading me ;->)
~Xavier
> -----Original Message-----
> From: Xavier.Huet@infineon.com [mailto:Xavier.Huet@infineon.com]
> Sent: 05 March 2002 18:08
> To: qt-interest@trolltech.com
> Subject: Qt Install problem
>
>
> Hi there,
>
> I am just download qt-qx11-free-3.0.2 and I try to install it with :
> - solaris 251
> - Sunpro C++ 5.0
>
> my "configure" looks like :
> ./configure -DQT_NOC_CHECK -prefix /my_install_dir
> -platform solaris-cc -no-thread -no-sm \
> -no-stl -no-imgfmt-png -no-imgfmt-jpeg -no-imgfmt-mng \
> -debug -static
>
> And during libqt.a generation
> CC -xar -o /my_build_dir/lib/libqt.a
> .obj/debug/qapplication_x11.o .obj/debug/qclipboard_x11.o
> .obj/debug/qcolor_x11.o ... etc ...
>
> I got the following error message :
> SunWS_cache: Error: Error occurred in invoked compiler,
> [process exec failure, errno = 2]. Aborting....
>
> Do you know what am i doing wrong ?
>
> Note : with -release -static , same problem...
> with -debug -shared, and -release -shared , no problem,
>
> Thanks in advance,
>
> ~Xavier
>
> --
> List archive and information: http://qt-interest.trolltech.com
>