First i have to say that i didn't build Qt on linux,
i always used the binary that comes with the SDK (on Ubuntu 8.x, 9.x and 10.04, kubuntu 10.04, Debian 5, OpenSuse 11.2, 11.3 and others)

Are you trying to static build the Qt framework?
Or what's the reason for the build, (since Qt SDK comes already build) and works <almost> out of the box, the only difference from windows SDK is that on linux the SDK doesn't come with a C++ compiler and a make tool, so you need to install g++ and make (on most distros make is already installed)