~ubuntu-branches/ubuntu/vivid/gcl/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
On Debian, for example, gcl can be run and tested under wine as follows:

(as root)

aptitude install mingw32 mingw32-runtime mingw32-binutils wine

If necessary, as root

update-binfmts --enable wine

Then as a normal user,

export PATH=/usr/i586-mingw32msvc/bin:$PATH
export CC=/usr/bin/i586-mingw32msvc-gcc

./configure --host=mingw32 && make