Shared Lib fro Dynamic PMC

2006-08-02 Thread Vishal Soni

Hi,

I need to have a shared lib for a Dynamic PMC. The shared lib is generated
from my own code. What is a good location to place the shared lib that I
generate?

Is lib/blib a good location?

This is for Byte Code generator.

--
Thanks,
Vishal


Re: Shared Lib fro Dynamic PMC

2006-08-02 Thread chromatic
On Tuesday 01 August 2006 23:11, Vishal Soni wrote:

 I need to have a shared lib for a Dynamic PMC. The shared lib is generated
 from my own code. What is a good location to place the shared lib that I
 generate?

 Is lib/blib a good location?

 This is for Byte Code generator.

There's blib/lib, where libparrot goes (and where I'll probably put the 
compiled Parrot::Embed library), but there's also runtime/parrot/dynext/, 
where libnci_test goes.

I'm not sure what the difference is.

-- c