Opened 21 years ago
Closed 21 years ago
#690 closed defect (fixed)
Perl Chapter 5 static extension improvements.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
Currently, we do:
chmod u+w hints/linux.sh echo 'static_ext="IO re Fcntl"' >> hints/linux.sh
1) the 're' in the list is not required. 2) the build can be simplified by dropping the above 2 lines and configuring like so:
./configure.gnu --prefix=/tools -Dstatic_ext="IO Fcntl"
Deal with after 5.0 release. Tested with perl-5.8.1.
Note:
See TracTickets
for help on using tickets.
Re-tested with latest perl-5.8.2. All good, comitted. Closing.