Gentoo Archives: gentoo-dev

From: Dmitrij K <kdiman@××××.ru>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] crossdrev & mingw 64 bit
Date: Fri, 13 Jan 2012 10:50:39
Message-Id: BLU0-SMTP558B0739181408ADBC3060C19C0@phx.gbl
In Reply to: Re: [gentoo-dev] crossdrev & mingw 64 bit by Maciej Mrozowski
1 Maciej Mrozowski wrote:
2 > On Tuesday 10 of January 2012 03:34:06 Dmitrij K wrote:
3 > > Dear developers of crossdev.
4 > >
5 > > Can you realize --target mingw64 (for creating windows app 64 bit) (like
6 > > mingw-w64.sourceforge.net)?
7 > >
8 > > And can you to add choising of building compilation: dynamic OR static
9 > > linking to GCC library, for LGPL license of GCC using (mingw32.dll etc)?
10 >
11 > Hello,
12 >
13 > It is already there:
14 > crossdev --target x86_64-w64-mingw32
15
16
17 I had did following things:
18
19
20 1) localhost # emerge --sync --metadata ...
21
22
23 2) localhost # emerge -upv crossdev
24
25 These are the packages that would be merged, in order:
26
27 Calculating dependencies... done!
28
29 Total: 0 packages, Size of downloads: 0 kB
30
31
32 3) localhost # crossdev --target help | grep mingw
33 - mingw32 http://www.mingw.org/
34
35
36 Dear Maciej Mrozowski,
37 you said to me about --target mingw64 is true there... where is ?
38 can you explain me how I can to intall mingw64 by crossdev package (without
39 outside packages like mingw-w64.sourceforge.net)?
40
41 --
42 Regards.

Replies

Subject Author
Re: [gentoo-dev] crossdrev & mingw 64 bit Matt Turner <mattst88@g.o>