Update of "compillingOnWindows"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 35c82c709f9056f0f3121fb04e00b7782fb51737
Page Name:compillingOnWindows
Date: 2010-08-29 16:41:33
Original User: renez
Parent: 18f434b624a80d856e95108b62ca9fd54441751e (diff)
Next ced47d462221cdb12aeafea71286fc94fcc8d721
Content

Compiling under windows XP with sdk compiler.

Compiling under windows with Digital Mars C compiler

Compiling under Wine with Digital Mars C compiler

Compiling under windows with Mingw

Installing the tools.

Getting fossil source code

Compiling fossil source code

Compiling under linux for windows with Mingw

This is called cross compiling. I'm using Arch linux distribution which uses the package manager pacman to install packages. If you have a differen linux distribution the packages might be called different. I assume a login name of renez substitute yours were apropiate.

Installing the tools.

Getting fossil source code

Compiling fossil source code

Distribution of cross compiled fossil.exe

Because you have linked against zlib and maybe ssl you need to include from /usr/i486-mingw32/bin zlib1.dll and, optional, libssl32.dll (and maybe also libeay32.dll)

testing the cross compiled fossil.exe