Hi,

I have developed a application in Qt which works fine on Linux & Windows PC. now, I cross compiled it for a board (EM2440).
When I run it, it throws following error.
************************************************** ***
error while loading shared libraries: libQtGui.so.4
: cannot open shared object file: No such file or directory

************************************************** ***

I have used "static" flag with "configure" command while cross compiling qt(v4.6.3) source. I do not know why it uses shared library. How to get rid of this?


Thanks for help in advance.