<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>I installed ActivePerl and got a lot further</p>
<p>I now get link errors. Please see below. The commands are the same: perl Configure VS-WIN64A and nmake:<br>
<br>
</p>
<div>        "C:\Perl64\bin\perl.exe" "util\mkdef.pl" "crypto" 32 > libcrypto-1_1-x64.def<br>
        "C:\Perl64\bin\perl.exe" -i.tmp -pe "s|^LIBRARY\s+crypto32|LIBRARY libcrypto-1_1-x64|;" libcrypto-1_1-x64.def<br>
        DEL libcrypto-1_1-x64.def.tmp<br>
        "C:\Perl64\bin\perl.exe" "util\mkrc.pl" libcrypto-1_1-x64.dll > libcrypto-1_1-x64.rc<br>
        rc /folibcrypto-1_1-x64.res libcrypto-1_1-x64.rc<br>
Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17336<br>
Copyright (C) Microsoft Corporation.  All rights reserved.<br>
<br>
        IF EXIST libcrypto-1_1-x64.dll.manifest DEL /F /Q libcrypto-1_1-x64.dll.manifest<br>
        link /nologo /debug /dll  /implib:libcrypto.lib /out:libcrypto-1_1-x64.dll /def:libcrypto-1_1-x64.def @C:\Users\jesaremi\AppData\Local\Temp\nm8557.tmp || (DEL /Q libcrypto.* libcrypto-1_1-x64.* && EXIT 1)<br>
crypto\aes\aes_cfb.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'<br>
NMAKE : fatal error U1077: 'link' : return code '0x1'<br>
Stop.</div>
<br>
<p></p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> openssl-users <openssl-users-bounces@openssl.org> on behalf of Jakob Bohm <jb-openssl@wisemo.com><br>
<b>Sent:</b> Tuesday, January 10, 2017 11:20 AM<br>
<b>To:</b> openssl-users@openssl.org<br>
<b>Subject:</b> Re: [openssl-users] Build problems on Windows</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On 10/01/2017 19:43, Matt Caswell wrote:<br>
>   Notes on Perl on Windows<br>
>   ------------------------<br>
><br>
>   There are a number of build targets that can be viewed as "Windows".<br>
>   Indeed, there are VC-* configs targeting VisualStudio C, as well as<br>
>   MinGW and Cygwin. The key recommendation is to use "matching" Perl,<br>
>   one that matches build environment. For example, if you will build<br>
>   on Cygwin be sure to use the Cygwin package manager to install Perl.<br>
>   For MSYS builds use the MSYS provided Perl. For VC-* builds we<br>
>   recommend ActiveState Perl, available from<br>
>   <a href="http://www.activestate.com/ActivePerl" id="LPlnk876112" previewremoved="true">
http://www.activestate.com/ActivePerl</a>.
<div id="LPBorder_GT_14840771691370.15353324196507845" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14840771691350.7633886255512052" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td id="TextCell_14840771691350.22609148898569442" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" colspan="2">
<div id="LPRemovePreviewContainer_14840771691350.5332194208385571"></div>
<div id="LPTitle_14840771691350.4464596508590746" style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: "wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14840771691360.6013521308185537" style="text-decoration: none;" href="http://www.activestate.com/ActivePerl" target="_blank">ActivePerl | ActiveState</a></div>
<div id="LPMetadata_14840771691360.16423118062667297" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; line-height: 14px;">
www.activestate.com</div>
<div id="LPDescription_14840771691360.3310270591700558" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
ActivePerl Business and Enterprise Editions feature our precompiled, supported, quality-assured Perl distribution used by millions of developers around the world for ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
><br>
Really?, I thought ActiveState ActivePerl was pretty much dead/historic.<br>
<br>
While I have not bothered with OpenSSL 1.1.x builds yet, I usually use<br>
Strawberry Perl for VC-related work, and it seems to work fine with the<br>
1.0.2 sources.  Since I have not tested with 1.1.x sources, this is<br>
obviously not intended as advice to people trying to build, more as<br>
something you might consider for an updated version of NOTES.PERL<br>
(after testing it of cause).<br>
<br>
Enjoy<br>
<br>
Jakob<br>
-- <br>
Jakob Bohm, CIO, Partner, WiseMo A/S.  <a href="https://www.wisemo.com" id="LPlnk554625" previewremoved="true">
https://www.wisemo.com</a>
<div id="LPBorder_GT_14840771690850.7068742309699079" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14840771690800.3959266194293716" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td id="ImageCell_14840771690810.01739864677814762" style="width: 250px; position: relative; display: table-cell; padding-right: 20px;" colspan="1">
<div id="LPImageContainer_14840771690810.41061813541349157" style="background-color: rgb(255, 255, 255); height: 160px; position: relative; margin: auto; display: table; width: 220px;">
<a id="LPImageAnchor_14840771690820.7084410931462471" style="display: table-cell; text-align: center;" href="https://www.wisemo.com/" target="_blank"><img style="display: inline-block; max-width: 250px; max-height: 250px; height: 160px; width: 220px; border-width: 0px; vertical-align: bottom;" aria-label="Preview image with link selected. Double-tap to open the link." id="LPThumbnailImageID_14840771690820.884684591357533" height="160" width="220" src="https://www.wisemo.com/wp-content/uploads/WMO_03.jpg"></a></div>
</td>
<td id="TextCell_14840771690820.8102291798832013" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" colspan="2">
<div id="LPRemovePreviewContainer_14840771690830.18161020267700478"></div>
<div id="LPTitle_14840771690830.36819302576820057" style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: "wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14840771690830.11871086055160252" style="text-decoration: none;" href="https://www.wisemo.com/" target="_blank">WiseMo A/S · Remote desktop control of Smartphones ...</a></div>
<div id="LPMetadata_14840771690830.8401653080407706" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; line-height: 14px;">
www.wisemo.com</div>
<div id="LPDescription_14840771690840.8484508853380328" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
WiseMo provides remote desktop access from anywhere. Secure, fast and stable remote control software for Tablet, Smartphone and PC</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10<br>
This public discussion message is non-binding and may contain errors.<br>
WiseMo - Remote Service Management for PCs, Phones and Embedded<br>
<br>
-- <br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" id="LPlnk819271">
https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
</div>
</span></font></div>
</div>
</body>
</html>