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

Reply via email to