This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: help, please


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]