[Tcpick-project] cross compiling tcpick for android..
Status: Beta
Brought to you by:
duskdruid
From: Okeyo D. <dan...@gm...> - 2015-01-02 09:04:50
|
hello i am trying to cross compile tcpick for android .however i am getting errors especially...................... checking dependency style of arm-linux-gnueabi-gcc... gcc3 checking for pcap_loop in -lpcap... no configure: error: Latest libpcap libraries required; see INSTALL doc for more info ................. here is a full output ....... dan@dan-Inspiron-3537:~$ export CC=arm-linux-gnueabi-gcc dan@dan-Inspiron-3537:~$ cd tcpick dan@dan-Inspiron-3537:~/tcpick$ ls tcpick-0.2.1 tcpick-0.2.1.tar.gz dan@dan-Inspiron-3537:~/tcpick$ cd tcpick-0.2.1 dan@dan-Inspiron-3537:~/tcpick/tcpick-0.2.1$ ./configure --host=arm-linux configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for arm-linux-strip... no checking for strip... strip checking for arm-linux-gcc... arm-linux-gnueabi-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-linux-gnueabi-gcc accepts -g... yes checking for arm-linux-gnueabi-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of arm-linux-gnueabi-gcc... gcc3 checking for pcap_loop in -lpcap... no configure: error: Latest libpcap libraries required; see INSTALL doc for more info dan@dan-Inspiron-3537:~/tcpick/tcpick-0.2.1$ |