Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39801936.930ABE89@cygnus.com>
Date: Thu, 27 Jul 2000 13:12:54 +0200
From: Corinna Vinschen <vinschen@cygnus.com>
Reply-To: cygwin <cygwin@sources.redhat.com>
X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Bret Comstock Waldow <bwaldow@compuserve.com>
CC: cygwin@sourceware.cygnus.com
Subject: Re: help, please
References: <20000726142325.26120.qmail@web119.yahoomail.com> <39801166.E209E59@compuserve.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Bret Comstock Waldow wrote:
> D:\CYGWIN\BIN\ID.EXE: *** could not load user32.dll, Win32 error 0
> D:\CYGWIN\BIN\MKDIR.EXE: *** could not load user32.dll, Win32 error 0
> BASH.EXE: cd: /home/: No such file or directory

I guess you have changed your $PATH variable in your .bashrc or
.profile. $PATH _must_ contain the path to your Windows directory
since the system DLL's aren't found otherwise, eg.

export PATH=/usr/bin:/bin:/cygdrive/c/WINDOWS

on a 9X box. For NT/W2K, the Windows as well as the system32 directory
has to be part of $PATH, eg:

export PATH=/usr/bin:/bin:/cygdrive/c/WINNT:/cygdrive/c/WINNT/system32

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

