Re: [Mingw-w64-public] Strange linker error with gcc-5.1 32-bit involving 'virtual thunk'

2015-07-29 Thread Gisle Vanem
Edward Diener wrote: > If I remove the declaration and definition of ex_xml_exception::what(), > since it is not needed, when linking I get: > > throw_exception_ex.o:throw_exception_ex.cpp:(.rdata$_ZTV16ex_xml_exception[__ZTV16ex_xml_exception]+0x20): > undefined reference to `virtual thunk to ex_

Re: [Mingw-w64-public] Strange linker error with gcc-5.1 32-bit involving 'virtual thunk'

2015-07-29 Thread Edward Diener
On 7/28/2015 8:49 AM, Ruben Van Boxem wrote: > 2015-07-28 14:44 GMT+02:00 Edward Diener >: > > On 7/28/2015 8:27 AM, Edward Diener wrote: > > Without trying immediately to give specific code for what is a large > > project, I am getting linker e

Re: [Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-29 Thread Hayden Livingston
hi niXman, Are you saying that this is a way to get a windows 64-bit build? Or are you saying you've got JIT frontend working? On Wed, Jul 29, 2015 at 4:07 PM, niXman wrote: > Hayden Livingston 2015-07-29 15:59: >> Hello all, >> >> I'm trying to get GCC 5.2 to build with the JIT language fronten

Re: [Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-29 Thread niXman
Hayden Livingston 2015-07-29 15:59: > Hello all, > > I'm trying to get GCC 5.2 to build with the JIT language frontend. > > Apparently I'm the only person who is trying to do this (JIT language > was started in 5.1) > > What's the recommended way to proceed your first build? Cygwin? MSYS2? > >

Re: [Mingw-w64-public] troubles building gcc-5.2(i686-posix-sjlj)

2015-07-29 Thread niXman
niXman 2015-07-29 16:18: > Hi, > > I'm trying to build gcc-5.2(i686-posix-sjlj) but faced with error when > libgcc is configured for stage1: "checking for suffix of object > files... > error: cannot compute suffix of object files: cannot compile" > > The full log is here: > https://gist.github.c

[Mingw-w64-public] troubles building gcc-5.2(i686-posix-sjlj)

2015-07-29 Thread niXman
Hi, I'm trying to build gcc-5.2(i686-posix-sjlj) but faced with error when libgcc is configured for stage1: "checking for suffix of object files... error: cannot compute suffix of object files: cannot compile" The full log is here: https://gist.github.com/niXman/f135bf22628089a58f69 'libgcc/c

[Mingw-w64-public] GCC 5.2 with JIT language frontend

2015-07-29 Thread Hayden Livingston
Hello all, I'm trying to get GCC 5.2 to build with the JIT language frontend. Apparently I'm the only person who is trying to do this (JIT language was started in 5.1) What's the recommended way to proceed your first build? Cygwin? MSYS2? I tried this a few months ago and things didn't work out

Re: [Mingw-w64-public] static debug stl crash on exit with global variable __gnu_cxx::__concurrence_lock_error

2015-07-29 Thread Robin Whittle
Hi Norbert, Thanks very much for mentioning static linking. I don't understand how the linker is working. My minimal test program from https://sourceforge.net/p/tdm-gcc/bugs/264/ compiles fine without me giving (via Codelite Project options) any instructions to the linker on where to find librar

Re: [Mingw-w64-public] static debug stl crash on exit with global variable __gnu_cxx::__concurrence_lock_error

2015-07-29 Thread Norbert Pfeiler
Hi, this is not specific to 64 bit (in contrast to your conclusion in the TDM bug) and as far as i can tell only happens with a statically linked runtime (which is an inherent property of TDM builds?) In our case we were just curious why our program crashed and i mainly posted it here because i th

Re: [Mingw-w64-public] static debug stl crash on exit with global variable __gnu_cxx::__concurrence_lock_error

2015-07-29 Thread Robin Whittle
I just joined this list and am writing as a reply to a message from Norbert Pfeiler on 2015-05-25. He identified an minimal test program to generate an error, at the end of the executable's run: __gnu_cxx::__concurrence_lock_error when the libstdc++ Debug Mode (bounds checking and the like) is ena