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

Comparing Linux-AIO/Makefile.PL (file contents):
Revision 1.7 by root, Wed Jun 29 15:51:34 2005 UTC vs.
Revision 1.8 by root, Fri Jul 8 03:10:00 2005 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use Config; 3use Config;
4 4
5$Config{cppsymbols} =~ /__i386=1/ or print <<EOF; 5print <<EOF;
6 6
7WARNING: This module is architecture-dependent and currently only 7WARNING: This module is architecture-dependent and will not likely work
8 tested on some architectures. If the module (esp. aio_read and 8 on lesser-used architectures (see Changes). If the module (esp.
9 aio_write) doesn't work, please report this and I'll fix it for 9 aio_read and aio_write) doesn't work, please report this and I'll
10 you. I promise ;) 10 fix it for you. I promise ;)
11 11
12EOF 12EOF
13 13
14$Config{osvers} >= 2.4 or print <<EOF; 14$Config{osvers} >= 2.4 or print <<EOF;
15 15
16WARNING: This module requires 64 bit file offset functionality only found 16WARNING: This module requires 64 bit file offset functionality only found
17 in linux-2.4 and later You might still compile this module on older linuxes, 17 in linux-2.4 and later. You can still compile this module on
18 but it won't run. 18 older linuxes, but it won't run.
19 19
20DEVELOPERS: It is not difficult to get rid of this limitation, ask me and I'll tell 20DEVELOPERS: It is not difficult to get rid of this limitation, ask me and
21 you what you need to change (and test, so I can add it!). 21 I'll tell you what you need to change (and test, so I can add it!).
22 22
23EOF 23EOF
24 24
25my $mm = MM->new({ 25my $mm = MM->new({
26 dist => { 26 dist => {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines