[Qt-interest] Building Qt 4.6: The system cannot execute thespecified program
David Ching
dc at remove-this.dcsoft.com
Wed Dec 23 20:09:54 CET 2009
"Ulf-Alexander v. Ceumern-Lindenstjerna" <ceumern at vrmagic.com> wrote in
message news:1C5B9B48EC79514FB4F4A7884ACFCB9FD425D8 at vrmserver1.vrm.local...
> Hi all,
>
> I am getting "The system cannot execute the specified program" while
> running configure -static in my freshly installed Qt 4.6 dir. Is it
> possible that Qt 4.6 is linked against a different version of the C++
> runtimes?
>
> We did not install the VS 2005 patch KB971090, since we would have to
> deploy the runtimes on a lot of machines out there which is currently not
> an option.
>
> Any ideas, help?
>
The way I determine if a DLL or .exe requires the wrong version of runtime
is to simply do a text search for some part of the manifest, e.g.
"Microsoft.VC80".
If on Vista or later, try running SxSTrace which will generate a nice .txt
file showing exactly the DLL not being found and how it tried to find it.
-- David
More information about the Qt-interest-old
mailing list