Re: Compile cygwin1.dll from source code

2018-02-12 Thread Marco Atzeri
On 13/02/2018 07:44, Biswapriyo wrote: /usr/bin/awk: cannot execute binary file: Exec format error is awk working ? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Compile cygwin1.dll from source code

2018-02-12 Thread Biswapriyo
cygwin make command shows this error: ``` ../../.././winsup/cygwin/cygmagic: line 25: /usr/bin/awk: cannot execute binary file: Exec format error *** WARNING WARNING WARNING WARNING WARNING *** *** ../../.././winsup/cygwin/child_info.h: magic number for CHILD_INFO_MAGIC changed old 0xc96f5e9U != n

Re: Compile cygwin1.dll from source code

2018-02-12 Thread Mark Geisert
Biswapriyo wrote: I want to edit some code in cygwin1.dll for my project. So, I clone git repository from this url: git://sourceware.org/git/newlib-cygwin.git I've gcc, g++, make installed with cygwin and mingw-w64 (and also in WSL). But none of them generate DLL file. I also follow the commands