Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Dynoplibs fail
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kj  
View profile  
 More options Oct 31 2004, 11:10 am
Newsgroups: perl.perl6.internals
From: vander...@home.nl (Kj)
Date: Sun, 31 Oct 2004 17:10:08 +0100
Local: Sun, Oct 31 2004 11:10 am
Subject: Dynoplibs fail
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 in the README in dynoplibs directory.

then, when I try to run:

./parrot dynoplibs/dan.pasm

I get this message:

Couldn't load 'dan_ops': dan_ops: cannot open shared object file: No
such file or directory
error:imcc:op not found 'mul_i_ic_nc' (mul<3>)

in file 'dynoplibs/dan.pasm' line 3

I couldn't find any messages on this topic in my parrot mail archive, so
I didn't know
if this is a known problem currently. Of course, I may be doing
something stupid, I'm not
really familiar with shared libaries and stuff.

Kind regards,

Klaas-Jan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Nov 1 2004, 7:24 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Mon, 1 Nov 2004 13:24:32 +0100
Local: Mon, Nov 1 2004 7:24 am
Subject: Re: Dynoplibs fail

Kj <vander...@home.nl> 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
...
myops_ops.c:352: warning: no previous prototype for `Parrot_lib_myops_ops_load'
...

Patches welcome.

leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »