in reply to Socket6 module compilation failing on Windows x86_64 with VS2K10

Hi,
Earlier in the build (during the 'perl Makefile.PL' step) were there any "Warning (mostly harmless): No library found for..." warnings emitted ?

Running
dumpbin /EXPORTS C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib\ws2_32.lib will show you the symbols that are exported by that library.

Cheers,
Rob
  • Comment on Re: Socket6 module compilation failing on Windows x86_64 with VS2K10
  • Download Code

Replies are listed 'Best First'.
Re^2: Socket6 module compilation failing on Windows x86_64 with VS2K10
by narasimp (Novice) on Jan 11, 2016 at 05:33 UTC
    Thanks a lot. It turned out to be that SDK was not present on the build box. Once we installed the same, it worked. Thanks a lot for the help here.