Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread Andris Pavenis
On 03/25/2013 08:02 PM, Fabrizio Gennari wrote: Il 25/03/2013 00:00, Ian Lance Taylor ha scritto: What failed without that patch? In file included from ../../../gcc-4.80/libbacktrace/alloc.c:39:0: ../../../gcc-4.80/libbacktrace/internal.h:141:11: error: unknown type name ‘off_t’ off_t offset

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread Ian Lance Taylor
On Mon, Mar 25, 2013 at 11:02 AM, Fabrizio Gennari wrote: > Il 25/03/2013 00:00, Ian Lance Taylor ha scritto: > >> On Sun, Mar 24, 2013 at 10:51 AM, Fabrizio Gennari >> wrote: >>> >>> Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: >>> Il 23/03/2013 18:07, DJ Delorie ha scritto: >

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread Fabrizio Gennari
Il 25/03/2013 00:00, Ian Lance Taylor ha scritto: On Sun, Mar 24, 2013 at 10:51 AM, Fabrizio Gennari wrote: Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: Il 23/03/2013 18:07, DJ Delorie ha scritto: The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't be

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-25 Thread David Edelsohn
On Mon, Mar 25, 2013 at 12:29 AM, Andris Pavenis wrote: >> Forgot to say that I also had to apply this patch >> >> --- ../gcc-4.8.0/libbacktrace/alloc.c2013-01-14 19:17:30.0 >> +0100 >> +++ ../gcc-4.80/libbacktrace/alloc.c2013-03-24 18:07:11.995891959 >> +0100 >> @@ -34,6 +34,7 @@

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-24 Thread Andris Pavenis
On 03/24/2013 07:51 PM, Fabrizio Gennari wrote: Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: Il 23/03/2013 18:07, DJ Delorie ha scritto: The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't been committed upstream yet. Thank you DJ. I downloaded beta/v2g

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-24 Thread Ian Lance Taylor
On Sun, Mar 24, 2013 at 10:51 AM, Fabrizio Gennari wrote: > Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: > >> Il 23/03/2013 18:07, DJ Delorie ha scritto: >>> >>> The DJGPP build of gcc 4.8.0 was just uploaded, it might have some >>> patches that haven't been committed upstream yet. >> >> Than

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-24 Thread Fabrizio Gennari
Il 24/03/2013 18:48, Fabrizio Gennari ha scritto: Il 23/03/2013 18:07, DJ Delorie ha scritto: The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't been committed upstream yet. Thank you DJ. I downloaded beta/v2gnu/gcc480s.zip from a mirror, and that compiles.

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-24 Thread Fabrizio Gennari
Il 23/03/2013 18:07, DJ Delorie ha scritto: The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't been committed upstream yet. Thank you DJ. I downloaded beta/v2gnu/gcc480s.zip from a mirror, and that compiles. And, indeed, the file gcc/config/i386/djgpp.h is d

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-23 Thread DJ Delorie
The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't been committed upstream yet.

GCC 4.8.0 does not compile for DJGPP

2013-03-23 Thread Fabrizio Gennari
I am trying to build a cross-compiler for DJGPP running on my Ubuntu 12.10 box. #../gcc-4.8.0/configure --prefix= --target=i586-pc-msdosdjgpp #make [...] g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-