There are two statically-linked versions of Perl for cygwin available
here:
- One is just perl, and nothing else.
- The other contains perl, plus a few important modules, statically linked into the perl.exe binary. The modules that are built into this version are:
- String-CRC-1.0
- Data-ShowTable-3.3
- DBI-1.08
- Msql-Mysql-modules-1.2017 (mSQL AND mysql)
- The source code for the modules is found here.
Depending on your browser, you may need to right-click/"Save link as" on the links below, rather than just clicking on them.
If you wish to install a binary package, do the following:
- cd to /
- unpack the binary distribution. It will install itself into .usr/local/lib/perl5, usr/local/man, and /usr/local/bin.
- you're done.
If you wish to build from sources, do the following:
- unpack the original source distribution from cpan.org in /usr/local/src
- copy perl5.005_03-static-patch into /usr/local/src/perl5.005_03/
- cd /usr/local/src/perl5.005_03
- NT only: chmod -R +w *
- patch -p1 < perl5.005_03-static-patch
- read perl5.005_03/cygwin32/build-instructions.READFIRST
Or, download the patched source and just do steps #1 and #6.
perl5.005_03-cygwinb20-static-no-modules.tar.bz2
Binary: Download *3 289 088 bytes*
Checksum for binary: Download
Patched source: Download *3 045 721 bytes*
Checksum for patched source: Download
Patch: Download *13 034 bytes*
Checksum for patch: Download
Original Source: http://www.cpan.org/src/5.0/perl5.005_03.tar.gz
perl5.005_03-cygwinb20-static.tar.bz2
Binary: Download *3 606 721 bytes*
Checksum for binary: Download
Patched source: Download *3 045 721 bytes* Note that this is the same source as the "no-modules" version. The only difference between the two binaries is that after building perl itself, several modules were built and perl was relinked to include them.
Checksum for patched source: Download Same as "no-modules"
Patch: Download *13 034 bytes* Same as "no-modules"
Checksum for patch: Download Same as "no-modules"
Original Source: http://www.cpan.org/src/5.0/perl5.005_03.tar.gz
Modules
- String-CRC-1.0 Download Builds out of the box.
- Data-ShowTable-3.3 Download Builds out of the box.
- DBI-1.08 Download Builds out of the box.
- Msql-Mysql-modules-1.2017 Download You must have Msql or Mysql installed and running before building this module - and you need to patch some header files in Msql.
- Msql-2.0.5-cygwinb20.patch Download Apply this to Msql AFTER building it, but before building the Msql-Mysql-module.
B20 Home
Obsolete CygUtils Home
Last modified: Fri Feb 18 16:36:38 Eastern Standard Time 2000