Re: Building libcurl with boringssl error

2020-05-19 Thread Thomas Gamper via curl-library
Looks like a static lib vs dll lib issue. From the linker errors it seems the linker is expecting the lib file for the dll build of BoringSSL. You could check if your BoringSSL build is actually a dll build. Cheers, Thomas Am 19.05.2020 um 18:37 schrieb Mark Windshield via curl-library: Hello

Building libcurl with boringssl error

2020-05-19 Thread Mark Windshield via curl-library
Hello, I'm currently trying to build libcurl with zlib, nghttp2 & BoringSSL support for windows, but when trying to build in VC x64 cmd tool or following albertino's guide to build it with VC-15 project I get the following error and am not sure what to do: LINK : warning LNK4098: defaultlib 'MSVC