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.7 by root, Tue Aug 30 15:45:10 2005 UTC vs.
Revision 1.8 by root, Wed Feb 1 23:43:17 2006 UTC

5require "autoconf.pm"; 5require "autoconf.pm";
6 6
7if ($^O =~ /freebsd/i) { 7if ($^O =~ /freebsd/i) {
8 print <<EOF; 8 print <<EOF;
9 9
10This package seems to deadlock under FreeBSD. As documentation on FreeBSD 10This package seems to deadlock or otherwise misbehave under FreeBSD. As
11threading is sorely lacking and confusing, I'll just call FreeBSD broken 11documentation on FreeBSD threading is sorely lacking and confusing, I'll
12with regards to threading. 12just call FreeBSD broken with regards to threading.
13 13
14If you get it to work, tell me how (maybe you need to specify magical link 14If you find out whats wrong, please tell me.
15flags despite man pthread telling me otherwise, maybe yo need special 15
16library, maybe you need magical preprocessor symbols, maybe you need to 16Some people had luck with using OPTIMIZE=-O instead of -O2, so you might
17recompile or re-link perl with threads enabled (a bad idea) - I have no 17want to try that.
18idea, and I no longer care). Or maybe I do, but am frustrated about the
19continous "we are different=broken" attitude.
20 18
21EOF 19EOF
22} 20}
23 21
24autoconf::run_script() 22autoconf::run_script()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines