<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000099" bgcolor="#FFFFFF">
    On 04/05/2018 01:16, Lunessia wrote:<br>
    <blockquote type="cite"
cite="mid:CAMq1nJRsV3QgP8vDaMB1qE1Mm3mqBV_kxrRp3U+wu7+o1VbNAQ@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div>
            <div>I've been having various troubles with installing and
              compiling OpenSSL.<br>
            </div>
            I started with 1.1.1-pre6, and my Perl client will tell me
            that I don't have NASM even if I have it installed (If I use
            VC-WIN64A)</div>
        </div>
      </div>
    </blockquote>
    <br>
    Is NASM on your execution path? If not, try with it added to the
    path.<br>
    <br>
    <blockquote type="cite"
cite="mid:CAMq1nJRsV3QgP8vDaMB1qE1Mm3mqBV_kxrRp3U+wu7+o1VbNAQ@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div> or output "If you want to report a building issue,
            please include the output from this command: Perl <a
              href="http://configdata.pm" target="_blank"
              moz-do-not-send="true">configdata.pl</a> --dump" when I
            use VC-WIN64I<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    As others have pointed out, that would configure to build for
    Itanium which you don't want to do - VC-WIN64A is the one you want
    for x64.<br>
    <br>
    <blockquote type="cite"
cite="mid:CAMq1nJRsV3QgP8vDaMB1qE1Mm3mqBV_kxrRp3U+wu7+o1VbNAQ@mail.gmail.com">
      <div dir="ltr">
        <div>With 1.0.2o, Perl compiles the program, but however, I
          can't use Dmake to compile it, as Dmake will state:<br>
          <br>
          "dmake.exe:  makefile:  line 275:  Warning: -- Found non-white
          space character after '[' in [@[ -n "$(THIS)" ] &&
          $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)].<br>
          dmake.exe:  makefile:  line 307:  Warning: -- Found non-white
          space character after '[' in [[ -z "$(FIPSCANLIB)" ] || $(CC)
          $(CFLAG) -Iinclude \<br>
                          -DFINGERPRINT_PREMAIN_DSO_LOAD -o $@  \<br>
                          $(FIPSLIBDIR)fips_premain.c
          $(FIPSLIBDIR)fipscanister.o \<br>
                          libcrypto.a $(EX_LIBS)].<br>
          dmake.exe:  makefile:  line 307:  Error: -- New group recipe
          begin found within group recipe."<br>
        </div>
      </div>
    </blockquote>
    <br>
    I don't know anything about dmake, but this suggests it's not close
    enough to the expected version of make. I wouldn't be surprised if
    the VC builds effectively require nmake - they're certainly more
    likely to work with nmake.<br>
    <br>
    <blockquote type="cite"
cite="mid:CAMq1nJRsV3QgP8vDaMB1qE1Mm3mqBV_kxrRp3U+wu7+o1VbNAQ@mail.gmail.com">
      <div dir="ltr">
        <div>Here are my programs:<br>
        </div>
        <div>A make implementation: Dmake from Perl<br>
        </div>
        <div>Perl 5 with core modules: ActivePerl 5.22.4.2205 with
          text::template installed<br>
        </div>
        <div>ANSI C Compiler: MinGW from Perl<br>
        </div>
        <div>A development environment in the form of in the form of
          development libraries and C header files: (I'm guessing)
          Visual Studio 2017 (I can't use Nmake with it for some reason)<br>
        </div>
        <div>Netwide Assembler: NASM 2.13.03<br>
        </div>
        <div>Operating system: Windows 10 x64<br>
        </div>
      </div>
    </blockquote>
    <br>
    I'd find out what's stopping nmake working and fix it; then try with
    NASM on the path, configure with VC-WIN64A, and build with nmake.<br>
    <br>
    Regards,<br>
                              jjf<br>
    <pre class="moz-signature" cols="72">-- 
J. J. Farrell
Not speaking for Oracle.
</pre>
  </body>
</html>