-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208834 | 8u201 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8201501 | 8u192 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8216634 | emb-8u201 | Kevin Walls | P4 | Resolved | Fixed | master |
I believe this was introduced with JDK-8035495 as I know it changed recently. The workaround is to change working dir to /cygdrive/c/cygwin/home/user.
Example failure:
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking if fixpath can be created... yes
checking if fixpath.exe works... no
Microsoft (R) C/C++ Optimizing Compiler Version 16.00.40219.01 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9002 : ignoring unknown option '/home/jprtadm/erik/jdk9-dev/common/src/fixpath.c'
cl : Command line error D8003 : missing source filename
configure: error: fixpath did not work!
configure exiting with result code 1
Example failure:
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking if fixpath can be created... yes
checking if fixpath.exe works... no
Microsoft (R) C/C++ Optimizing Compiler Version 16.00.40219.01 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9002 : ignoring unknown option '/home/jprtadm/erik/jdk9-dev/common/src/fixpath.c'
cl : Command line error D8003 : missing source filename
configure: error: fixpath did not work!
configure exiting with result code 1
- backported by
-
JDK-8201501 Configure fails in cygwin if current dir is in /home/user
-
- Resolved
-
-
JDK-8208834 Configure fails in cygwin if current dir is in /home/user
-
- Resolved
-
-
JDK-8216634 Configure fails in cygwin if current dir is in /home/user
-
- Resolved
-
- relates to
-
JDK-8035495 Improvements in autoconf integration
-
- Resolved
-