14 Nov
2012
14 Nov
'12
10:57 a.m.
On 11/14/2012 04:04, the Adib wrote:
Did you try the gcc 4.7 with the sjlj stack from TDM?
Adib.
On Tue, Nov 13, 2012 at 8:49 PM, mathog <mathog@...1176...> wrote:
OK, will fall back to previous mingw.
On 13-Nov-2012 11:26, the Adib wrote:
Hello, please note: you must not use the original mingw from sourceforge but the TDM-port. See: http://wiki.inkscape.org/wiki/index.php/Win32Port
The difference is the stack model; we use TDM-gcc sjlj whereas the original gcc use the dw2 model.
You can only link libraries using same model.
Listen, it's deeper than that, C/C++ ABI between GCC 4.6 and 4.7 for Win32 has also changed, but mangling did not. So you could link, but the final results will not work.