Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2016-01-02 Thread lh_mouse
16-01-02 16:16 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit On 01/01/2016 12:43, lh_mouse wrote: > This error is very common. You are going to need to take a look at config.log > to find out why. Done but config.log doesn't

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2016-01-02 Thread frank
On 01/01/2016 12:43, lh_mouse wrote: > This error is very common. You are going to need to take a look at config.log > to find out why. Done but config.log doesn't tell me why the C compiler is failing. The problem cannot be the compiler. Have you yourself managed to build exe-files for nano-wi

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2016-01-01 Thread lh_mouse
ards, lh_mouse 2016-01-01 - 发件人:frank 发送日期:2016-01-01 18:59 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit Hey lh_mouse, Here my experience with the BUILD_IT script so far.

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2016-01-01 Thread frank
Hey lh_mouse, Here my experience with the BUILD_IT script so far. (1) When cross-compiling from Linux to Windows the build option in my case is --build=x86_64-linux-gnu but it is not needed, it is guessed properly. (2) The first section of the script (concerning libgnurx) does not work

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2016-01-01 Thread frank
On 31/12/2015 10:46, lh_mouse wrote: > Good luck. Thanks, lh_mouse, I appreciate but the news is: hard luck. According to the ld manpage the options --enable-auto-image-base --auto-implib are both specific to the i386 PE targeted port of the linker. That's not my hardware. When I delete the

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2015-12-31 Thread lh_mouse
4-public 抄送: 主题:Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit On 31/12/2015 10:46, lh_mouse wrote: > Good luck. Thanks, lh_mouse, I appreciate but the news is: hard luck. According to the ld manpage the options --enable-auto-image-base --auto-implib are bot

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2015-12-31 Thread frank
On 31/12/2015 10:46, lh_mouse wrote: > Good luck. Thanks, lh_mouse, I appreciate but the news is: hard luck. According to the ld manpage the options --enable-auto-image-base --auto-implib are both specific to the i386 PE targeted port of the linker. That's not my hardware. When I delete the t

Re: [Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2015-12-31 Thread lh_mouse
Best regards, lh_mouse 2015-12-31 - 发件人:frank 发送日期:2015-12-31 18:01 收件人:mingw-w64-public 抄送: 主题:[Mingw-w64-public] compiling nano-win from linux for windows 7 64bit On 30 Dec 2015 15:39, "lh_mouse&

[Mingw-w64-public] compiling nano-win from linux for windows 7 64bit

2015-12-31 Thread frank
On 30 Dec 2015 15:39, "lh_mouse" mailto:lh_mo...@126.com>> wrote: > Here is a ported, standalone version of nano for Windows... > > You can clone that repository then run ./BUILD_IT.sh ... > Thanks, lh_mouse, first time I hear about nano-win, nice surprise. I extracted it to ubuntu 14.04 and mo