Hi I just found a workaround for this (details posted to qt-interest). The problem lies with the configure script, and what looks like a bug in /bin/sh (and/or test). configure generates a file .qmake.cache wich is used when qmake builds the Makefiles for Qt itself, and the contents of this file are wrong (QMAKE_CC = $CC etc.).
Workaround: edit configure to use #!/bin/bash A+ Paul -- This message posted from opensolaris.org
