I've built OpenSSL 0.9.8e following a couple of instructions from here:

http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/834

I didn't run any of the configure/config scripts and instead used the 
vanilla Makefile that came with the source.
I did not need -lgcov, but I did need to manually add -DTERMIO to CFLAGS 
in the Makefile (otherwise crypt/ui/*.c complains about not having 
sgtty.h and TIOCGETP).

This has built me two working libraries; libcrypto.a and libssl.a.

Zlib was fairly straightforward; not much needed.

Unfortunately, my binary (Ruby 1.8.6-p111) has now grown (as it obviously 
would!) by over a megabyte in size.

Has anyone managed to build shared versions of these libraries?

-John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to