Looks like I've got there. Steps were:
1. edit qmakespecs/solaris-cc/qmake.conf to add -library=stlport4 to the CC and LINK variables. 2. Error in Makefile for qatomic.o. Edited the makefile and deleted the 2nd rule. Deleted qatomic.o, rebuilt. 3.Numerous (20 odd) bugfixes in the code, predominantly in the 3rdparty GCC/Linux cruft. Mostly operator+ string ambiguities. Link errors with const/non-const overloads. A couple a std namespace problems. 4. Quite a few link errors with demos/browser, due to functions having const function arguments either in declarations or in definitions, but not both. There was one example app that I didn't get to build (overload ambiguity). A+ Paul -- Paul Floyd http://paulf.free.fr
