ikshwak / iperf

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

iperf3 not building on FreeBSD #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

When I try to build on FreeBSD (www-eng9.es.net), I get this error:

(doing ./configure; make)

/usr/bin/ld: cannot find -lgcc_eh_p

Original issue reported on code.google.com by bltier...@gmail.com on 21 Aug 2010 at 4:02

GoogleCodeExporter commented 8 years ago
another confirm here

web# uname -a
FreeBSD XXXX 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009   
  root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

# make
Making all in src
make  all-am
/usr/bin/cc -DHAVE_CONFIG_H -I.      -g -O2 -MT iperf_util.o -MD -MP -MF 
.deps/iperf_util.Tpo -c -o iperf_util.o iperf_util.c
iperf_util.c:24:2: warning: #warning DOING SOMETHING
mv -f .deps/iperf_util.Tpo .deps/iperf_util.Po
rm -f libiperf.a
ar cru libiperf.a iperf_api.o iperf_error.o  iperf_client_api.o 
iperf_server_api.o  iperf_tcp.o iperf_udp.o iperf_util.o  locale.o net.o 
tcp_info.o  tcp_window_size.o timer.o units.o 
ranlib libiperf.a
/usr/local/bin/bash ../libtool --tag=CC    --mode=link /usr/bin/cc -g -Wall -g 
-O2    -o iperf3 iperf3-main.o libiperf.a 
libtool: Version mismatch error.  This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
*** Error code 63

Stop in /usr/home/sc/iperf-3.0b4/src.
*** Error code 1

Stop in /usr/home/sc/iperf-3.0b4/src.
*** Error code 1

Stop in /usr/home/sc/iperf-3.0b4.
Press any key to continue...

Original comment by sergiu.c...@gmail.com on 18 Feb 2011 at 9:35

GoogleCodeExporter commented 8 years ago
I have FreeBSD 9.0, everything is OK.

Original comment by g.shu...@gmail.com on 2 Oct 2012 at 6:05

GoogleCodeExporter commented 8 years ago

Original comment by bltier...@es.net on 12 Mar 2013 at 10:32