On Mon, Jun 7, 2021 at 5:37 PM Prashanth Fernando <[email protected]> wrote: > > Update: > Had few issues with DPDK 20.11 in Centos-7. > > > * Installing Mellanox libverbs somehow affects the cflags and ldflags > for dpdk libdpdk.pc > * pkg-config from the installed target was also incorrect. > > Manually updating libdpdk.pc to include the static libraries under > -Wl,--whole-archive and -Wl,--no-whole-archive
This is a known issue with pkg-config 0.27. See: https://doc.dpdk.org/guides/linux_gsg/sys_reqs.html?highlight=pkg%20config#building-dpdk-applications -- David Marchand
