From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: Bret Comstock Waldow Cc: cygwin@sourceware.cygnus.com Subject: Re: help, please Date: Thu, 27 Jul 2000 04:13:00 -0000 Message-id: <39801936.930ABE89@cygnus.com> References: <20000726142325.26120.qmail@web119.yahoomail.com> <39801166.E209E59@compuserve.com> X-SW-Source: 2000-07/msg01051.html 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