[openssl-dev] [openssl.org #4473] Compile errors when compiling with C++ compiler

Viktor Dukhovni openssl-users at dukhovni.org
Wed Mar 23 23:53:44 UTC 2016


> On Mar 23, 2016, at 7:47 PM, noloader at gmail.com via RT <rt at openssl.org> wrote:
> 
> I'm not sure if this is a supported configuration, but I'm guessing
> there are going to be users in the filed who find themselves in it,
> like http://stackoverflow.com/q/36188982.
> 
> Working from the tip of Master...
> 
> $ export CC=g++
> $ ./config
> ...
> $ make

C is not a subset of C++ and g++ is not a C-compiler.  The user would
also have problems using a Fortran or Pascal compiler.

-- 
	Viktor.



More information about the openssl-dev mailing list