From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gal Sagie Subject: Unable to compile DPDK 2.1 Date: Mon, 12 Oct 2015 11:19:45 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: "" Return-path: Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by dpdk.org (Postfix) with ESMTP id 288948E7D for ; Mon, 12 Oct 2015 10:19:46 +0200 (CEST) Received: by lbbck17 with SMTP id ck17so14883788lbb.1 for ; Mon, 12 Oct 2015 01:19:45 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello all, I was trying to help someone compile DPDK2.1 on Ubuntu 14.04, we were following the instructions on http://www.dpdk.org/doc/quick-start We installed libpcap using "sudo apt-get install libpcap-dev" When starting the 'make' the following error occured: /usr/bin/ld: skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.8/../../../libpcap.so when searching for -lpcap /usr/bin/ld: skipping incompatible //usr/lib/libpcap.so when searching for -lpcap /usr/bin/ld: cannot find -lpcap Anyone can please help with this? Thanks Gal.