Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-08 Thread frank
Hi, I agree with the others. Strip your PATH from spaces and until only one toolset is found at a time . A good place for this is a batchfile that creates a mingw session if you need. Never mix-up VS and mingw paths unless you are aware what they are doing exactly. Sometimes it is also helpful u

Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-08 Thread Jon
>> configure:1340: checking for gcc >> configure:1356: found /c/Program Files/OpenAxiom/bin/gcc You're begging for failures when you install to a PATH with spaces. For example: C:\Users\Jon\Documents\CDev\sandbox>echo %PATH% C:\"spacey path\mingw-rvb\bin";... C:\Users\Jon\Documents\CDev\sandbox>

Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-08 Thread Earnie Boyd
On Fri, Jun 8, 2012 at 3:52 AM, Jim Michaels wrote: > it looks to be the fact that *this* gcc expects an argument on -V while the > one on linux does not (?). > interesting.  there are a LOT of things I would like to compile, but I can't > because of this bug. > > --config.log > >

Re: [Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-08 Thread Kai Tietz
2012/6/8 Tristan Gingold : > > On Jun 8, 2012, at 2:12 PM, Kai Tietz wrote: > >> Hello Tristan, >> >> Thanks for working on this. The patch is ok.  As JonY said, unified >> diffs are more welcome ;) >> >> >> 2012/6/8 Tristan Gingold : >>> Hi, >>> >>> I am currently working on porting our toolset to

Re: [Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-08 Thread Tristan Gingold
On Jun 8, 2012, at 2:12 PM, Kai Tietz wrote: > Hello Tristan, > > Thanks for working on this. The patch is ok. As JonY said, unified > diffs are more welcome ;) > > > 2012/6/8 Tristan Gingold : >> Hi, >> >> I am currently working on porting our toolset to gcc 4.7 compiled to fully >> suppor

Re: [Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-08 Thread Tristan Gingold
On Jun 8, 2012, at 1:55 PM, JonY wrote: > On 6/8/2012 18:27, Tristan Gingold wrote: >> Hi, >> >> I am currently working on porting our toolset to gcc 4.7 compiled to fully >> support SEH, and I have compiled gdb. This gdb crashes frequently, and I >> traced that to the use of setjmp/longjmp.

Re: [Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-08 Thread Kai Tietz
Hello Tristan, Thanks for working on this. The patch is ok. As JonY said, unified diffs are more welcome ;) 2012/6/8 Tristan Gingold : > Hi, > > I am currently working on porting our toolset to gcc 4.7 compiled to fully > support SEH, and I have compiled gdb.  This gdb crashes frequently, and

Re: [Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-08 Thread JonY
On 6/8/2012 18:27, Tristan Gingold wrote: > Hi, > > I am currently working on porting our toolset to gcc 4.7 compiled to fully > support SEH, and I have compiled gdb. This gdb crashes frequently, and I > traced that to the use of setjmp/longjmp. > > When compiled with SEH enabled, mingw64 make

Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-08 Thread fueb
Hi, I was using the "former" way and it works, thank you. I've created a cross qt-makespec that points the compiler, linker, etc. to x86_64-w64-mingw32-g++. This one then can be used with the -xplatform configure switch. However, this is quite a qt item, the only caveat is that all the qt-tools

[Mingw-w64-public] Bug in setjmp.h on win64 + SEH

2012-06-08 Thread Tristan Gingold
Hi, I am currently working on porting our toolset to gcc 4.7 compiled to fully support SEH, and I have compiled gdb. This gdb crashes frequently, and I traced that to the use of setjmp/longjmp. When compiled with SEH enabled, mingw64 makes longjmp use RtlUnwinEx, and to achieve that it calls

Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-08 Thread JonY
On 6/8/2012 16:26, Ruben Van Boxem wrote: > Op 8 jun. 2012 09:53 schreef "Jim Michaels" het > volgende: >> >> it looks to be the fact that *this* gcc expects an argument on -V while > the one on linux does not (?). >> interesting. there are a LOT of things I would like to compile, but I > can't b

Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-08 Thread Ruben Van Boxem
Op 8 jun. 2012 09:53 schreef "Jim Michaels" het volgende: > > it looks to be the fact that *this* gcc expects an argument on -V while the one on linux does not (?). > interesting. there are a LOT of things I would like to compile, but I can't because of this bug. > > --config.log

Re: [Mingw-w64-public] msys ./configure gives error 77, "compiler doesn't generate exe's"

2012-06-08 Thread Jim Michaels
it looks to be the fact that *this* gcc expects an argument on -V while the one on linux does not (?). interesting.  there are a LOT of things I would like to compile, but I can't because of this bug. --config.log This file contains any messages produced by compilers while runni