From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] net: fix build error Date: Thu, 18 Jan 2018 08:38:30 +0100 Message-ID: <7347756.cFi570UBhb@xps> References: <20180118030921.GW29540@yliu-mob> <1516245283-23990-1-git-send-email-yliu@fridaylinux.org> <1516245283-23990-2-git-send-email-yliu@fridaylinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Xiao Wang , Ferruh Yigit , Olivier Matz To: Yuanhan Liu Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B141B1B1A7 for ; Thu, 18 Jan 2018 08:39:06 +0100 (CET) In-Reply-To: <1516245283-23990-2-git-send-email-yliu@fridaylinux.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/01/2018 04:14, Yuanhan Liu: > Fix build error when shared lib is enabled: > > LD librte_net.so.1.1 > rte_arp.o: In function `rte_net_make_rarp_packet': > rte_arp.c:(.text+0x1f0): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x21d): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x2d5): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x384): undefined reference to `rte_mempool_ops_table' > rte_arp.c:(.text+0x4b7): undefined reference to `rte_mempool_ops_table' This is very strange, I do not see this error on my machine.