[dpdk-dev] Unsupported --no-as-needed flag

2015-06-12 Thread Tom Barbette
This is indeed from my integration (don't want all those EAL stuff), I probably removed too much. it works by adding those two lines in my DPDK makefile before going back to my normal makefile : include $(RTE_SDK)/mk/internal/rte.build-pre.mk override LDFLAGS := $(call linkerprefix,$(LDFLAGS)) T

[dpdk-dev] Unsupported --no-as-needed flag

2015-06-12 Thread Tom Barbette
Hi list, Patch http://dpdk.org/dev/patchwork/patch/1056/ introduced the --no-as-needed flag, however on debian, and another ubuntu host, neither g++ 4.8 or 4.9 know this flag and leads to the error : g++: error: unrecognized command line option ?--no-as-needed? Maybe this comes from a bad inclus

[dpdk-dev] Unsupported --no-as-needed flag

2015-06-12 Thread Gonzalez Monroy, Sergio
On 12/06/2015 11:55, Tom Barbette wrote: > Hi list, > > Patch http://dpdk.org/dev/patchwork/patch/1056/ introduced the > --no-as-needed flag, however on debian, and another ubuntu host, neither > g++ 4.8 or 4.9 know this flag and leads to the error : > > g++: error: unrecognized command line option