diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-12 16:02:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-12 16:02:48 +0000 |
commit | c19ccd8cd84fc5170f8a08f720235beb89874264 (patch) | |
tree | 68a4c62f29ad00494ced94a743829a3be10af169 /INSTALL | |
parent | f4ce0e6d2e0f5f73920d7759f21665ad97fec637 (diff) | |
download | perl-c19ccd8cd84fc5170f8a08f720235beb89874264.tar.gz |
Mention NO_MATHOMS in INSTALL
p4raw-id: //depot/perl@32618
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2450,6 +2450,13 @@ use something like the below (The 'strace' is Linux-specific, other similar utilities include 'truss' and 'ktrace'.) +=head2 C<-DNO_MATHOMS> + +If you configure perl with C<-Accflags=-DNO_MATHOMS>, the functions from +F<mathoms.c> will not be compiled in. Those functions are no longer used +by perl itself; for source compatibility reasons, though, they weren't +completely removed. + =head1 DOCUMENTATION Read the manual entries before running perl. The main documentation |