From owner-freebsd-questions@FreeBSD.ORG Wed Nov 2 18:45:49 2011 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 7958B106564A for ; Wed, 2 Nov 2011 18:45:49 +0000 (UTC) (envelope-from zantgo@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 370A08FC0A for ; Wed, 2 Nov 2011 18:45:49 +0000 (UTC) Received: by vws11 with SMTP id 11so692703vws.13 for ; Wed, 02 Nov 2011 11:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:content-type:x-mailer:message-id:date:to :content-transfer-encoding:mime-version; bh=WVPssmobFG/9TKF6H+ErFcZg++NdN6SShpV3XvI+jM0=; b=k0qC6WheyJ168CvWB3WnONXSlQ8GIekwmXliJAQrobHWBR1XIJYYKuH9XAAZdG4YL2 LfrJWvAvzsvDMljEdBy1xkHqWAwPgR4AoKYJEXTlrf27ylFtVg5RNsldJhWRioHhKmfM wS1A3Iny+N72ixg4YBtPBQzi5aRomum32Qh0k= Received: by 10.52.64.169 with SMTP id p9mr5666387vds.99.1320259548558; Wed, 02 Nov 2011 11:45:48 -0700 (PDT) Received: from [192.168.0.100] ([190.91.99.158]) by mx.google.com with ESMTPS id et6sm4323506vdc.15.2011.11.02.11.45.42 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Nov 2011 11:45:47 -0700 (PDT) From: Zantgo Content-Type: text/plain; charset=us-ascii X-Mailer: iPod Mail (9A334) Message-Id: <2F2D8B00-E534-4B34-A91F-2CA290086E7E@gmail.com> Date: Wed, 2 Nov 2011 15:45:39 -0300 To: "freebsd-questions@freebsd.org" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Subject: Make buildworld don't run X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2011 18:45:49 -0000 I write "make buildworld", this is the answer: #make buildworld make: don't know how to make buildworld. Stop PS: I use FreeBSD 9.0 RC1, and I try to follow current Zantgo