|
From: zwz <zha...@gm...> - 2010-06-13 06:48:11
|
Hi, all I tried to build qt 4.7 beta by gcc 4.5.0. The output "qmake.exe" does not run for an error "0xc0000005". And I know that I have to add "-Wl,--enable-runtime-pseudo-reloc-v2" in the makefiles to address the problem. But there are many makefiles through out all the directories of qt, and I definitely do not want to modify them one by one. So how do you deal with that? I find a potential solution, that is to add it in the specs file of gcc once forever. But I do not know exactly how to do it. |