We've recently implemented partial support for dynamic linking on VOS (We can now resolve names in the running program, but we still can't dynamically load additional programs). This has necessitated a bit of a tweak to our hints file. This patch should be applied to Perl 5.8 and 5.9. Tested by me here on Stratus VOS 14.7. Questions, comments, complaints to me. *** START OF PATCH *** diff -u hints/vos.sh.orig hints/vos.sh --- hints/vos.sh.orig Tue Jul 1 02:13:13 2003 +++ hints/vos.sh Wed Nov 26 14:30:05 2003 @@ -145,3 +145,5 @@ EOCBU +# VOS 14.7 has minimal support for dynamic linking. Too minimal for perl. +usedl="undef" *** END OF PATCH *** Thanks PG -- Paul Green, Senior Technical Consultant Stratus Technologies, Inc. Tel +1-978-461-7557, Fax +1-978-461-3610Thread Next