I'm trying to compile Qt 4.5.2 using GCC 4.4.0 and I get an error stating that cc1plus.exe has failed to start because libgmp-3.dll was not found. I don't get this error when I'm compiling with GCC 4.3.0.

It looks like GCC 4.4.0 was build with dynamic libgmp instead of static one?
Can someone confirm this is a bug in MinGW version of GCC 4.4.0?
How to fix it?