X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlxstut.pod;h=35edd05ac041a383ca5ff54b658b2d1963cf4409;hb=35f2feb095c3dd2b77eb6efc2bf725b5886b6931;hp=8a96c891fcd11b390978b31acb66a293d574f7c2;hpb=1d7c184104c076988718a01b77c8706aae05b092;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 8a96c89..35edd05 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -24,7 +24,7 @@ them. If you find something that was missed, please let me know. This tutorial assumes that the make program that Perl is configured to use is called C. Instead of running "make" in the examples that follow, you may have to substitute whatever make program Perl has been -configured to use. Running "perl -V:make" should tell you what it is. +configured to use. Running B should tell you what it is. =head2 Version caveat @@ -190,7 +190,7 @@ You can safely ignore the line about "prototyping behavior". If you are on a Win32 system, and the build process fails with linker errors for functions in the C library, check if your Perl is configured -to use PerlCRT (running "perl -V:libc" should show you if this is the +to use PerlCRT (running B should show you if this is the case). If Perl is configured to use PerlCRT, you have to make sure PerlCRT.lib is copied to the same location that msvcrt.lib lives in, so that the compiler can find it on its own. msvcrt.lib is usually