This is a multi-part message in MIME format...
------------=_1190587464-284-1
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Hi Andy,
There is no problem with C compiler and tools around it under OpenBSD exc=
ept
assembler. It's assember adds undescores to all the public symbols in the
object files and linker can't find them when tries to produce binaries an=
d
libraries are produced with unresolved symbols like I said in my original
post. Finally, I tried with no-asm option as it worked fine. I got binari=
es.
The only thing remains is to check if it's possible to get asm used. You
know that without this openssl works much slower.
Output of config -t is below:
Operating system: i386-whatever-openbsd
Configuring for OpenBSD-i386
/usr/bin/perl ./Configure OpenBSD-i386 386
Regards,
Dmitri.
On 9/16/07, Andy Polyakov via RT