From owner-freebsd-ports@FreeBSD.ORG Sat Oct 29 11:08:18 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0965716A420 for ; Sat, 29 Oct 2005 11:08:18 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490D343D46 for ; Sat, 29 Oct 2005 11:08:17 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so530729nzk for ; Sat, 29 Oct 2005 04:08:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=oijfINI6+eef+hf907ivZ1l2RsmjAPrcIC2wvqucfd9ptbtmExwHiaoTi+sJFjKbwgB/4hQ+RqnrqAHCbdioSm3mI8P7WfTMPyT4pxeyYZmt6vKmKqZZgpQM2B3j5zy0Y4PMezeJ5fXd2JB56KRVbYV45kelZUpL3Bjm9Y9NBjg= Received: by 10.36.134.1 with SMTP id h1mr1316894nzd; Sat, 29 Oct 2005 04:08:16 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id i5sm917800nzi.2005.10.29.04.08.15; Sat, 29 Oct 2005 04:08:16 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-ports@freebsd.org Date: Sat, 29 Oct 2005 04:10:04 -0700 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510290410.06061.ringworm01@gmail.com> Cc: Jesse Encarnacion , ports@freebsd.org Subject: Re: newbie here please answer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 11:08:18 -0000 On Saturday 29 October 2005 03:42, Jesse Encarnacion wrote: > i have already installed freebsd on my system. > i already started x windows with startx command. and runned successfully. > after then, i installed xchat like goin to the port and then make a make > install clean <-- command > and then. it was a successfull intallation. > typing "xchat" would run the program right? or is there missing commands > or sumthing? > when i type xchat: > the response is xchat:command not found. > please reply... thank you. type rehash first if your shell is csh so it can find xchat. -Mike