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 (did you use the incorrect case?) at jit2h.pl line 
>7.
> 
> That seems really strange. You have Parrot/Jit.pm?

Yes.  Here it is in its entirety:

package Jit;

sub system_call($$$) { 
  return "\\x00\\x00\\x00\\x00";
}

1;


Note the package name.

- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to