Hello, yesterday I needed to build OpenSSL on my own for the first time using an Embarcadero C++ Builder XE 4, which is a successor of Borland Builder 4 and 5. I tried the versions 0.9.8y and 1.0.1f just to see which of both works best. In the end I was able to build both of them by just following instructions in INSTALL.W32, but needed to adopt the generated makefile a bit. My changes were needed to successfully compile and link both versions, but 1.0.1f is producing a lot of warnings because of duplicate public symbols. I will ignore that for now and stick with 0.9.8y which doesn't generate those warnings and work perfectly well in my use case, but I would be glad if you could patch BC-32.pl.
OpenSSL 0.9.8y: * _timeb and _ftime are named without _ * nasmw is not available, but nasm http://www.nasm.us/ OpenSSL 1.0.1f: * same as above * crypt32.lib and ws2_32.lib as ex_libs I've attached two patches. Thanks for applying. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:[email protected] AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
BC-32.pl.0.9.8y.diff
Description: Binary data
BC-32.pl.1.0.1f.diff
Description: Binary data
