|
From: Axel R. <ax...@fr...> - 2003-05-01 23:30:29
|
>On Cygwin shell, do this: > >$ export PATH=/c/mingw/bin:$PATH > >$ gcc -v > >(Replace "/c/mingw/bin" with the correct path for your mingw >installation) > >Now it should work. yes, it's work, but how have the good path always ? It's try to change the "profile" file (in the etc directory) but I didn't sucess... >$ file /usr/bin/gcc sh-2.04$ file /usr/bin/gcc sh: file: command not found >$ ls -l /usr/bin/gcc sh-2.04$ ls -l /usr/bin/gcc -rwxr-xr-x 1 Axel584 Administ 87040 Sep 7 2002 /usr/bin/gcc sh-2.04$ thank you, Axel - 584 |