27 апр. 2014 г., в 19:21, Stephen Leake <[email protected]> 
написал(а):

> I'm just getting started with msys2 and mingw64.
> 
> I've unpacked msys2-base-x86_64-20140216.tar.xz to c:/MinGW64, creating
> c:/MinGW64/msys64/bin etc.
> 
> I'm running c:/MinGW64/msys64/bin/bash.exe, with c:/MinGW64/msys64/bin
> first in PATH.
> 
> I'm trying to install Gnu 'make'. I find it with pacman:
> 
> $ pacman -S -s make
> 
> This shows, among other things:
> 
> mingw64/mingw-w64-x86_64-make 4.0.2289.432cb65-1 (mingw-w64-x86_64-toolchain)
>    GNU make utility to maintain groups of programs
> 
this is mingw version of Make. It contain mingw32-make executable
To install msys-make just run
pacman -S make

Regards,
Alexey.

> So I try to install it:
> 
> $ pacman -S mingw64/mingw-w64-x86_64-make
> resolving dependencies...
> looking for conflicting packages...
> warning: insufficient columns available for table display
> 
> Packages (1) mingw-w64-x86_64-make-4.0.2289.432cb65-1
> 
> 
> :: Proceed with installation? [Y/n] y
> y
> :: Retrieving packages ...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> downloading mingw-w64-x86_64-make-4.0.2289.432cb65-1-any.pkg.tar.xz...
> checking keyring...
> checking package integrity...
> loading package files...
> checking for file conflicts...
> checking available disk space...
> installing mingw-w64-x86_64-make...
> 
> But 'make' is still not there:
> 
> $ type make
> bash: type: make: not found
> stephe@takver$ echo $PATH
> /MinGW64/mingw64/bin:/MinGW64/msys64/bin:/Apps/monotone-1.0:/Apps/Inno_Setup_5:/Python27:/home/stephe/bin:/Apps/GNAT-7.1.2/bin:/Apps/emacs-24.3/bin:/windows/system32
> 
> $ ls /cygdrive/c/MinGW64/msys64/bin/*make*
> /cygdrive/c/MinGW64/msys64/bin/makeinfo
> /cygdrive/c/MinGW64/msys64/bin/makepkg
> /cygdrive/c/MinGW64/msys64/bin/makepkg-mingw
> /cygdrive/c/MinGW64/msys64/bin/makepkg-template
> 
> 
> What am I missing?
> 
> --
> -- Stephe
> 
> ------------------------------------------------------------------------------
> Start Your Social Network Today - Download eXo Platform
> Build your Enterprise Intranet with eXo Platform Software
> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
> Get Started Now And Turn Your Intranet Into A Collaboration Platform
> http://p.sf.net/sfu/ExoPlatform
> _______________________________________________
> Msys2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/msys2-users


------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to