From owner-freebsd-questions@FreeBSD.ORG Thu Jan 25 06:39:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2F3216A4A5 for ; Thu, 25 Jan 2007 06:39:55 +0000 (UTC) (envelope-from duzuike@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8FA13C44C for ; Thu, 25 Jan 2007 06:39:55 +0000 (UTC) (envelope-from duzuike@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so393545wxc for ; Wed, 24 Jan 2007 22:39:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FnIFhBMvL9olWRbq/kT1kDMYUNncsORUGDxX4lM0IN42cDVyrEZr/iTLd5bV894dX46Jw3SyEVJC9RVL4l5V9ibBkwD0jAL1jyHygpdRDtd4B04/f05ItgtALOiYQBirWrU39HpJaWIxdDvEcjfaJ0pFPCFN9SmiHfjL3oV1l+4= Received: by 10.90.98.10 with SMTP id v10mr1810504agb.1169705652706; Wed, 24 Jan 2007 22:14:12 -0800 (PST) Received: by 10.90.87.3 with HTTP; Wed, 24 Jan 2007 22:14:12 -0800 (PST) Message-ID: <2961e5a80701242214v21b115ecg2f9f7c7d37f98c47@mail.gmail.com> Date: Thu, 25 Jan 2007 14:14:12 +0800 From: "w wg" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: lua ports install 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: Thu, 25 Jan 2007 06:39:55 -0000 Hi,all When I run 'make install' to install the lua ports, I got the following error message: cd: can't cd to src But the src directory is there, I can cd to it by typing ' cd src' at the BASH command line. Then, I download the lua source and try to run 'make bsd', the error is same. I want to know weather FreeBSD refuse cd command in a Makefile ? Can anybody explains for me? Thank you. -- WenGe Wang