In the makefile created by Perl, the linker binary name is assigned to a variable named LINK. This variable $(LINK) is called to execute the linker call. This causes a serious collision with the MS Visual Studio build system which also relies on a variable named LINK:
Are you invoking msbuild.exe to build openssl? The supported build instructions use nmake.exe directly on the generated makefiles.
What is your build invocation? cheers, Joey _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
