On Fri, Apr 30, 2004 at 01:14:21PM +0200, Leopold Toetsch wrote: > Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > > > 'libnci.so' is used for testing the native call interface. However I noticed > > that the tests in t/pmc/nci.t were skipped, because 'libnci.so' wasn't built > > by default. The attached patch adds that library to the target 'all'. > > Good. Do we have currently any platforms that don't support dynamic > loading at all?
Perl5 builds on UNICOS (Crays), which is a Unix without dynamic linking. (As my housemate explained, if your program is taking up a sufficient proportion of the Cray's memory that dynamic linking would be useful, then you're doing something badly wrong) I think we're still failing some pack regression tests there. :-( There was this long debugging-over-e-mail session with someone at Boeing, but I don't think that we managed to get all the bugs nailed down. Nicholas Clark