On Tuesday 24 June 2008 14:33:03 Ovid wrote: > > Guess: you have a libparrot.so (or .dylib, or whatever Mac OS X > > thinks looks > > good with a black turtleneck) somewhere getting loaded before > > blib/lib/libparrot.so.
> Bingo! Don't know how to trace that, but a quick locate confirmed an > earlier install. On Linux (or with the GNU utilities) you can use: $ ldd ./parrot linux-gate.so.1 => (0xb7f17000) libparrot.so.0.6.3 => /home/chromatic/dev/tmp/parrot/blib/lib/libparrot.so.0.6.3 (0xb7aaa000) ... Or, I suppose you could strace parrot on startup, if Mac OS X has strace. -- c