Re: [Mingw-w64-public] compiling from linux for windows 7

2015-12-30 Thread Ray Donnelly
-- > Best regards, > lh_mouse > 2015-12-30 > > - > 发件人:JonY > 发送日期:2015-12-30 23:23 > 收件人:mingw-w64-public > 抄送: > 主题:Re: [Mingw-w64-public] compiling from linux for windows 7 > > On 12/30/2015 21:38, frank wrote: > > Ubuntu 14.04, m

Re: [Mingw-w64-public] compiling from linux for windows 7

2015-12-30 Thread lh_mouse
] compiling from linux for windows 7 On 12/30/2015 21:38, frank wrote: > Ubuntu 14.04, mingw-w64 is installed from the repository. The package to > cross > compile to windows 7 64bit is in this case nano-2.5.0. > > Commands used: > > ./configure --host=x86_64-w64-mingw32 >

Re: [Mingw-w64-public] compiling from linux for windows 7

2015-12-30 Thread JonY
On 12/30/2015 21:38, frank wrote: > Ubuntu 14.04, mingw-w64 is installed from the repository. The package to > cross > compile to windows 7 64bit is in this case nano-2.5.0. > > Commands used: > > ./configure --host=x86_64-w64-mingw32 > make > > The configure command exits successfully accepti

[Mingw-w64-public] compiling from linux for windows 7

2015-12-30 Thread frank
Ubuntu 14.04, mingw-w64 is installed from the repository. The package to cross compile to windows 7 64bit is in this case nano-2.5.0. Commands used: ./configure --host=x86_64-w64-mingw32 make The configure command exits successfully accepting the host and indicating x86_64-linux-gnu as target.