jkorell/iperf

Dependency on sendfile breaks compatibility with older platforms.

Closed this issue · 3 comments

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

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

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

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

  • Changed state: Fixed