Julien Nadeau <[EMAIL PROTECTED]> writes:

> 
> Is /mingw/lib in your $PATH? It does not contain any executables so
> it shouldn't be. The value of $PATH is usually set by /etc/profile.
> 


This is what etc/profile has for the path:

if [ $MSYSTEM == MINGW32 ]; then
  export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH"
else
  export PATH=".:/usr/local/bin:/bin:/mingw/bin:$PATH"
fi


And here's what gets printed out with echo:

$ echo $PATH
..:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS
/System32/Wbem:/c/Program Files/ATI Technologies/ATI.ACE/Core-Static:
c/FreeBasic:/usr/bin:/mingw/lib:/c/Program Files/TortoiseSVN/bin:/c/Program 
Files/QuickTime/QTSystem/:/c/swig




_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to