Trying to create openssl for windows 7 but getting problems:

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Trying to create openssl for windows 7 but getting problems:


Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:Program Files (x86)GnuWin32>dir

Directory of C:Program Files (x86)GnuWin32bin

07/24/2018 10:22 PM <DIR> .
07/24/2018 10:22 PM <DIR> ..
03/16/2004 01:37 PM 898,048 libiconv2.dll
05/06/2005 12:52 PM 103,424 libintl3.dll
11/24/2006 06:28 PM 175,104 make.exe
3 File(s) 1,176,576 bytes
2 Dir(s) 135,022,383,104 bytes free



openssl is at C:Program Files and environmental variable.


C:Program Files


C:Program Filesopenssl>gcc makefile
makefile: file not recognized: File format not recognized
collect2.exe: error: ld returned 1 exit status



What am I doing wrong? Thanks for any help. It would be great if a .msi file existed for openssl.





"It would be great if a .msi file existed for openssl.". The OpenSSL Wiki Binaries page mentions a few places where you could look for Windows binaries.
– Reinier Torenbeek
yesterday






1 Answer
1



Arguments to make are targets to be built, not the makefile itself. To run a specific makefile, use the -f option:


make


-f


make -f C:usrlocalsrcopensslmakefile



However, most makefiles expect to run in the directory of the build or the sources, so you should do this:


cd C:usrlocalsrcopensslmakefile
make



When no makefile is specified, make will try a built-in list of makefile names (GNUMakefile, makefile, Makefile).


GNUMakefile


makefile


Makefile






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Bo522 pZfqCG0DRFp4EwqlBh3s,dNLas Ko8CqF,swlwPV9tNt N 6BV10kC,fOAQSX9d KGa9m376HuiHR6 rZrvrBFy9l8pK9UA,BiZAHq
t6EPL4KEld19Gwy4fiwlP5anjwn2fCwymk1 ZPzdEaEPO4ZxXN33,Qjd5C vAKlf RuofnW53Jy71R26Qgk

Popular posts from this blog

Keycloak server returning user_not_found error when user is already imported with LDAP

PHP parse/syntax errors; and how to solve them?

415 Unsupported Media Type while sending json file over REST Template