Hi Meir, On 03/03/2014 08:31 PM, Meir Tseitlin wrote: > The patch did solved compilation errors (Thanks!), but now I am again > experiencing linkage error with executables I had in previous versions > as well: > > LD dump_cfg > /usr/bin/ld: unrecognized option '-Wl' > /usr/bin/ld: use the --help option for usage information > collect2: error: ld returned 1 exit status > make[3]: *** [dump_cfg] Error 1 > make[2]: *** [dump_cfg] Error 2 > make[2]: *** Waiting for unfinished jobs....
Could you please retry with make V=1 ? It will display the full command line. This may be related to the following line in rte.app.mk: LIBPCAP_LDFLAGS ?= $(shell pcap-config --libs). You check the result of "pcap-config --libs" in a shell. Regards, Olivier