From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 14:04:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4871065672 for ; Sat, 21 Feb 2009 14:04:53 +0000 (UTC) (envelope-from pedroberrocal@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFB48FC19 for ; Sat, 21 Feb 2009 14:04:52 +0000 (UTC) (envelope-from pedroberrocal@gmail.com) Received: by nf-out-0910.google.com with SMTP id e27so205624nfd.33 for ; Sat, 21 Feb 2009 06:04:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=vb1Nr5P9rLN3mA1BPPNYohvIMTny7OzvXGmZHyvFECc=; b=c1/RdV8/EnhJ08CDuKtDi0jqOsXxGvp/6bnkZHWM2vtHZ0aZOJJZjtGEFfzwtpsYpk VjRVNzcgPkZIPBDzUv5ASA/uDBHdq+Q2MuQpfTw4LeCu9yecMjjwwTwccGD2+n8AByM4 bHwBl6OFgBlrjeIgo8dnF9EyNeCSYjBmxJXsw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=gJlkXO0TzFOf1oN1wnjSi+k34Jxu2Q/pIFy85LAK/JuRj3OnhYeXfjmYKXoYiO34bF NbtBwFuZhAXodwlQas622JPpV7SAwm4ofG1HDcJkQAT2QLUlSrxqrC5hHKssbtLtkz4n vZuEqgt4ex63QcbXMRhF4ov3zOGi/Q9XdzYAM= MIME-Version: 1.0 Received: by 10.210.58.17 with SMTP id g17mr1588820eba.149.1235223703279; Sat, 21 Feb 2009 05:41:43 -0800 (PST) Date: Sat, 21 Feb 2009 13:41:43 +0000 Message-ID: From: daemon To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel compile problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daemon@crypt.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 14:04:53 -0000 Hi, I try to build a 7.1 kernel but when i does # make depend && make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks!