help, please

Corinna Vinschen vinschen@cygnus.com
Thu Jul 27 04:13:00 GMT 2000


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



More information about the Cygwin mailing list