Hi,
I want to compile openssl for freebsd 8.2 but MAKE program create
some error which
I don't know the reason of it.
I use this commands.
# config
# make
ERROR:
-------------------------------------------------------------
…
making all in crypto/ecdh...
making all in crypto/dso...
make: don't know how to make dso_win32.c. Stop
*** Error code 1
Stop in /usr/src/crypto/openssl/crypto.
*** Error code 1
Stop in /usr/src/crypto/openssl.
…
---------------------------------------------------------------
The output of "config –t" in my machine is:
Os:i386-pc-freebsd8.2
Configure for BSD-x86-elf
/usr/bin/perl ./Configure BSD-x86-elf 386
what should i do?