Angus Leeming a écrit :
Abdelrazak Younes wrote:
Linking of executables that were compiled with different sets of
compiler flags is, ummmm, problematic on Windows.
I think you should precise "on Microsoft Compilers". I don't think
this apply to Mingw. At least with LyX, I never had any problem
linking code with debug info and code without.
I confirm that on VC++ 6.0, linking a program with debug info with a
library without any leads to weird problem.
Sorry, but I had this problem only on MinGW. (Hence the autotools
configuration magic.) I used a Visual Studio solution file to control
the generation of the .exe with MSVC.
OK. I talked too fast then :-).
Do you think there is some benefit in linking with the debug version of
Qt? In other other does this find bugs?
I think the official Qt for Mingw does not include the debug lib.
Of course, as I added to the bottom of my mail, I'd add this stuff only
if you find that there is a need for it. It's just something to be aware
of, that's all. (Like line endings :))
If it helps finding bug, I would advocate adding this stuff.
Thanks,
Abdel.
Angus