That libgnurx was copied from here:
http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-2.5.1/
That library is LGPL'd, so I think it is safe to merge it with nano, which is
GPL'd.
There are a few (variant? - I am not sure, but they seem to be slightly
different. -
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
Not being very sure about what caused the error but that 'BUILD_IT' script used
to invoke 'configure' scripts with options '--build=x86_64-w64-mingw32
--host=x86_64-w64-mingw32' which explicitly required the native tool chain.
Since you are cross compiling from Linux you are going to need to cha
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