> Hi Paul (or another Qt guru) > > I wonder if you could kindly share your build > environment with me. I'm attempting to build from > source on an snv_133 x64 platform, and it's failing > make (after a couple hours of number crunching) > with: > > collect2: ld returned 1 exit status > gmake[1]: *** [../../../../lib/libQtWebKit.so.4.6.2] > Error 1 > gmake[1]: Leaving directory > `/tmp/qt-everywhere-opensource-src-4.6.2/src/3rdparty/ > webkit/WebCore' > gmake: *** [sub-webkit-make_default-ordered] Error 2 > > > I'm building from qt-everywhere-opensource-src-4.6.2, > initially running ./configure -platform solaris-g++ > > GNU ld (GNU Binutils) 2.19 > gcc version 3.4.3 (csl-sol210-3_4-20050802) > > > If there is a known combo of compiler, options etc > which works would be really appreciated if someone > could summarise this. Yes, I realise I can get Qt
Hi Dave, when using the Sun Studio 12 U1 compiler and Qt 4.6.2, it's enough to just do ./configure -nomake examples -nomake demos make make install But this way, several extra features, like the webkit part, are disabled by default (you need about 17 patches for webkit alone to build). Possibly the code disabling webkit only checks for studio - you can try adding '-no-webkit' to the configure switches. HTH hajma -- This message posted from opensolaris.org
