Abdelrazak Younes wrote: > Angus Leeming a écrit : >> Georg Baum wrote: >>> Abdelrazak Younes wrote: >>> >>> >>>> On my system, it should be -lQtCore4 >>> >>> >>> Does this patch (thanks Angus) help? I did not add the debug stuff, >>> because >>> I did not understand why it is needed. >> >> Linking of executables that were compiled with different sets of >> compiler flags is, ummmm, problematic on Windows.
Thanks for the explanation. > 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. OK, then I'll just commit the patch. Georg