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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader</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::Mkbootstrap - make a bootstrap file for use by DynaLoader</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. <!-- INDEX END -->
  27.  
  28. <HR>
  29. <P>
  30. <H1><A NAME="name">NAME</A></H1>
  31. <P>ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader</P>
  32. <P>
  33. <HR>
  34. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  35. <UL>
  36. <LI>Linux</LI>
  37. <LI>Solaris</LI>
  38. <LI>Windows</LI>
  39. </UL>
  40. <HR>
  41. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  42. <P><CODE>mkbootstrap</CODE></P>
  43. <P>
  44. <HR>
  45. <H1><A NAME="description">DESCRIPTION</A></H1>
  46. <P>Mkbootstrap typically gets called from an extension Makefile.</P>
  47. <P>There is no <CODE>*.bs</CODE> file supplied with the extension. Instead, there may
  48. be a <CODE>*_BS</CODE> file which has code for the special cases, like posix for
  49. berkeley db on the NeXT.</P>
  50. <P>This file will get parsed, and produce a maybe empty
  51. <CODE>@DynaLoader::dl_resolve_using</CODE> array for the current architecture.
  52. That will be extended by $BSLOADLIBS, which was computed by
  53. ExtUtils::Liblist::ext(). If this array still is empty, we do nothing,
  54. else we write a .bs file with an <CODE>@DynaLoader::dl_resolve_using</CODE>
  55. array.</P>
  56. <P>The <CODE>*_BS</CODE> file can put some code into the generated <CODE>*.bs</CODE> file by
  57. placing it in <CODE>$bscode</CODE>. This is a handy 'escape' mechanism that may
  58. prove useful in complex situations.</P>
  59. <P>If @DynaLoader::dl_resolve_using contains <CODE>-L*</CODE> or <CODE>-l*</CODE> entries then
  60. Mkbootstrap will automatically add a <CODE>dl_findfile()</CODE> call to the
  61. generated <CODE>*.bs</CODE> file.</P>
  62. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  63. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  64. <STRONG><P CLASS=block> ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader</P></STRONG>
  65. </TD></TR>
  66. </TABLE>
  67.  
  68. </BODY>
  69.  
  70. </HTML>
  71.