On Sat, Mar 28, 2015 at 7:00 PM, Mirko Vukovic <[email protected]> wrote: > > > On Fri, Mar 27, 2015 at 8:41 AM, Alexey Pavlov <[email protected]> > wrote: >> >> >> 27 марта 2015 г., в 15:28, Mirko Vukovic <[email protected]> >> написал(а): >> >> >> >> On Fri, Mar 27, 2015 at 8:01 AM, David Macek <[email protected]> >> wrote: >>> >>> On 27. 3. 2015 12:21, Mirko Vukovic wrote: >>> > /e/external-libraries/interp2d >>> >>ls /usr/share/cmake >>> > /bin/ls: cannot access /usr/share/cmake: No such file or directory >>> >>> Can you `ls /usr/share/cmake-3.1.2` instead? >>> >>> -- >>> David Macek >>> >>> >>> >> >> Sorry. There is no cmake-3.1.2 in /usr/share. >> >> >> >> Show output of: >> >> echo $PATH >> >> which cmake >> >> Regards, >> Alexey. >> >> > > > > $ echo $PATH | tr : \\n > .
Why is "." at the front of your PATH? Don't do this, countless things will break. > /mingw64/bin > /usr/local/bin > /usr/bin > /bin > /c/Program Files (x86)/Common Files/Intel/Shared > Libraries/redist/intel64/compiler > /c/Windows/system32 > /c/Windows > /c/Windows/System32/Wbem > /c/Windows/System32/WindowsPowerShell/v1.0 > /c/Program Files/MiKTeX 2.9/miktex/bin/x64 > /c/QtHFS/4.8.0/bin > /e/gnuplot5/bin > /c/Users/977315/AppData/Roaming/MiKTeX/2.9/miktex/bin/x64 > /c/cygwin64/bin > /c/cygwin/bin > /e/nilibdc/dev/bin/64-bit > /mingw64/lib > /mingw64/bin > /usr/bin/site_perl > /usr/bin/vendor_perl > /usr/bin/core_perl > /c/Users/977315 > > $ which cmake > /mingw64/bin/cmake > /c/Users/977315 > > $ cygpath -w `which cmake` > E:\msys64\mingw64\bin\cmake > /c/Users/977315 >> > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
