From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix underlinking issues of most librte libraries Date: Fri, 20 May 2016 19:08:53 +0200 Message-ID: <7920424.umDpp4ukym@xps13> References: <1463763022-6673-1-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: pmatilai@redhat.com, dev@dpdk.org To: Christian Ehrhardt Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 39FE6B6AB for ; Fri, 20 May 2016 19:08:55 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id a17so181908381wme.0 for ; Fri, 20 May 2016 10:08:55 -0700 (PDT) In-Reply-To: <1463763022-6673-1-git-send-email-christian.ehrhardt@canonical.com> 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" 2016-05-20 18:50, Christian Ehrhardt: > The individual libraries have various cross dependencies. > This is already refelcted in the DEPDIR dependency, but not yet in > proper DT_NEEDED flags in the .so's. > This adds the -l flags so that is properly stored in the .so's ELF > headers. Why not filling LDLIBS by parsing DEPDIRS-y in rte.lib.mk?