home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _8723a86aad6f1e62fc2f6d6dcf2898f9 < prev    next >
Text File  |  2000-03-23  |  12KB  |  310 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker</TITLE>
  5. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <UL>
  26.  
  27.         <LI><A HREF="#methods always loaded">Methods always loaded</A></LI>
  28.         <LI><A HREF="#selfloaded methods">SelfLoaded methods</A></LI>
  29.     </UL>
  30.  
  31. </UL>
  32. <!-- INDEX END -->
  33.  
  34. <HR>
  35. <P>
  36. <H1><A NAME="name">NAME</A></H1>
  37. <P>ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker</P>
  38. <P>
  39. <HR>
  40. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  41. <UL>
  42. <LI>Linux</LI>
  43. <LI>Solaris</LI>
  44. <LI>Windows</LI>
  45. </UL>
  46. <HR>
  47. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  48. <PRE>
  49.  use ExtUtils::MM_VMS; # Done internally by ExtUtils::MakeMaker if needed</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>See ExtUtils::MM_Unix for a documentation of the methods provided
  54. there. This package overrides the implementation of these methods, not
  55. the semantics.</P>
  56. <P>
  57. <H2><A NAME="methods always loaded">Methods always loaded</A></H2>
  58. <DL>
  59. <DT><STRONG><A NAME="item_wraplist">wraplist</A></STRONG><BR>
  60. <DD>
  61. Converts a list into a string wrapped at approximately 80 columns.
  62. <P></P>
  63. <DT><STRONG><A NAME="item_rootdir">rootdir (override)</A></STRONG><BR>
  64. <DD>
  65. Returns a string representing of the root directory.
  66. <P></P></DL>
  67. <P>
  68. <H2><A NAME="selfloaded methods">SelfLoaded methods</A></H2>
  69. <P>Those methods which override default MM_Unix methods are marked
  70. ``(override)'', while methods unique to MM_VMS are marked ``(specific)''.
  71. For overridden methods, documentation is limited to an explanation
  72. of why this method overrides the MM_Unix method; see the ExtUtils::MM_Unix
  73. documentation for more details.</P>
  74. <DL>
  75. <DT><STRONG><A NAME="item_guess_name">guess_name (override)</A></STRONG><BR>
  76. <DD>
  77. Try to determine name of extension being built.  We begin with the name
  78. of the current directory.  Since VMS filenames are case-insensitive,
  79. however, we look for a <EM>.pm</EM> file whose name matches that of the current
  80. directory (presumably the 'main' <EM>.pm</EM> file for this extension), and try
  81. to find a <A HREF="../../lib/Pod/perlfunc.html#item_package"><CODE>package</CODE></A> statement from which to obtain the Mixed::Case
  82. package name.
  83. <P></P>
  84. <DT><STRONG><A NAME="item_find_perl">find_perl (override)</A></STRONG><BR>
  85. <DD>
  86. Use VMS file specification syntax and CLI commands to find and
  87. invoke Perl images.
  88. <P></P>
  89. <DT><STRONG><A NAME="item_path">path (override)</A></STRONG><BR>
  90. <DD>
  91. Translate logical name DCL$PATH as a searchlist, rather than trying
  92. to <A HREF="../../lib/Pod/perlfunc.html#item_split"><CODE>split</CODE></A> string value of <CODE>$ENV{'PATH'}</CODE>.
  93. <P></P>
  94. <DT><STRONG><A NAME="item_maybe_command">maybe_command (override)</A></STRONG><BR>
  95. <DD>
  96. Follows VMS naming conventions for executable files.
  97. If the name passed in doesn't exactly match an executable file,
  98. appends <EM>.Exe</EM> (or equivalent) to check for executable image, and <EM>.Com</EM>
  99. to check for DCL procedure.  If this fails, checks directories in DCL$PATH
  100. and finally <EM>Sys$System:</EM> for an executable file having the name specified,
  101. with or without the <EM>.Exe</EM>-equivalent suffix.
  102. <P></P>
  103. <DT><STRONG><A NAME="item_maybe_command_in_dirs">maybe_command_in_dirs (override)</A></STRONG><BR>
  104. <DD>
  105. Uses DCL argument quoting on test command line.
  106. <P></P>
  107. <DT><STRONG><A NAME="item_perl_script">perl_script (override)</A></STRONG><BR>
  108. <DD>
  109. If name passed in doesn't specify a readable file, appends <EM>.com</EM> or
  110. <EM>.pl</EM> and tries again, since it's customary to have file types on all files
  111. under VMS.
  112. <P></P>
  113. <DT><STRONG><A NAME="item_file_name_is_absolute">file_name_is_absolute (override)</A></STRONG><BR>
  114. <DD>
  115. Checks for VMS directory spec as well as Unix separators.
  116. <P></P>
  117. <DT><STRONG><A NAME="item_replace_manpage_separator">replace_manpage_separator</A></STRONG><BR>
  118. <DD>
  119. Use as separator a character which is legal in a VMS-syntax file name.
  120. <P></P>
  121. <DT><STRONG><A NAME="item_init_others">init_others (override)</A></STRONG><BR>
  122. <DD>
  123. Provide VMS-specific forms of various utility commands, then hand
  124. off to the default MM_Unix method.
  125. <P></P>
  126. <DT><STRONG><A NAME="item_constants">constants (override)</A></STRONG><BR>
  127. <DD>
  128. Fixes up numerous file and directory macros to insure VMS syntax
  129. regardless of input syntax.  Also adds a few VMS-specific macros
  130. and makes lists of files comma-separated.
  131. <P></P>
  132. <DT><STRONG><A NAME="item_cflags">cflags (override)</A></STRONG><BR>
  133. <DD>
  134. Bypass shell script and produce qualifiers for CC directly (but warn
  135. user if a shell script for this extension exists).  Fold multiple
  136. /Defines into one, since some C compilers pay attention to only one
  137. instance of this qualifier on the command line.
  138. <P></P>
  139. <DT><STRONG><A NAME="item_const_cccmd">const_cccmd (override)</A></STRONG><BR>
  140. <DD>
  141. Adds directives to point C preprocessor to the right place when
  142. handling #include <sys/foo.h> directives.  Also constructs CC
  143. command line a bit differently than MM_Unix method.
  144. <P></P>
  145. <DT><STRONG><A NAME="item_pm_to_blib">pm_to_blib (override)</A></STRONG><BR>
  146. <DD>
  147. DCL <EM>still</EM> accepts a maximum of 255 characters on a command
  148. line, so we write the (potentially) long list of file names
  149. to a temp file, then persuade Perl to read it instead of the
  150. command line to find args.
  151. <P></P>
  152. <DT><STRONG><A NAME="item_tool_autosplit">tool_autosplit (override)</A></STRONG><BR>
  153. <DD>
  154. Use VMS-style quoting on command line.
  155. <P></P>
  156. <DT><STRONG><A NAME="item_tool_sxubpp">tool_sxubpp (override)</A></STRONG><BR>
  157. <DD>
  158. Use VMS-style quoting on xsubpp command line.
  159. <P></P>
  160. <DT><STRONG><A NAME="item_xsubpp_version">xsubpp_version (override)</A></STRONG><BR>
  161. <DD>
  162. Test xsubpp exit status according to VMS rules ($sts & 1 ==> good)
  163. rather than Unix rules ($sts == 0 ==> good).
  164. <P></P>
  165. <DT><STRONG><A NAME="item_tools_other">tools_other (override)</A></STRONG><BR>
  166. <DD>
  167. Adds a few MM[SK] macros, and shortens some the installatin commands,
  168. in order to stay under DCL's 255-character limit.  Also changes
  169. EQUALIZE_TIMESTAMP to set revision date of target file to one second
  170. later than source file, since MMK interprets precisely equal revision
  171. dates for a source and target file as a sign that the target needs
  172. to be updated.
  173. <P></P>
  174. <DT><STRONG><A NAME="item_dist">dist (override)</A></STRONG><BR>
  175. <DD>
  176. Provide VMSish defaults for some values, then hand off to
  177. default MM_Unix method.
  178. <P></P>
  179. <DT><STRONG><A NAME="item_c_o">c_o (override)</A></STRONG><BR>
  180. <DD>
  181. Use VMS syntax on command line.  In particular, $(DEFINE) and
  182. $(PERL_INC) have been pulled into $(CCCMD).  Also use MM[SK] macros.
  183. <P></P>
  184. <DT><STRONG><A NAME="item_xs_c">xs_c (override)</A></STRONG><BR>
  185. <DD>
  186. Use MM[SK] macros.
  187. <P></P>
  188. <DT><STRONG><A NAME="item_xs_o">xs_o (override)</A></STRONG><BR>
  189. <DD>
  190. Use MM[SK] macros, and VMS command line for C compiler.
  191. <P></P>
  192. <DT><STRONG><A NAME="item_top_targets">top_targets (override)</A></STRONG><BR>
  193. <DD>
  194. Use VMS quoting on command line for Version_check.
  195. <P></P>
  196. <DT><STRONG><A NAME="item_dlsyms">dlsyms (override)</A></STRONG><BR>
  197. <DD>
  198. Create VMS linker options files specifying universal symbols for this
  199. extension's shareable image, and listing other shareable images or 
  200. libraries to which it should be linked.
  201. <P></P>
  202. <DT><STRONG><A NAME="item_dynamic_lib">dynamic_lib (override)</A></STRONG><BR>
  203. <DD>
  204. Use VMS Link command.
  205. <P></P>
  206. <DT><STRONG><A NAME="item_dynamic_bs">dynamic_bs (override)</A></STRONG><BR>
  207. <DD>
  208. Use VMS-style quoting on Mkbootstrap command line.
  209. <P></P>
  210. <DT><STRONG><A NAME="item_static_lib">static_lib (override)</A></STRONG><BR>
  211. <DD>
  212. Use VMS commands to manipulate object library.
  213. <P></P>
  214. <DT><STRONG><A NAME="item_manifypods">manifypods (override)</A></STRONG><BR>
  215. <DD>
  216. Use VMS-style quoting on command line, and VMS logical name
  217. to specify fallback location at build time if we can't find pod2man.
  218. <P></P>
  219. <DT><STRONG><A NAME="item_processPL">processPL (override)</A></STRONG><BR>
  220. <DD>
  221. Use VMS-style quoting on command line.
  222. <P></P>
  223. <DT><STRONG><A NAME="item_installbin">installbin (override)</A></STRONG><BR>
  224. <DD>
  225. Stay under DCL's 255 character command line limit once again by
  226. splitting potentially long list of files across multiple lines
  227. in <A HREF="#item_realclean"><CODE>realclean</CODE></A> target.
  228. <P></P>
  229. <DT><STRONG><A NAME="item_subdir_x">subdir_x (override)</A></STRONG><BR>
  230. <DD>
  231. Use VMS commands to change default directory.
  232. <P></P>
  233. <DT><STRONG><A NAME="item_clean">clean (override)</A></STRONG><BR>
  234. <DD>
  235. Split potentially long list of files across multiple commands (in
  236. order to stay under the magic command line limit).  Also use MM[SK]
  237. commands for handling subdirectories.
  238. <P></P>
  239. <DT><STRONG><A NAME="item_realclean">realclean (override)</A></STRONG><BR>
  240. <DD>
  241. Guess what we're working around?  Also, use MM[SK] for subdirectories.
  242. <P></P>
  243. <DT><STRONG><A NAME="item_dist_basics">dist_basics (override)</A></STRONG><BR>
  244. <DD>
  245. Use VMS-style quoting on command line.
  246. <P></P>
  247. <DT><STRONG><A NAME="item_dist_core">dist_core (override)</A></STRONG><BR>
  248. <DD>
  249. Syntax for invoking <EM>VMS_Share</EM> differs from that for Unix <EM>shar</EM>,
  250. so <CODE>shdist</CODE> target actions are VMS-specific.
  251. <P></P>
  252. <DT><STRONG><A NAME="item_dist_dir">dist_dir (override)</A></STRONG><BR>
  253. <DD>
  254. Use VMS-style quoting on command line.
  255. <P></P>
  256. <DT><STRONG><A NAME="item_dist_test">dist_test (override)</A></STRONG><BR>
  257. <DD>
  258. Use VMS commands to change default directory, and use VMS-style
  259. quoting on command line.
  260. <P></P>
  261. <DT><STRONG><A NAME="item_install">install (override)</A></STRONG><BR>
  262. <DD>
  263. Work around DCL's 255 character limit several times,and use
  264. VMS-style command line quoting in a few cases.
  265. <P></P>
  266. <DT><STRONG><A NAME="item_perldepend">perldepend (override)</A></STRONG><BR>
  267. <DD>
  268. Use VMS-style syntax for files; it's cheaper to just do it directly here
  269. than to have the MM_Unix method call <CODE>catfile</CODE> repeatedly.  Also, if
  270. we have to rebuild Config.pm, use MM[SK] to do it.
  271. <P></P>
  272. <DT><STRONG><A NAME="item_makefile">makefile (override)</A></STRONG><BR>
  273. <DD>
  274. Use VMS commands and quoting.
  275. <P></P>
  276. <DT><STRONG><A NAME="item_test">test (override)</A></STRONG><BR>
  277. <DD>
  278. Use VMS commands for handling subdirectories.
  279. <P></P>
  280. <DT><STRONG><A NAME="item_test_via_harness">test_via_harness (override)</A></STRONG><BR>
  281. <DD>
  282. Use VMS-style quoting on command line.
  283. <P></P>
  284. <DT><STRONG><A NAME="item_test_via_script">test_via_script (override)</A></STRONG><BR>
  285. <DD>
  286. Use VMS-style quoting on command line.
  287. <P></P>
  288. <DT><STRONG><A NAME="item_makeaperl">makeaperl (override)</A></STRONG><BR>
  289. <DD>
  290. Undertake to build a new set of Perl images using VMS commands.  Since
  291. VMS does dynamic loading, it's not necessary to statically link each
  292. extension into the Perl image, so this isn't the normal build path.
  293. Consequently, it hasn't really been tested, and may well be incomplete.
  294. <P></P>
  295. <DT><STRONG><A NAME="item_nicetext">nicetext (override)</A></STRONG><BR>
  296. <DD>
  297. Insure that colons marking targets are preceded by space, in order
  298. to distinguish the target delimiter from a colon appearing as
  299. part of a filespec.
  300. <P></P></DL>
  301. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  302. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  303. <STRONG><P CLASS=block> ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker</P></STRONG>
  304. </TD></TR>
  305. </TABLE>
  306.  
  307. </BODY>
  308.  
  309. </HTML>
  310.