Re: Minor JIT oddities

2001-12-21 Thread Gregor N. Purdy
All -- > > Note the package name. Fixed. Regards, -- Gregor /Inspiration >> Innovation >> Excellence (TM)\ Gregor N. Purdy [EMAIL PROTECTED] Focus Research, Inc.

Re: Minor JIT oddities

2001-12-21 Thread Daniel Grunblatt
On Fri, 21 Dec 2001, Andy Dougherty wrote: > On Fri, 21 Dec 2001, Gregor N. Purdy wrote: > > > Andy -- > > > > > Whilst building on Sparc/Solaris 8 > > > > > > $ perl -V:archname > > > archname='sun4-solaris-64int-ld'; > > > > > I saw the following odd message: > > > > > > perl jit2h.pl i386 > i

Re: Minor JIT oddities

2001-12-21 Thread Andy Dougherty
On Fri, 21 Dec 2001, Gregor N. Purdy wrote: > Andy -- > > > Whilst building on Sparc/Solaris 8 > > > > $ perl -V:archname > > archname='sun4-solaris-64int-ld'; > > > I saw the following odd message: > > > > perl jit2h.pl i386 > include/parrot/jit_struct.h > > Package `Parrot::Jit' not found (

Re: Minor JIT oddities

2001-12-21 Thread Andy Dougherty
On Fri, 21 Dec 2001, Gregor N. Purdy wrote: > Andy -- > > > Whilst building on Sparc/Solaris 8 > > > > $ perl -V:archname > > archname='sun4-solaris-64int-ld'; > > This could cause some trouble. I was expecting cpuarch-osname > (two dash-separated components only). I think we'll happily > igno

Re: Minor JIT oddities

2001-12-21 Thread Gregor N. Purdy
Andy -- > Whilst building on Sparc/Solaris 8 > > $ perl -V:archname > archname='sun4-solaris-64int-ld'; This could cause some trouble. I was expecting cpuarch-osname (two dash-separated components only). I think we'll happily ignore the latter two entries, though. Do you consider "sun4" to be t