Closed GoogleCodeExporter closed 9 years ago
Original comment by bltier...@es.net
on 23 Jul 2013 at 6:03
I just checked, my Ubuntu machine also prints
awk --version
GNU Awk 4.0.1
So it must be something else than gawk that is causing those troubles.
Original comment by kaef...@gmail.com
on 23 Jul 2013 at 8:18
Just sucessfully configured & compiled on an ARM-based Raspberry Pi, so this
doesn't look like an ARM (byte order) issue.
Original comment by jef.posk...@gmail.com
on 16 Aug 2013 at 8:26
For the records: The sed implementation is the issue.
I could workaround this using:
ipkg install sed -force-reinstall
export PATH=/opt/bin:$PATH
Original comment by bento...@gmail.com
on 11 Sep 2013 at 9:42
[deleted comment]
Thanks for the hint with sed! Now I can compile it, but when I try to run in
server mode (didn't try client yet) it only prints me usage information like I
called it wrong..?
[~/iperf-3.0b5/src] # ./iperf3 --version
Linux BLECHNAS 2.6.33.2 #1 Fri Apr 26 07:56:15 CST 2013 armv5tel unknown
iperf version 3.0-BETA5 (28 March 2013)
[~/iperf-3.0b5/src] # ./iperf3 --server
Usage: iperf [-s|-c host] [options]
...
Original comment by kaef...@gmail.com
on 13 Sep 2013 at 8:45
This is almost certainly the signed/unsigned char issue with getopt. We fixed
it in May, so the 28 March version would not have had the fix. Retry with a
current version?
Original comment by jef.posk...@gmail.com
on 5 Nov 2013 at 5:25
closing, since should be fixed, and we dont have a way to test.
Original comment by bltier...@es.net
on 9 Nov 2013 at 6:56
Original issue reported on code.google.com by
kaef...@gmail.com
on 17 Jul 2013 at 6:59