On 2008.05.11 at 10:25:39 +0330, Mehdi Asgari wrote:

>    Hi
>    I want to compile ccgost (available in openssl 0.9.9) on Windows.
>    But the Makefile generates error.
>    Could you give me some instrunctions about building it ?
>    (I've used Microsoft Compiler, GCC, Cygwin)

Could you give more information - post error message, for example?

Really I don't understand what do you mean listing GCC and Cygwin in the
same list as Microsoft Compiler. Cygwin compiler is GCC. One of ports of
GCC to windows.

Really, ccgost engine was developed using GCC on various platforms.
On Windows we prefer to use Mingw32 port of GCC rather than Cygwin,
although it is possible to produce native windows binaries with Cygwin
gcc (using -mno-cygwin swithch to the compiler).

Even better - to use mingw cross-compiler running on some Unix platform
to build windows executables

Typically you do the following:

perl Configure mingw shared

make 

If you are doing cross-compiling, you've also add --cross-compile-prefix
option to the Configure command line.

For instance on Debian Linux with mingw32 cross-compiler included in the
distribution, 

you run ./Configure mingw shared cross-compile-prefix=i586-mingw32msvc-


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to