I am trying to install OpenSSL, but I am running into an error with perl Configure. I type:
perl Configure VC-WIN64A
and it does some work, but in the end I get an error saying:
checking build system type... Invalid configuration `VC-WIN64A':
machine `VC' not recognized
Configure: error: /bin/sh config/config.sub VC-WIN64A failed
I tried tried make check and I received these errors, but I don't understand what they mean:
collect2.exe: error: ld returned 1 exit status
make[2]: *** [Makefile:652: loadavg.exe] Error 1
make[2]: Leaving directory 'C:/Program Files/Make/make-4.2'
make[1]: *** [Makefile:1088: check-am] Error 2
make[1]: Leaving directory 'C:/Program Files/Make/make-4.2'
make: *** [Makefile:798: check-recursive] Error 1
I couldn't find those files in my file directory does that mean I installed Make incorrectly? Thank you for helping.
EDIT: This is not a duplicate question like the one linked... That question has nothing to do with my problem so I don't know why it was linked. I still can't get perl to recognize my machine.