Kj <[EMAIL PROTECTED]> wrote:
> Hello,
> I tried to experiment with dynamic ops, but I didn't get the test running.
> Is this a known problem?
Seems to be broken, likely because of the changed dynamic load sequence,
specifically the split between init_lib and load_lib.
$ make -C dynoplibs
...
my
Hello,
I tried to experiment with dynamic ops, but I didn't get the test running.
Is this a known problem?
for the record, I did the following, after building parrot:
-- I'm in the root directory of Parrot --
export LD_LIBRARY_PATH=.:blib/lib
make -s
make shared
make -C dynoplibs
Just as described