From owner-freebsd-questions@FreeBSD.ORG Thu Apr 1 13:02:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1629916A4CE for ; Thu, 1 Apr 2004 13:02:43 -0800 (PST) Received: from mailgate5.web.de (mailgate5.web.de [217.72.192.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5661B43D1F for ; Thu, 1 Apr 2004 13:02:42 -0800 (PST) (envelope-from VGGOYKMRZDNL@spammotel.com) Received: by mailgate5.web.de (8.11.6p2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id i31L2f402066 for freebsd-questions@FreeBSD.ORG; Thu, 1 Apr 2004 23:02:41 +0200 Received: from 62.227.236.32 by freemailng5103.web.de with HTTP; Thu, 01 Apr 2004 23:02:40 +0200 Date: Thu, 01 Apr 2004 23:02:40 +0200 Message-Id: <377226951@web.de> MIME-Version: 1.0 From: "Guslan" To: freebsd-questions@FreeBSD.ORG Precedence: fm-user Sender: Organization: http://freemail.web.de/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: dhclient crunch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 21:02:43 -0000 Hello! I have problem with crunchgen! I use the FreeBSD 4.9 Realease and will crunch dhclient. I can crunch other progs example sh, ifconfig or mount and have no problems. But dhclient is a big problem for me. I send you my crunchfile.conf: cat > crunchfile.conf << EOF srcdirs /usr/src/contrib/isc-dhcp/client/ progs dhclient EOF crunchgen -m Makefile crunchfile.conf make exit I get message: crunchgen: warning: could not find source directory: crunchfile.conf: dhclient crunchgen: crunchfile.conf: dhclient: warning: could not find any .o files crunchgen: crunchfile.conf: dhclient: ignoring program because of errors Run "make -f Makefile" to build crunched binary. cc -O -pipe -c crunchfile.c cc -static -o crunchfile crunchfile.o strip crunchfile The crunfile make a dump when I it started. Can you help me? Can I crunch dhclient or can't? Thanks for you answer Guslan