With 1.1.0 and on, the build system is of the "configure first" model,
unconditionally. You will get a working Makefile as a result, and
will find more information in README and INSTALL.
Cheers,
Richard
In message
on Tue, 14 Feb 2017 12:21:05 +0530, murugesh pitchaiah
said:
murugesh.pitchai
> Can you please share if any thread, details on new build system, how to use
> that?
Look at the README file.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
Thank you Rich.
I was using 1.0.2.h earlier. It was using Makefile.org and then
Configure script was run to generate the Makefile. The template
available in Makefile.org was used to prepare the Makefile.
Can you please share if any thread, details on new build system, how
to use that?
Thanks,
Mu
> Can someone explain why 'Makefile.org' is removed now and how to tackle it
> ?
The whole build system changed; there is no Makefile.org any more. What were
you trying to do?
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
Team,
I downloaded the openSSL 1.1.0d now and was trying to use that.
Previously I was using openSSL 1.0.2.h.
I do not see the 'Makefile.org' in the new 1.1.0d. In my application I
was using this file. Now as it is not present in 1.1.0d, could not
complete the upgrade.
Can someone explain why 'M