ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.9 by root, Mon May 8 17:10:27 2006 UTC vs.
Revision 1.10 by root, Thu Oct 26 16:28:33 2006 UTC

29 29
30 autoconf::run_script() 30 autoconf::run_script()
31 and die "\nconfigure failed, check it's output above and autoconf/config.log\n\n"; 31 and die "\nconfigure failed, check it's output above and autoconf/config.log\n\n";
32} 32}
33 33
34if ($^O =~ /linux/ && $Config{usemymalloc} eq "y") {
35 print <<EOF;
36
37***
38*** WARNING:
39***
40*** Your perl uses it's own memory allocator (-Dusemymalloc=y),
41*** which is known not to be threadsafe on GNU/Linux and probably
42*** other platforms (even when not used concurrently, it trashes
43*** the data structures of the system malloc running concurrently),
44*** for perls up to 5.8.8 and possibly later versions.
45***
46*** If you are unsure wether your perl has been fixed, your system
47*** is safe for other reasons, or you experience spurious segfaults,
48*** please compile your perl with -Dusemymalloc=n.
49***
50
51EOF
52}
53
34my $mm = MM->new({ 54my $mm = MM->new({
35 dist => { 55 dist => {
36 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 56 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
37 COMPRESS => 'gzip -9v', 57 COMPRESS => 'gzip -9v',
38 SUFFIX => '.gz', 58 SUFFIX => '.gz',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines