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!
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
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
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
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