X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: Subject: RE: path and .exe issue after initial installation Date: Wed, 23 Jan 2008 13:12:46 -0000 Message-ID: <00df01c85dc1$a55c2590$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 23 January 2008 13:06, Shai wrote: > when trying > to run any command I get a "command not found" type result. > Now, if I cd /bin and type the command ./ls.exe I get the list of the > directory, but if I try something like ./cvs.exe .. I get the bash > again. Meaning, no output. > $ /bin/cvs.exe --help also shows no output and just jumps to the next > line in bash. > Any ideas why this fresh install isn't working as expected? Could be an error during install left you with one or more missing files, these symptoms are very typical of a missing DLL. Run "cygcheck /bin/cvs.exe" to find out, it'll tell you if anything's missing. If so, you should be able to fix it by just running setup.exe again and clicking 'next' all the way through without changing the settings; it'll verify your installation and repair/replace anything that's missing. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/