> When I run (as root) the following:
> 
> ./configure 
> gmake ./Makefile
> 
> routines.  They do not indicate any errors but then does not produce
> libpcap.a .

"gmake ./Makefile" is a command that tells gmake to produce
"./Makefile", not a command that tells it to produce "libpcap.a". :-)

If you want to tell gmake to *use* "./Makefile" as the Makefile for the
build, you'd do

        gmake -f ./Makefile

but that shouldn't be necessary - gmake should *default* to using
"Makefile" as the Makefile, unless there's also a file named "makefile",
in which case it *might* pick that instead.
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to