Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Simon Glover
It now builds and tests fine. Simon

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Daniel Grunblatt
On Thursday 24 July 2003 16:13, Simon Glover wrote: > On Thu, 24 Jul 2003, Daniel Grunblatt wrote: > > On Thursday 24 July 2003 15:55, Juergen Boemmels wrote: > > > Magic: 7f 45 4c 46 01 01 01 > > > > 00 > > -- > > 00 00 00 00 00 00 00 00 > > > > > OS/ABI:UNIX - Sy

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Simon Glover
On Thu, 24 Jul 2003, Daniel Grunblatt wrote: > On Thursday 24 July 2003 15:55, Juergen Boemmels wrote: > > Magic: 7f 45 4c 46 01 01 01 > 00 > -- > 00 00 00 00 00 00 00 00 > > > OS/ABI:UNIX - System V > > Patch is in, please resync and try it. > It's now dieing

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Daniel Grunblatt
On Thursday 24 July 2003 15:55, Juergen Boemmels wrote: > Magic: 7f 45 4c 46 01 01 01 00 -- 00 00 00 00 00 00 00 00 > OS/ABI:UNIX - System V Patch is in, please resync and try it. > boe Daniel

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Juergen Boemmels
Daniel Grunblatt <[EMAIL PROTECTED]> writes: > On Thursday 24 July 2003 15:14, Simon Glover wrote: > > On Thu, 24 Jul 2003, Daniel Grunblatt wrote: > > > I have checked in a first attempt to make parrot generate an executable. > > > > > > It works fine on x86 - OpenBSD/linux/FreeBSD and should als

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Daniel Grunblatt
On Thursday 24 July 2003 15:48, Juergen Boemmels wrote: > Daniel Grunblatt <[EMAIL PROTECTED]> writes: > > I have checked in a first attempt to make parrot generate an executable. > > This is very cool. Thanks. > > > It works fine on x86 - OpenBSD/linux/FreeBSD and should also work on > > NetBSD >

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Daniel Grunblatt
On Thursday 24 July 2003 15:14, Simon Glover wrote: > On Thu, 24 Jul 2003, Daniel Grunblatt wrote: > > I have checked in a first attempt to make parrot generate an executable. > > > > It works fine on x86 - OpenBSD/linux/FreeBSD and should also work on > > NetBSD > > It's not working for me on Lin

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Juergen Boemmels
Index: exec.c === RCS file: /cvs/public/parrot/exec.c,v retrieving revision 1.1 diff -u -r1.1 exec.c --- exec.c 24 Jul 2003 17:18:30 - 1.1 +++ exec.c 24 Jul 2003 18:45:22 - @@ -12,7 +12,9 @@ */ #include -#include +#if HA

Re: [COMMIT] Parrot emits an executable

2003-07-24 Thread Simon Glover
On Thu, 24 Jul 2003, Daniel Grunblatt wrote: > I have checked in a first attempt to make parrot generate an executable. > > It works fine on x86 - OpenBSD/linux/FreeBSD and should also work on NetBSD It's not working for me on Linux/x86 -- the build is failing with: In file included from exe

[COMMIT] Parrot emits an executable

2003-07-24 Thread Daniel Grunblatt
I have checked in a first attempt to make parrot generate an executable. It works fine on x86 - OpenBSD/linux/FreeBSD and should also work on NetBSD For PPC (Darwin) it generates code correctly just for programs that use *only* fully jitted opcodes. It should work with or without JIT_CGP. Afte