PDA

View Full Version : MinGW how to



nileshsince1980
24th September 2007, 07:39
Hi,
I am using Visual Studio 2003 & Win XP for QT base application.
I want to use profiling using MinGW.
Whether MinGW will suits for this environment ????
What are the steps or any tutorial regarding MinGW ???
I have tried http://www.mingw.org but didint get much info about how to proceed ???
Please help me .

wysota
24th September 2007, 10:53
But what exactly do you want? If you want to profile your application using gprof, you'll need to use MinGW as the compiler instead of Microsoft compiler. Is that what you want? If so, then simply install Qt for MinGW, open the Qt command prompt and use qmake and make to compile your application.

nileshsince1980
24th September 2007, 11:22
thanks for info...
I have installed MinGW.
But is it diif for Qt ?? if yer then plz send me the link MinGW for Qt.
Also tell me how to use gmake and MinGW compilter to do profiling ???
I want septs or any example will help me .

wysota
24th September 2007, 11:54
Please don't use sms-like speech here, it's really not appreciated and sometimes hard to understand :)

There is no "MinGW for Qt". There is "Qt for MinGW" and it can be downloaded by following the link on our home page. As for profiling itself, I suggest you google for "gprof".