public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] crossdrev & mingw 64 bit
@ 2012-01-10  2:34 Dmitrij K
  2012-01-11 20:01 ` Maciej Mrozowski
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitrij K @ 2012-01-10  2:34 UTC (permalink / raw
  To: gentoo-dev

Dear developers of crossdev.

Can you realize --target mingw64 (for creating windows app 64 bit) (like 
mingw-w64.sourceforge.net)?

And can you to add choising of building compilation: dynamic OR static linking 
to GCC library, for LGPL license of GCC using (mingw32.dll etc)?


The Best Regards.

Dmitrij K.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] crossdrev & mingw 64 bit
  2012-01-10  2:34 [gentoo-dev] crossdrev & mingw 64 bit Dmitrij K
@ 2012-01-11 20:01 ` Maciej Mrozowski
  2012-01-12  1:32   ` Dmitrij K
  2012-01-13 10:49   ` Dmitrij K
  0 siblings, 2 replies; 6+ messages in thread
From: Maciej Mrozowski @ 2012-01-11 20:01 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: Text/Plain, Size: 446 bytes --]

On Tuesday 10 of January 2012 03:34:06 Dmitrij K wrote:
> Dear developers of crossdev.
> 
> Can you realize --target mingw64 (for creating windows app 64 bit) (like
> mingw-w64.sourceforge.net)?
> 
> And can you to add choising of building compilation: dynamic OR static
> linking to GCC library, for LGPL license of GCC using (mingw32.dll etc)?

Hello,

It is already there:
crossdev --target x86_64-w64-mingw32

-- 
regards
MM

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] crossdrev & mingw 64 bit
  2012-01-11 20:01 ` Maciej Mrozowski
@ 2012-01-12  1:32   ` Dmitrij K
  2012-01-13 10:49   ` Dmitrij K
  1 sibling, 0 replies; 6+ messages in thread
From: Dmitrij K @ 2012-01-12  1:32 UTC (permalink / raw
  To: gentoo-dev

Ooh, thanks a lot!!!


Maciej Mrozowski wrote:
> On Tuesday 10 of January 2012 03:34:06 Dmitrij K wrote:
> > Dear developers of crossdev.
> > 
> > Can you realize --target mingw64 (for creating windows app 64 bit) (like
> > mingw-w64.sourceforge.net)?
> > 
> > And can you to add choising of building compilation: dynamic OR static
> > linking to GCC library, for LGPL license of GCC using (mingw32.dll etc)?
> 
> Hello,
> 
> It is already there:
> crossdev --target x86_64-w64-mingw32


The Best Regards.

Dmitrij K.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] crossdrev & mingw 64 bit
  2012-01-11 20:01 ` Maciej Mrozowski
  2012-01-12  1:32   ` Dmitrij K
@ 2012-01-13 10:49   ` Dmitrij K
  2012-01-13 18:22     ` Matt Turner
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitrij K @ 2012-01-13 10:49 UTC (permalink / raw
  To: gentoo-dev

Maciej Mrozowski wrote:
> On Tuesday 10 of January 2012 03:34:06 Dmitrij K wrote:
> > Dear developers of crossdev.
> > 
> > Can you realize --target mingw64 (for creating windows app 64 bit) (like
> > mingw-w64.sourceforge.net)?
> > 
> > And can you to add choising of building compilation: dynamic OR static
> > linking to GCC library, for LGPL license of GCC using (mingw32.dll etc)?
> 
> Hello,
> 
> It is already there:
> crossdev --target x86_64-w64-mingw32


I had did following things:


1) localhost # emerge --sync --metadata ...


2) localhost # emerge -upv crossdev
                                                                                                                                                                                              
These are the packages that would be merged, in order:                                                                                                                                        
                                                                                                                                                                                              
Calculating dependencies... done!                                                                                                                                                             
                                                                                                                                                                                              
Total: 0 packages, Size of downloads: 0 kB


3) localhost # crossdev --target help | grep mingw
   - mingw32  http://www.mingw.org/


Dear Maciej Mrozowski,
you said to me about --target mingw64 is true there... where is ?
can you explain me how I can to intall mingw64 by crossdev package (without 
outside packages like mingw-w64.sourceforge.net)?

--
Regards.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] crossdrev & mingw 64 bit
  2012-01-13 10:49   ` Dmitrij K
@ 2012-01-13 18:22     ` Matt Turner
  2012-01-14  1:25       ` Dmitrij K
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Turner @ 2012-01-13 18:22 UTC (permalink / raw
  To: gentoo-dev

On Fri, Jan 13, 2012 at 5:49 AM, Dmitrij K <kdiman@live.ru> wrote:
> Maciej Mrozowski wrote:
>> On Tuesday 10 of January 2012 03:34:06 Dmitrij K wrote:
>> > Dear developers of crossdev.
>> >
>> > Can you realize --target mingw64 (for creating windows app 64 bit) (like
>> > mingw-w64.sourceforge.net)?
>> >
>> > And can you to add choising of building compilation: dynamic OR static
>> > linking to GCC library, for LGPL license of GCC using (mingw32.dll etc)?
>>
>> Hello,
>>
>> It is already there:
>> crossdev --target x86_64-w64-mingw32
>
>
> I had did following things:
>
>
> 1) localhost # emerge --sync --metadata ...
>
>
> 2) localhost # emerge -upv crossdev
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> Total: 0 packages, Size of downloads: 0 kB
>
>
> 3) localhost # crossdev --target help | grep mingw
>   - mingw32  http://www.mingw.org/
>
>
> Dear Maciej Mrozowski,
> you said to me about --target mingw64 is true there... where is ?
> can you explain me how I can to intall mingw64 by crossdev package (without
> outside packages like mingw-w64.sourceforge.net)?

Did you try the command he suggested? I think it may simply be that
crossdev doesn't display mingw64 as a target in the --help.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] crossdrev & mingw 64 bit
  2012-01-13 18:22     ` Matt Turner
@ 2012-01-14  1:25       ` Dmitrij K
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitrij K @ 2012-01-14  1:25 UTC (permalink / raw
  To: gentoo-dev

Matt Turner wrote:
> Did you try the command he suggested? I think it may simply be that
> crossdev doesn't display mingw64 as a target in the --help.

Oh, yes, it's true there...

Sorry for my unpracticality...


Thanks!



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-14  1:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10  2:34 [gentoo-dev] crossdrev & mingw 64 bit Dmitrij K
2012-01-11 20:01 ` Maciej Mrozowski
2012-01-12  1:32   ` Dmitrij K
2012-01-13 10:49   ` Dmitrij K
2012-01-13 18:22     ` Matt Turner
2012-01-14  1:25       ` Dmitrij K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox