From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: Pcap question Date: Mon, 03 Mar 2014 21:32:52 +0100 Message-ID: <5314E6F4.2090709@6wind.com> References: <5313905E.7000603@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Meir Tseitlin Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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