Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Shared Lib fro Dynamic PMC

10 views
Skip to first unread message

Vishal Soni

unread,
Aug 2, 2006, 2:11:21 AM8/2/06
to Perl 6 Internals
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

Chromatic

unread,
Aug 2, 2006, 3:05:56 AM8/2/06
to perl6-i...@perl.org, Vishal Soni

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

0 new messages