]> sjero.net Git - iperf/blob - INSTALL
TCP Congestion Control Module via options
[iperf] / INSTALL
1 $Id: INSTALL,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $
2
3 Platform Specific Notes
4
5 FreeBSD
6
7   If you use a cc or c++ other than the system one, threads may not be
8   detected properly.  To work around this set the following environment 
9   variables:
10
11     setenv CC /usr/bin/cc
12     setenv CXX /usr/bin/c++
13