https://bugs.dpdk.org/show_bug.cgi?id=359
Bug ID: 359 Summary: Makefile calls 'pkg-config --path' Product: DPDK Version: 19.08 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: kn...@myopendoor.de Target Milestone: --- The examples e.g. bond test first via pkg-config where to find the SDK. Later in the script pkg-config is called with the path option: PC_FILE := $(shell $(PKGCONF) --path libdpdk) But '--path' is not a valid option to pkg-config. Result: make fails. See e.g. https://www.commandlinux.com/man-page/man1/pkg-config.1.html -- You are receiving this mail because: You are the assignee for the bug.