Re: [Mingw-w64-public] setjmp/longjmp issue

2008-12-27 Thread Alon Bar-Lev
On Sat, Dec 27, 2008 at 11:25 AM, NightStrike wrote: > Sorry for the long delay, but I've been away for a while. Is this > still an issue? I just built a fresh toolchain and compiled your code > with it, having no problems. Please tell me if you are still having > issues. It was fixed. Thanks!

Re: [Mingw-w64-public] binutils bug #6945: ld -r breakage

2008-12-27 Thread NightStrike
On Tue, Oct 7, 2008 at 2:42 AM, Mikael Pettersson wrote: > I've entered bug #6945 in binutils' bugzilla describing > that x86_64-pc-mingw32-ld -r produces broken object files. > In particular, it breaks gcc's jump tables. > > Is anyone here capable of debugging this problem? > > Thanks, > > /Mikae

Re: [Mingw-w64-public] pexports for 64-bit binaries?

2008-12-27 Thread NightStrike
On Fri, Oct 3, 2008 at 2:13 PM, Drazen Zeman wrote: > To Mr. Tor Lillqvist > > You should add two lines in Makefile, and change one for w64: > ! CC=x86_64-pc-mingw32-gcc -Wall > + LEX=flex > + YACC=bison > to avoid errors when flex haven't preprocessed hlex.l, by doing: >>flex -t hlex.l > hlex.c

Re: [Mingw-w64-public] Latest and greatest Linux -> w64 compiler

2008-12-27 Thread NightStrike
On Thu, Oct 30, 2008 at 4:35 PM, Erik de Castro Lopo wrote: > Hi all, > > Looking at the download page: > > > http://sourceforge.net/project/showfiles.php?group_id=202880&package_id=245516&release_id=546049 > > it seems that the latest mingw-w64-bin_i686-linux binary is dated > 20080828. > > So

Re: [Mingw-w64-public] setjmp/longjmp issue

2008-12-27 Thread NightStrike
On Thu, Nov 13, 2008 at 12:10 PM, Alon Bar-Lev wrote: > Hello, > > I almost sure it worked until recently... But now a simple program: > #include > #include > > int main(void) { >setjmp(NULL); >longjmp(NULL, 0); > } > > Cannot be compiled. > x86_64-pc-mingw32-gcc a.c > /tmp/cctlj