Has anyone built openssl 0.9.8n?

I'm trying to build in cygwin. Because openssl's build system doesn't
allow specifing the host triplet through --host, I have symlinks in my
~/bin from, e.g., gcc, to ~/mingw-w64-x86_64/bin/x86_64-w64-mingw32-gcc.

$ ./Configure mingw no-asm
$ make

Right away, make fails because of a -march=i486 in Makefile. I delete
that and run make again.

The next error is that e_os2.h line 267 is trying to make something
static and extern. I delete the 'static' and run make again.

After that, I seem to get some "infamous" X509_NAME #define bug.

------------------------------------------------------------------------------

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to