PDA

View Full Version : QT 4. Compilation error



mansoorulhaq
9th October 2007, 08:24
I am using solaris 8. And compiling QT 4 for it. But during compilation following error shown when i run ./configure

Creating qmake. Please wait...
CC -o "/qt4/qt-x11-opensource-src-4.3.1/bin/qmake" project.o property.o main.o makefile.o unixmake2.o unixmake.o mingw_make.o option.o winmakefile.o projectgenerator.o meta.o makefiledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o qstring.o qtextstream.o qiodevice.o qglobal.o qbytearray.o qbytearraymatcher.o qdatastream.o qbuffer.o qlistdata.o qfile.o qfsfileengine_unix.o qfsfileengine_iterator_unix.o qfsfileengine.o qfsfileengine_iterator.o qregexp.o qvector.o qbitarray.o qdir.o qdiriterator.o quuid.o qhash.o qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtemporaryfile.o qmap.o qmetatype.o qsettings.o qlibraryinfo.o qvariant.o qvsnprintf.o qlocale.o qlinkedlist.o qurl.o qnumeric.o qcryptographichash.o qscriptasm.o qscriptast.o qscriptastvisitor.o qscriptcompiler.o qscriptecmaarray.o qscriptecmaboolean.o qscriptecmacore.o qscriptecmadate.o qscriptecmafunction.o qscriptecmaglobal.o qscriptecmamath.o qscriptecmanumber.o qscriptecmaobject.o qscriptecmaregexp.o qscriptecmastring.o qscriptecmaerror.o qscriptcontext_p.o qscriptengine.o qscriptengine_p.o qscriptextenumeration.o qscriptextvariant.o qscriptcontext.o qscriptfunction.o qscriptgrammar.o qscriptlexer.o qscriptclassdata.o qscriptparser.o qscriptprettypretty.o qscriptsyntaxchecker.o qscriptvalue.o qscriptvalueimpl.o qscriptvalueiterator.o -R/usr/lib -R$[QT_INSTALL_LIBS]
ld: fatal: option -z has illegal argument `ld32=-S/tmp/lib_base_link.05297/libldstab_ws.so'
ld: fatal: option -z has illegal argument `ld64=-S/tmp/lib_base_link.05297/amd64/libldstab_ws.so'
ld: fatal: option -z has illegal argument `ld32=-S/tmp/lib_base_link.05297/libCCexcept.so.1'
ld: fatal: Flags processing errors
gmake: *** [/qt4/qt-x11-opensource-src-4.3.1/bin/qmake] Error 1

rajesh
9th October 2007, 09:24
Get the current patches for the compiler:
http://developers.sun.com/sunstudio/downloads/patches/ss11_patches.html

mansoorulhaq
9th October 2007, 10:32
Thanx rajesh for replying. My problem is solved.