How to install make in Cygwin


Read more:
How to install cygwin
How to add packages after install Cygwin

Installation:

apt-cyg install make

cygwin install make

Result:

$ apt-cyg install make
Installing make
--2016-08-20 21:28:50--  http://cygwin.mirror.constant.com//x86_64/release/make/make-4.1-1.tar.xz
Resolving cygwin.mirror.constant.com (cygwin.mirror.constant.com)... 108.61.5.83
Connecting to cygwin.mirror.constant.com (cygwin.mirror.constant.com)|108.61.5.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 422916 (413K) [application/octet-stream]
Saving to: ‘make-4.1-1.tar.xz’

make-4.1-1.tar.xz   100%[===================>] 413,00K  79,7KB/s    in 5,2s

2016-08-20 21:28:59 (79,7 KB/s) - ‘make-4.1-1.tar.xz’ saved [422916/422916]

make-4.1-1.tar.xz: OK
Unpacking...
Package make requires the following packages, installing:
cygwin libguile17 libintl8
Package cygwin is already installed, skipping
Installing libguile17
--2016-08-20 21:29:00--  http://cygwin.mirror.constant.com//x86_64/release/guile/libguile17/libguile17-1.8.8-1.tar.bz2
Resolving cygwin.mirror.constant.com (cygwin.mirror.constant.com)... 108.61.5.83
Connecting to cygwin.mirror.constant.com (cygwin.mirror.constant.com)|108.61.5.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 623897 (609K) [application/octet-stream]
Saving to: ‘libguile17-1.8.8-1.tar.bz2’

libguile17-1.8.8-1. 100%[===================>] 609,27K   102KB/s    in 6,0s

2016-08-20 21:29:07 (102 KB/s) - ‘libguile17-1.8.8-1.tar.bz2’ saved [623897/623897]

libguile17-1.8.8-1.tar.bz2: OK
Unpacking...
Package libguile17 requires the following packages, installing:
bash cygwin libcrypt0 libgmp10 libintl8 libltdl7
Package bash is already installed, skipping
Package cygwin is already installed, skipping
Package libcrypt0 is already installed, skipping
Package libgmp10 is already installed, skipping
Package libintl8 is already installed, skipping
Installing libltdl7
--2016-08-20 21:29:09--  http://cygwin.mirror.constant.com//x86_64/release/libtool/libltdl7/libltdl7-2.4.6-3.tar.xz
Resolving cygwin.mirror.constant.com (cygwin.mirror.constant.com)... 108.61.5.83
Connecting to cygwin.mirror.constant.com (cygwin.mirror.constant.com)|108.61.5.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 13888 (14K) [application/octet-stream]
Saving to: ‘libltdl7-2.4.6-3.tar.xz’

libltdl7-2.4.6-3.ta 100%[===================>]  13,56K  --.-KB/s    in 0,002s

2016-08-20 21:29:10 (5,89 MB/s) - ‘libltdl7-2.4.6-3.tar.xz’ saved [13888/13888]

libltdl7-2.4.6-3.tar.xz: OK
Unpacking...
Package libltdl7 requires the following packages, installing:
cygwin
Package cygwin is already installed, skipping
Package libintl8 is already installed, skipping
Package make installed

Leave a Reply