Opened 21 years ago

Closed 20 years ago

#690 closed defect (fixed)

Perl Chapter 5 static extension improvements.

Reported by: greg@… Owned by: lfs-book@…
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.

Change History (1)

comment:1 by greg@…, 20 years ago

Resolution: fixed
Status: newclosed

Re-tested with latest perl-5.8.2. All good, comitted. Closing.

Note: See TracTickets for help on using tickets.