HiŁ¬all            I want to compile librte_eal with static link of libc.a.      I have tried to add       LDLIBS += -Wl,-Bstatic -lc -Wl,-Bdynamic     in dpdk-19.11/lib/librte_eal/linux/eal/Makefile      compile ok, but my program meet SIGSEGV when start.      core dump at getauxval()...      So i wanna ask how to make compile with static link of libc work.      Any help will be highly appreciated.