Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
cygwin windows
-
b113
-
x86_64
-
windows_7
Description
.......
configure: Testing potential make at /usr/bin/make, found using make in PATH
configure: Found GNU make at /usr/bin/make, however this is not version 3.81 or
later. (it is: GNU Make 4.0). Ignoring.
configure: error: Cannot find GNU make 3.81 or newer! Please put it in the path,
or add e.g. MAKE=/opt/gmake3.81/make as argument to configure.
configure exiting with result code 1
% make -v
GNU Make 4.0
Built for i686-pc-cygwin
Copyright (C) 1988-2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
configure: Testing potential make at /usr/bin/make, found using make in PATH
configure: Found GNU make at /usr/bin/make, however this is not version 3.81 or
later. (it is: GNU Make 4.0). Ignoring.
configure: error: Cannot find GNU make 3.81 or newer! Please put it in the path,
or add e.g. MAKE=/opt/gmake3.81/make as argument to configure.
configure exiting with result code 1
% make -v
GNU Make 4.0
Built for i686-pc-cygwin
Copyright (C) 1988-2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Attachments
Issue Links
- relates to
-
JDK-8027068 Update to NewMakefile.gmk check of MAKE_VERSION broke jdk8-build nightly builds on windows, saying 3.82.90 is too low
- Closed