yubin00145865 / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

Dependency on sendfile breaks compatibility with older platforms. #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to build iperf3 on OSX 10.4 (because that happens to run on an 
externally-visible machine, but there is a dependency on sendfile(), which 
doesn't exist on that platform.

Original issue reported on code.google.com by Jack.Jan...@cwi.nl on 7 Jun 2013 at 2:22

GoogleCodeExporter commented 8 years ago
Good to know.  It works in 10.8, so the fix is to figure out what #define OSX 
uses to indicate the version and add that to the #ifdefs guarding the sendfile 
code.

Original comment by jef.posk...@gmail.com on 7 Jun 2013 at 3:00

GoogleCodeExporter commented 8 years ago
Ok I added an ifdef.  Jack, when you get a chance, please check that it now 
compiles on your 10.4 system.

Original comment by jef.posk...@gmail.com on 7 Jun 2013 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@es.net on 23 Jul 2013 at 5:46