Change 24719 by [EMAIL PROTECTED] on 2005/06/07 09:02:23

        Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
        From: "Konovalov, Vadim" <[EMAIL PROTECTED]>
        Date: Tue, 7 Jun 2005 13:19:33 +0400 
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/README.win32#81 edit

Differences ...

==== //depot/perl/README.win32#81 (text) ====
Index: perl/README.win32
--- perl/README.win32#80~24321~ Mon Apr 25 06:09:57 2005
+++ perl/README.win32   Tue Jun  7 02:02:23 2005
@@ -239,7 +239,7 @@
 
 =item MinGW release 3 with gcc
 
-The latest release of MinGW at the time of writing is 3.1.0, which contains 
+The latest release of MinGW at the time of writing is 3.1.0, which contains
 gcc-3.2.3.  It can be downloaded here:
 
     http://www.mingw.org/
@@ -301,7 +301,7 @@
 
 =item *
 
-Edit the makefile.mk (or Makefile, if you're using nmake) and change 
+Edit the makefile.mk (or Makefile, if you're using nmake) and change
 the values of INST_DRV and INST_TOP.   You can also enable various
 build flags.  These are explained in the makefiles.
 
@@ -312,13 +312,18 @@
 may end up building against the installed perl's lib/CORE directory rather
 than the one being tested.
 
-You will have to make sure that CCTYPE is set correctly and that 
+You will have to make sure that CCTYPE is set correctly and that
 CCHOME points to wherever you installed your compiler.
 
 The default value for CCHOME in the makefiles for Visual C++
 may not be correct for some versions.  Make sure the default exists
 and is valid.
 
+You may also need to comment out a line C<DELAYLOAD = ...> in the
+makefile, in case you're using an older version of the Visual C++ compiler
+(e.g. 6.0 without service packs) and if the linker reports an internal
+error.
+
 If you have either the source or a library that contains des_fcrypt(),
 enable the appropriate option in the makefile.  A ready-to-use version
 of fcrypt.c, based on the version originally written by Eric Young at
@@ -329,6 +334,9 @@
 Perl will also build without des_fcrypt(), but the crypt() builtin will
 fail at run time.
 
+If you want build some core extensions statically into perl's dll, specify
+them in the STATIC_EXT macro.
+
 Be sure to read the instructions near the top of the makefiles carefully.
 
 =item *
@@ -611,10 +619,10 @@
 alternate shell that *does* expand wildcards.
 
 Instead, the following solution works rather well. The nice things
-about it are 1) you can start using it right away; 2) it is more 
+about it are 1) you can start using it right away; 2) it is more
 powerful, because it will do the right thing with a pattern like
 */*/*.c; 3) you can decide whether you do/don't want to use it; and
-4) you can extend the method to add any customizations (or even 
+4) you can extend the method to add any customizations (or even
 entirely different kinds of wildcard expansion).
 
        C:\> copy con c:\perl\lib\Wild.pm
@@ -812,15 +820,15 @@
 
 =head1 BUGS AND CAVEATS
 
-Norton AntiVirus interferes with the build process, particularly if 
-set to "AutoProtect, All Files, when Opened". Unlike large applications 
-the perl build process opens and modifies a lot of files. Having the  
+Norton AntiVirus interferes with the build process, particularly if
+set to "AutoProtect, All Files, when Opened". Unlike large applications
+the perl build process opens and modifies a lot of files. Having the
 the AntiVirus scan each and every one slows build the process significantly.
 Worse, with PERLIO=stdio the build process fails with peculiar messages
-as the virus checker interacts badly with miniperl.exe writing configure 
+as the virus checker interacts badly with miniperl.exe writing configure
 files (it seems to either catch file part written and treat it as suspicious,
 or virus checker may have it "locked" in a way which inhibits miniperl
-updating it). The build does complete with 
+updating it). The build does complete with
 
    set PERLIO=perlio
 
@@ -853,7 +861,7 @@
 variable in the handler.  Using signals under this port should
 currently be considered unsupported.
 
-Please send detailed descriptions of any problems and solutions that 
+Please send detailed descriptions of any problems and solutions that
 you may find to E<lt>F<[EMAIL PROTECTED]>E<gt>, along with the output
 produced by C<perl -V>.
 
@@ -903,6 +911,6 @@
 
 Support for 64-bit Windows added in 5.8 (ActiveState Corp).
 
-Last updated: 15 February 2005
+Last updated: 7 June 2005
 
 =cut
End of Patch.

Reply via email to