jdk8 makefile changes (original) (raw)
Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Tue Aug 14 14:36:02 UTC 2012
- Previous message (by thread): jdk8 makefile changes
- Next message (by thread): webrev failure?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2012-07-10 16:23, Kumar Srinivasan wrote:
It looks like autoconf has messed up.
From the config.log HOSTCC='C:/PROGRA~1/MSVS10/VC/BIN/cl.exe' HOSTCXX='C:/PROGRA~1/MSVS10/VC/BIN/cl.exe' HOSTLD='C:/devtools/cygwin/bin/link.exe' It has picked cl.exe correctly, oopsie on link.exe.
You have not only installed VS10 in a non-standard location, you have also installed Cygwin in a non-standard location. :-) (Default is C:\Cygwin). This is what fooled the configure scripts, which tries to distinguish between the link.exe from cygwin and link.exe from VS.
I have just pushed a change in the build-infra repo that are intended to solve this. I'm not quite sure how it works out in your environment. I'd appreciate if you could take the time to try it out!
/Magnus
- Previous message (by thread): jdk8 makefile changes
- Next message (by thread): webrev failure?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]