hajma wrote: >> Are you sure you use sunCC to link (not suncc)? > > fairly > the command for creation of libQtCore.so was according to the logs: > CC -m32 -s -L/opt/foss/lib -R/opt/foss/lib -L/usr/lib -R/usr/lib -z combreloc > -z redlocsym -z nodefaultlib -z ignore -z now -z rescan -z absexec > -xldscope=symbolic -xlibmil -s -lc -lm -ldl -lpthread -lposix4 -lrt -mt -R > /opt/foss/lib -R /opt/foss/qt4/lib -library=no%Cstd -lstdcxx -xannotate=no > -mt -G -h libQtCore.so.4 -o libQtCore.so.4.5.2 ..... .... .... ... > (log at http://cr.opensolaris.org/~hnhn/kde-logs/20090719/FOSSqt.log) > >> You almost never want to link with libCrun directly >> (unless you understand all the implications), > > could you point me to some doc on this ?(st. simple, please :-) > >> and sunCC does it (-lCrun) by itself. >> > > a bug in CC then?
No, you specified -library=no%Cstd so, I believe the behaviour is expected. Since you're building Qt, you really want to link against the Apache C++ library (stdcxx). Cheers, -- Shawn Walker
