Gentoo Archives: gentoo-dev

From: Stefan Jones <cretin@g.o>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] New xmingw ebuilds ( compile native Win32 programs on gentoo )
Date: Thu, 02 Oct 2003 11:14:17
Message-Id: 1065093220.17286.6.camel@localhost
1 Just a note for you lot about a new coolish ebuild to play with:
2
3 A gcc compiler, headers and libraries that allow you to compile
4 applications that work with wine and on a real Windows system.
5
6 It is basically the toolchain from http://www.mingw.org compiled on
7 linux, ie. a cross compiler.
8
9 Just try
10
11 "emerge xmingw-runtime"
12
13 and all will be installed in /opt/xmingw
14
15 Then add /opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin to your PATH
16 and you can do things like:
17
18 i386-mingw32msvc-gcc hello.c -o hello.exe
19 wine hello.exe
20
21 Have fun, fixes / improvements welcome (through bugzilla),
22
23 Stefan
24 --
25 Stefan Jones <cretin@g.o>
26 Gentoo Linux
27
28
29 --
30 gentoo-dev@g.o mailing list

Replies