Jarkko wrote:

!The ones I could use z/OS expertise and/or help (that's you, kind
!readers) with are the Embed, ExtUtils, and io_unix.
!
!The first two try to test build extensions, but for some reason or
!another they aren't happy in z/OS.  Perl is able to build its own
!extensions so all cannot be broken.  Then again, the tests work just
!fine in several UNIXes and Microsoft platforms, so the tests cannot be
!completely broken, either.  If anyone has experience of building Perl
!extensions on z/OS, here would be yor chance to help.

Have you taken care of both static (default with use_dl=none)
and dynamically (optional, must Configure with -Dused_dl) linked
builds?  The manner in which you drive a MakeMaker build may differ
for the static (default) case.

Peter Prymmer


Reply via email to