On Sun Oct 28 07:21:43 2007, coke wrote: > $ 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. >
After getting --parrot-is-shared working on darwin, I note that this error is not present when built shared, only when not.