Re: Pugs now embeds Parrot.

2005-05-03 Thread Autrijus Tang
On Tue, May 03, 2005 at 03:46:54PM -0400, Rob Kinyon wrote: > Will this change remove the need for pugscc to be cygpath'ed on > cygwin? Or, should I go ahead and work on this? Please go ahead -- pugscc will still be needed to create native executables without using parrot. Thanks, /Autirjus/ pg

Re: Pugs now embeds Parrot.

2005-05-03 Thread Rob Kinyon
Will this change remove the need for pugscc to be cygpath'ed on cygwin? Or, should I go ahead and work on this? Rob On 5/3/05, Autrijus Tang <[EMAIL PROTECTED]> wrote: > Because I want to embed PGE in Pugs, I end up embedding the > entire libparrot. :-) > > As of two hours ago, if you set the PU

Pugs now embeds Parrot.

2005-05-03 Thread Autrijus Tang
Because I want to embed PGE in Pugs, I end up embedding the entire libparrot. :-) As of two hours ago, if you set the PUGS_EMBED environment variable to "parrot" and run perl Makefile.PL, Pugs will build and link against Parrot, and provide a require_parrot() primitive for you. JIT works as one o