Are you using cygwin?

ISTR there's an extra parameter required for compilation to work on cygwin.
I forget what it is, but a dig through the make file should turn it up.

Greg


On 22 November 2013 07:30, Vijay Kumar <[email protected]> wrote:

> Hi
> I want to have pcap support hence executing
>
>
>    - *With PCAP play
>    <http://sipp.sourceforge.net/doc/reference.html#pcapplay> support*:
>
>    # tar -xvzf sipp-xxx.tar.gz
>                # cd sipp
>                # ./configure --with-pcap
>                # make
>
>
>
> But when i execute ./configure --with-pcap iam geting following errors.
>
> vj@vj-PC /home/sipp-3.3
> $ ./configure --with-pcap
> checking build system type... i686-pc-cygwin
> checking host system type... i686-pc-cygwin
> checking target system type... i686-pc-cygwin
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.exe
> checking for suffix of executables... .exe
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for initscr in -lcurses... yes
> checking for pthread_mutex_init in -lpthread... yes
> checking for library containing dlopen... none required
> checking for library containing dlerror... none required
> checking for library containing dlsym... none required
> checking for library containing inet_addr... none required
> checking for library containing inet_ntoa... none required
> checking for library containing pthread_mutex_init... none required
> checking for library containing pthread_mutex_destroy... none required
> checking for library containing pthread_mutex_lock... none required
> checking for library containing pthread_mutex_unlock... none required
> checking for library containing pthread_self... none required
> checking for library containing pthread_cancel... none required
> checking for library containing pthread_join... none required
> checking for library containing pthread_attr_init... none required
> checking for library containing pthread_attr_setstacksize... none required
> checking for library containing pthread_create... none required
> checking for library containing pthread_attr_destroy... none required
> checking for library containing pthread_setschedparam... none required
> checking for library containing pthread_setcancelstate... none required
> checking for library containing pthread_setcanceltype... none required
> checking for library containing pthread_exit... none required
> checking for library containing pthread_sigmask... none required
> checking for library containing floor... none required
> checking for library containing pow... none required
> checking for library containing htons... none required
> checking for library containing ntohs... none required
> checking for library containing bind... none required
> checking for library containing freeaddrinfo... none required
> checking for library containing getaddrinfo... none required
> checking for library containing listen... none required
> checking for library containing recvfrom... none required
> checking for library containing shutdown... none required
> checking pcap.h usability... no
> checking pcap.h presence... no
> checking for pcap.h... no
> *configure: error: <pcap.h> header missing*
>
> Can you please guide me helping me how to fix it.
>
> Regards
> Vijay
>
>
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up
> now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to