[ovs-discuss] Error while executing make in OVS

Flavio Leitner fbl at sysclose.org
Fri Dec 26 13:43:59 UTC 2014


On Thursday, December 25, 2014 03:47:35 PM Shankari Vaidyalingam wrote:
> Hi,
> 
> I'm trying to install OVS with DPDK.
> OVS version - 2.3.0
> DPDK - 1.8
> 
> 
> I''m getting the below error while executing make command in the OVS
> directory:
> 
> mv -f $depbase.Tpo $depbase.Po
> /bin/bash ./libtool  --tag=CC   --mode=link gcc -Wstrict-prototypes -Wall
> -Wextra -Wno-sign-compare -Wpointer-arith -Wdeclaration-after-statement
> -Wformat-security -Wno-format-zero-length -Wswitch-enum -Wunused-parameter
> -Wstrict-aliasing -Wbad-function-cast -Wcast-align -Wmissing-prototypes
> -Wmissing-field-initializers  -g -O2    -o utilities/ovs-appctl
> utilities/ovs-appctl.o lib/libopenvswitch.la -lusb-1.0 -l pthread
> libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare
> -Wpointer-arith -Wdeclaration-after-statement -Wformat-security
> -Wno-format-zero-length -Wswitch-enum -Wunused-parameter -Wstrict-aliasing
> -Wbad-function-cast -Wcast-align -Wmissing-prototypes
> -Wmissing-field-initializers -g -O2 -o utilities/ovs-appctl
> utilities/ovs-appctl.o pthread  lib/.libs/libopenvswitch.a -lssl -lcrypto
> -lusb-1.0 -l
> gcc: error: pthread: No such file or directory

You need to install the devel files of libpthread in order to be able to link.

fbl




More information about the discuss mailing list