delorie.com/archives/browse.cgi | search |
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 AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |