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