Giter VIP home page Giter VIP logo

Comments (7)

berserker avatar berserker commented on August 26, 2024

An additional note for the problem on MacOS: building with "-static" (required by openssl 1.1.x) causes this problem so I had to hack the build script and comment out the line "EX_LIBS = -static" generated in the openssl's Makefile.

from openvpn-build.

chipitsine avatar chipitsine commented on August 26, 2024

well, we can add osx builds to travis-ci matrix if those are really needed

from openvpn-build.

chipitsine avatar chipitsine commented on August 26, 2024

@berserker - do you know easy way of determing dynamic linking under travis-ci ?

from openvpn-build.

berserker avatar berserker commented on August 26, 2024

Thanks for the feedback @chipitsine but unfortunately I'm not familiar with travis-ci.
Let me know if I can help you in another way 👍

from openvpn-build.

chipitsine avatar chipitsine commented on August 26, 2024

Travis-ci is either Linux or osx build agents

We already use it http://travis-ci.org/OpenVPN/openvpn-build

According to your findings, it seems those build scripts should be modified

from openvpn-build.

chipitsine avatar chipitsine commented on August 26, 2024

well, what if we will check ${CHOST}-objdump

openssl-1.0.2:

i686-w64-mingw32-objdump -p ./generic/image/openvpn/bin/openvpn.exe |grep DLL
 vma:            Hint    Time      Forward  DLL       First
	DLL Name: ADVAPI32.dll
	DLL Name: CRYPT32.dll
	DLL Name: fwpuclnt.dll
	DLL Name: GDI32.dll
	DLL Name: IPHLPAPI.DLL
	DLL Name: KERNEL32.dll
	DLL Name: msvcrt.dll
	DLL Name: ncrypt.dll
	DLL Name: USER32.dll
	DLL Name: WS2_32.dll

openssl-1.1.0:

i686-w64-mingw32-objdump -p ./generic/image/openvpn/bin/openvpn.exe |grep DLL
 vma:            Hint    Time      Forward  DLL       First
	DLL Name: libcrypto-1_1.dll
	DLL Name: libssl-1_1.dll
	DLL Name: ADVAPI32.dll
	DLL Name: CRYPT32.dll
	DLL Name: fwpuclnt.dll
	DLL Name: IPHLPAPI.DLL
	DLL Name: KERNEL32.dll
	DLL Name: msvcrt.dll
	DLL Name: ncrypt.dll
	DLL Name: USER32.dll
	DLL Name: WS2_32.dll

from openvpn-build.

flichtenheld avatar flichtenheld commented on August 26, 2024

Moving the MinGW builds of OpenVPN to use CMake+VCPKG. Support is already in master and will be backported to release/2.6. There is definitely no plan to address this in the context of "generic". So closing this issue.

from openvpn-build.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.