On Sat, 2005-12-10 at 21:30 -0800, Brent Fulgham wrote:

> I think the problem is the weird distinction Mac OS X (Mach Kernel)  
> makes between shared libraries and dynamic modules.  I have the shared  
> library (*.dylib) and the static libraries, but no "loadable" *.so modules.
> 
> So this may just be an SDL install problem.

I'm not sure, but I'm not a Mac OS X guy.

> Can you think of any other loadable modules that Parrot builds by
> default -- something that should be in a known state after a
> successful build?  ICU or something perhaps?  That would allow
> me to see if this is a problem across all module loads, or just
> something unique to my install of SDL.

You could try moving runtime/parrot/dynext/libnci_test.* to the same
directory as your SDL libraries, then running t/pmc/nci.t.  If the tests
pass, Parrot's finding the NCI test shared library just fine and the
problem is with SDL.

> P.S.  Congratulations on your new book.

Thank you!

-- c

Reply via email to