From owner-freebsd-questions Wed Nov 5 07:22:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA15190 for questions-outgoing; Wed, 5 Nov 1997 07:22:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA15182 for ; Wed, 5 Nov 1997 07:21:55 -0800 (PST) (envelope-from mouth@ibm.net) Received: from slip129-37-53-97.ca.us.ibm.net (slip129-37-53-97.ca.us.ibm.net [129.37.53.97]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id PAA29998 for ; Wed, 5 Nov 1997 15:21:18 GMT From: mouth@ibm.net (John Kelly) To: questions@FreeBSD.ORG Subject: Re: question Date: Wed, 05 Nov 1997 16:22:37 GMT Message-ID: <3460990c.152757135@smtp-gw01.ny.us.ibm.net> References: In-Reply-To: X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAA15184 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Nov 1997 08:31:20 +0000 (GMT), Eddy Deegan wrote: >You can, but your path probably doesn't look in the current directory for >them. Type: > >% ./a.out > >instead of just plain vanilla 'a.out' and it will probably work. One of my first changes after an install is PATH in .profile, where I add a colon to the front of the path so that my current directory is found in my path. Why doesn't .profile have it that way by default? It seems to me that you would want to look in the current directory first. John