On 29.09.2010 20:24, Oscar Soriano Riera wrote:
>
> Hi
> I try to install libpcap git, But i cant install:
>
> I Do #./CONFIGURE
> perfect
>
> But when i do make the error is the next one:
>
> MAKE: *** NO HAY
> NINGUNA REGLA PARA CONSTRUIR EL OBJETIVO `@DECT_SRC@', NECESARIO PARA
> `LIBPCAP.A'. ALTO.
>
> In the makefile:
> PSRC = pcap-linux.c pcap-usb-linux.c
> @DECT_SRC@
>
> I do a modification of Makefile and change @DECT_SRC@ to
> libdect.c , but the same failed error.
>
> What is this value ?
You might need to run autoreconf before configure. If that doesn't
help, please post the configure output (in english).