Re: [Mingw-w64-public] segfault

2013-04-04 Thread Ahso Aa
@lists.sourceforge.net Sent: Thursday, April 4, 2013 11:43 AM Subject: Re: [Mingw-w64-public] segfault 2013/4/4 Ahso Aa Ruben thanks, rebuilt with mingw32 and 64. -32 works fine and in dependency walker I only see msvcrt.dll. (no more msvcr80.dll) Should I be fine with that to not need redist anymore? Yes

Re: [Mingw-w64-public] segfault

2013-04-04 Thread Ahso Aa
bject: Re: [Mingw-w64-public] segfault 2013/4/4 Ahso Aa Thanks Ruben. Now I see in a dependency dll from curl that it uses msvcr80.dll. That's VS2008? Could I most easily resolve that by downloading VC2008 and compile my stuff with that > >and /MT flag? >Or what do you sugge

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Ahso Aa
chael From: Ruben Van Boxem To: mingw-w64-public@lists.sourceforge.net Sent: Wednesday, April 3, 2013 6:29 PM Subject: Re: [Mingw-w64-public] segfault Op 3 apr. 2013 18:21 schreef "Ahso Aa" het volgende: > > > > The MSVC++ DLL's are also ABI incompatible am

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Ahso Aa
The MSVC++ DLL's are also ABI incompatible among versions. Even Service Packs break ABI compatibility. sigh...I'm a happy Linux user but need to support Windows...of course. How to see the toolchain? I remember to have seen (vc build?) in dependency walker msvcpd80.dll or alike. Would that

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Ahso Aa
? From: NightStrike To: "mingw-w64-public@lists.sourceforge.net" Sent: Wednesday, April 3, 2013 2:54 PM Subject: Re: [Mingw-w64-public] segfault On Wed, Apr 3, 2013 at 6:08 AM, Ahso Aa wrote: > Can you try a 32-bit MinGW-w64, recompile everything, and see if you hit the > same

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Ahso Aa
I've recompiled with the new gdbinit but still the same. Also tried with -m32 and 32bit libs but it says skipping incompatible libs. Thanks -- Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.   C:\Users\michael>f:   F:\>cd X*o   F:\X-

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Ahso Aa
Hi Ruben If you could provide a sensible backtrace (gdb command "bt") that would help. pasted below Are all dependencies compiled with the same toolchain? No I don't think so Can you try a 32-bit MinGW-w64, recompile everything, and see if you hit the same problem? How, only add -m32 to co

Re: [Mingw-w64-public] segfault

2013-04-03 Thread Ahso Aa
/MinGW-64-bit (recommended 64bit package) So anything I could try? Thanks From: Ruben Van Boxem To: mingw-w64-public@lists.sourceforge.net Sent: Wednesday, April 3, 2013 7:54 AM Subject: Re: [Mingw-w64-public] segfault Op 3 apr. 2013 07:41 schreef "Ah

[Mingw-w64-public] segfault

2013-04-02 Thread Ahso Aa
Hi  it works with mingw32 on Vista64 or on Linux/gcc 32 and 64bit. But with mingw64 I get: a segmentation fault at IMG_Load: static int LoadGLTex(char *pFileName, int TextureId) { SDL_Surface* image = IMG_Load(pFileName); Any help on what to change? Many thanks Mike