On Sunday 28 October 2007 07:21:43 Will Coleda wrote:

> # New Ticket Created by  Will Coleda
> # Please include the string:  [perl #46973]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46973 >
>
>
> $ make tclsh
> ../../parrot --output=tcl.pbc src/tclsh.pir
> ../../parrot -G tcl.pbc
> dyld: lazy symbol binding failed: Symbol not found: _Parrot_register_pmc
>    Referenced from: /Users/coke/research/parrot/runtime/parrot/dynext/
> tcl_group.bundle
>    Expected in: flat namespace
>
> dyld: Symbol not found: _Parrot_register_pmc
>    Referenced from: /Users/coke/research/parrot/runtime/parrot/dynext/
> tcl_group.bundle
>    Expected in: flat namespace
>
> make: *** [tclsh] Trace/BPT trap
>
>
> This on OSX/intel.

Parrot_register_pmc() is declared in parrot/embed.h; I'm not sure why it's  
not getting picked up here.

-- c

Reply via email to