📄 extutils::embed.3
字号:
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05).\".\" Standard preamble:.\" ========================================================================.de Sh \" Subsection heading.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Vb \" Begin verbatim text.ft CW.nf.ne \\$1...de Ve \" End verbatim text.ft R.fi...\" Set up some character translations and predefined strings. \*(-- will.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left.\" double quote, and \*(R" will give a right double quote. \*(C+ will.\" give a nicer C++. Capital omega is used to do unbreakable dashes and.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,.\" nothing in troff, for use with C<>..tr \(*W-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'.ie n \{\. ds -- \(*W-. ds PI pi. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch. ds L" "". ds R" "". ds C` "". ds C' ""'br\}.el\{\. ds -- \|\(em\|. ds PI \(*p. ds L" ``. ds R" '''br\}.\".\" Escape single quotes in literal strings from groff's Unicode transform..ie \n(.g .ds Aq \(aq.el .ds Aq '.\".\" If the F register is turned on, we'll generate index entries on stderr for.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index.\" entries marked with X<> in POD. Of course, you'll have to process the.\" output yourself in some meaningful fashion..ie \nF \{\. de IX. tm Index:\\$1\t\\n%\t"\\$2"... nr % 0. rr F.\}.el \{\. de IX...\}.\".\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2)..\" Fear. Run. Save yourself. No user-serviceable parts.. \" fudge factors for nroff and troff.if n \{\. ds #H 0. ds #V .8m. ds #F .3m. ds #[ \f1. ds #] \fP.\}.if t \{\. ds #H ((1u-(\\\\n(.fu%2u))*.13m). ds #V .6m. ds #F 0. ds #[ \&. ds #] \&.\}. \" simple accents for nroff and troff.if n \{\. ds ' \&. ds ` \&. ds ^ \&. ds , \&. ds ~ ~. ds /.\}.if t \{\. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u". ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'.\}. \" troff and (daisy-wheel) nroff accents.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'.ds 8 \h'\*(#H'\(*b\h'-\*(#H'.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#].ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#].ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#].ds ae a\h'-(\w'a'u*4/10)'e.ds Ae A\h'-(\w'A'u*4/10)'E. \" corrections for vroff.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'. \" for low resolution devices (crt and lpr).if \n(.H>23 .if \n(.V>19 \\{\. ds : e. ds 8 ss. ds o a. ds d- d\h'-1'\(ga. ds D- D\h'-1'\(hy. ds th \o'bp'. ds Th \o'LP'. ds ae ae. ds Ae AE.\}.rm #[ #] #H #V #F C.\" ========================================================================.\".IX Title "ExtUtils::Embed 3".TH ExtUtils::Embed 3 "2007-12-18" "perl v5.10.0" "Perl Programmers Reference Guide".\" For nroff, turn off justification. Always turn off hyphenation; it makes.\" way too many mistakes in technical documents..if n .ad l.nh.SH "NAME"ExtUtils::Embed \- Utilities for embedding Perl in C/C++ applications.SH "SYNOPSIS".IX Header "SYNOPSIS".Vb 3\& perl \-MExtUtils::Embed \-e xsinit \& perl \-MExtUtils::Embed \-e ccopts \& perl \-MExtUtils::Embed \-e ldopts.Ve.SH "DESCRIPTION".IX Header "DESCRIPTION"ExtUtils::Embed provides utility functions for embedding a Perl interpreterand extensions in your C/\*(C+ applications. Typically, an application \fBMakefile\fR will invoke ExtUtils::Embedfunctions while building your application..ie n .SH "@EXPORT".el .SH "\f(CW@EXPORT\fP".IX Header "@EXPORT"ExtUtils::Embed exports the following functions:.PP\&\fIxsinit()\fR, \fIldopts()\fR, \fIccopts()\fR, \fIperl_inc()\fR, \fIccflags()\fR, \&\fIccdlflags()\fR, \fIxsi_header()\fR, \fIxsi_protos()\fR, \fIxsi_body()\fR.SH "FUNCTIONS".IX Header "FUNCTIONS".IP "\fIxsinit()\fR" 4.IX Item "xsinit()"Generate C/\*(C+ code for the \s-1XS\s0 initializer function..SpWhen invoked as \f(CW\*(C`\`perl \-MExtUtils::Embed \-e xsinit \-\-\`\*(C'\fRthe following options are recognized:.Sp\&\fB\-o\fR <output filename> (Defaults to \fBperlxsi.c\fR).Sp\&\fB\-o \s-1STDOUT\s0\fR will print to \s-1STDOUT\s0..Sp\&\fB\-std\fR (Write code for extensions that are linked with the current Perl.).SpAny additional arguments are expected to be names of modulesto generate code for..SpWhen invoked with parameters the following are accepted and optional:.Sp\&\f(CW\*(C`xsinit($filename,$std,[@modules])\*(C'\fR.SpWhere,.Sp\&\fB\f(CB$filename\fB\fR is equivalent to the \fB\-o\fR option..Sp\&\fB\f(CB$std\fB\fR is boolean, equivalent to the \fB\-std\fR option..Sp\&\fB[@modules]\fR is an array ref, same as additional arguments mentioned above..IP "Examples" 4.IX Item "Examples".Vb 1\& perl \-MExtUtils::Embed \-e xsinit \-\- \-o xsinit.c Socket.Ve.SpThis will generate code with an \fBxs_init\fR function that glues the perl \fBSocket::bootstrap\fR function to the C \fBboot_Socket\fR function and writes it to a file named \fIxsinit.c\fR..SpNote that \fBDynaLoader\fR is a special case where it must call \fBboot_DynaLoader\fR directly..Sp.Vb 1\& perl \-MExtUtils::Embed \-e xsinit.Ve.SpThis will generate code for linking with \fBDynaLoader\fR and each static extension found in \fB\f(CB$Config\fB{static_ext}\fR.The code is written to the default file name \fBperlxsi.c\fR..Sp.Vb 1\& perl \-MExtUtils::Embed \-e xsinit \-\- \-o xsinit.c \-std DBI DBD::Oracle.Ve.SpHere, code is written for all the currently linked extensions along with codefor \fB\s-1DBI\s0\fR and \fBDBD::Oracle\fR..SpIf you have a working \fBDynaLoader\fR then there is rarely any need to statically link in any other extensions..IP "\fIldopts()\fR" 4.IX Item "ldopts()"Output arguments for linking the Perl library and extensions to yourapplication..SpWhen invoked as \f(CW\*(C`\`perl \-MExtUtils::Embed \-e ldopts \-\-\`\*(C'\fRthe following options are recognized:.Sp\&\fB\-std\fR.SpOutput arguments for linking the Perl library and any extensions linkedwith the current Perl..Sp\&\fB\-I\fR <path1:path2>.SpSearch path for ModuleName.a archives. Default path is \fB\f(CB@INC\fB\fR.Library archives are expected to be found as \&\fB/some/path/auto/ModuleName/ModuleName.a\fRFor example, when looking for \fBSocket.a\fR relative to a search path, we should find \fBauto/Socket/Socket.a\fR.SpWhen looking for \fBDBD::Oracle\fR relative to a search path,we should find \fBauto/DBD/Oracle/Oracle.a\fR.SpKeep in mind that you can always supply \fB/my/own/path/ModuleName.a\fRas an additional linker argument..Sp\&\fB\-\-\fR <list of linker args>.SpAdditional linker arguments to be considered..SpAny additional arguments found before the \fB\-\-\fR token are expected to be names of modules to generate code for..SpWhen invoked with parameters the following are accepted and optional:.Sp\&\f(CW\*(C`ldopts($std,[@modules],[@link_args],$path)\*(C'\fR.SpWhere:.Sp\&\fB\f(CB$std\fB\fR is boolean, equivalent to the \fB\-std\fR option..Sp\&\fB[@modules]\fR is equivalent to additional arguments found before the \fB\-\-\fR token..Sp\&\fB[@link_args]\fR is equivalent to arguments found after the \fB\-\-\fR token..Sp\&\fB\f(CB$path\fB\fR is equivalent to the \fB\-I\fR option..SpIn addition, when ldopts is called with parameters, it will return the argument stringrather than print it to \s-1STDOUT\s0..IP "Examples" 4.IX Item "Examples".Vb 1\& perl \-MExtUtils::Embed \-e ldopts.Ve.SpThis will print arguments for linking with \fBlibperl\fR andextensions found in \fB\f(CB$Config\fB{static_ext}\fR. This includes librariesfound in \fB\f(CB$Config\fB{libs}\fR and the first ModuleName.a libraryfor each extension that is found by searching \fB\f(CB@INC\fB\fR or the path specified by the \fB\-I\fR option. In addition, when ModuleName.a is found, additional linker argumentsare picked up from the \fBextralibs.ld\fR file in the same directory..Sp.Vb 1\& perl \-MExtUtils::Embed \-e ldopts \-\- \-std Socket.Ve.SpThis will do the same as the above example, along with printing additional arguments for linking with the \fBSocket\fR extension..Sp.Vb 1\& perl \-MExtUtils::Embed \-e ldopts \-\- \-std Msql \-\- \-L/usr/msql/lib \-lmsql.Ve.SpAny arguments after the second '\-\-' token are additional linkerarguments that will be examined for potential conflict. If there is noconflict, the additional arguments will be part of the output..IP "\fIperl_inc()\fR" 4.IX Item "perl_inc()"For including perl header files this function simply prints:.Sp.Vb 1\& \-I$Config{archlibexp}/CORE.Ve.SpSo, rather than having to say:.Sp.Vb 1\& perl \-MConfig \-e \*(Aqprint "\-I$Config{archlibexp}/CORE"\*(Aq.Ve.SpJust say:.Sp.Vb 1\& perl \-MExtUtils::Embed \-e perl_inc.Ve.IP "\fIccflags()\fR, \fIccdlflags()\fR" 4.IX Item "ccflags(), ccdlflags()"These functions simply print \f(CW$Config\fR{ccflags} and \f(CW$Config\fR{ccdlflags}.IP "\fIccopts()\fR" 4.IX Item "ccopts()"This function combines \fIperl_inc()\fR, \fIccflags()\fR and \fIccdlflags()\fR into one..IP "\fIxsi_header()\fR" 4.IX Item "xsi_header()"This function simply returns a string defining the same \fB\s-1EXTERN_C\s0\fR macro as\&\fBperlmain.c\fR along with #including \fBperl.h\fR and \fB\s-1EXTERN\s0.h\fR..IP "xsi_protos(@modules)" 4.IX Item "xsi_protos(@modules)"This function returns a string of \fBboot_$ModuleName\fR prototypes for each \f(CW@modules\fR..IP "xsi_body(@modules)" 4.IX Item "xsi_body(@modules)"This function returns a string of calls to \fB\f(BInewXS()\fB\fR that glue the module \fBbootstrap\fRfunction to \fBboot_ModuleName\fR for each \f(CW@modules\fR..Sp\&\fB\f(BIxsinit()\fB\fR uses the xsi_* functions to generate most of its code..SH "EXAMPLES".IX Header "EXAMPLES"For examples on how to use \fBExtUtils::Embed\fR for building C/\*(C+ applicationswith embedded perl, see perlembed..SH "SEE ALSO".IX Header "SEE ALSO"perlembed.SH "AUTHOR".IX Header "AUTHOR"Doug MacEachern <\fIdougm@osf.org\fR>.PPBased on ideas from Tim Bunce <\fITim.Bunce@ig.co.uk\fR> and\&\fBminimod.pl\fR by Andreas Koenig <\fIk@anna.in\-berlin.de\fR> and Tim Bunce.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -