MinGW Environment Compilation Liburl

Source: Internet
Author: User
Tags microsoft windows 10 microsoft windows 10 pro

Environment is Windows 10, MinGW is installed, and environment variables for MinGW and Msys are set up.

C:\users\cracker>set |grep Mingwpath=c:\program Files (x86) \ windows Resource kits\tools\; C:\ProgramData\Oracle\Java\javapath; C:\WINDOWS\system32; C:\WINDOWS; C:\WINDOWS\System32\Wbem; C:\WINDOWS\System32\WindowsPowerShell\v1.0\; C:\MinGW\bin; C:\mingw\msys\1.0\binc:\users\cracker>systeminfo | grep OSOS Name:          Microsoft Windows 10 Pro OS version: 10.0.14393 N/a          build 14393OS manufacturer:        Microsoft Corporationos Configuration:          Standalone Workstation OS widget type:      multiprocessor Freebios version:        LENOVO h2et68ww (1.68), 2013/5/17c:\users\cracker>

Download OpenSSL and compile

C:\users\crackme\downloads\openssl-1.0.2j\openssl-1.0.2j>perl Configure enable-shared MinGW
C:\users\crackme\downloads\openssl-1.0.2j\openssl-1.0.2j>make

Perl comes with Msys. If the Perl command fails, the environment variable is not set up in the previous step.

Enable-shared is a DLL that instructs OpenSSL to generate a dynamic connection library. This parameter is not required. Without this parameter, only static connection libraries are generated. A

MinGW indicates that the set compilation environment is MinGW.

MinGW Environment Compilation Liburl

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.