Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-24 Thread Wouter van Doorn
Hi René, There isn't one! The default rule does exactly that (although despite the -o it creates a hello.exe, but that's fine. Wouter I'm convinced that the answer must lie hidden in the two differing outputs of procmon, elsewhere in this thread. But I lack the knowledge to go in deeper, and the

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-24 Thread René Berber
On 6/25/2017 1:14 AM, Wouter van Doorn wrote: > The tools are the original ones, as shown below: > User@User-PC ~/c_dir > $ ./hello.exe > > User@User-PC ~/c_dir > $ type make > make is hashed (/usr/bin/make) > > User@User-PC ~/c_dir > $ type gcc > gcc is /usr/bin/gcc Try a simple: $ gcc -o hel

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-24 Thread Wouter van Doorn
Hello Thomas, Thanks for looking. The tools are the original ones, as shown below: User@User-PC ~/c_dir $ ./hello.exe User@User-PC ~/c_dir $ type make make is hashed (/usr/bin/make) User@User-PC ~/c_dir $ type gcc gcc is /usr/bin/gcc User@User-PC ~/c_dir $ type cc cc is /usr/bin/cc If you kn

Re: Request update GCC

2017-06-24 Thread JonY
On 06/25/2017 02:21 AM, Steven Penny wrote: > GCC 5.4 was released June 2016, and GCC 6.1 was released April 2016: > > http://gcc.gnu.org/releases.html > > Here are some key packages: > > gcc-core, gcc-g++ > == > - version: 5.4.0-1 > - version: 6.3.0-1 [test] > - Jonathan Yong (J

Request update GCC

2017-06-24 Thread Steven Penny
GCC 5.4 was released June 2016, and GCC 6.1 was released April 2016: http://gcc.gnu.org/releases.html Here are some key packages: gcc-core, gcc-g++ == - version: 5.4.0-1 - version: 6.3.0-1 [test] - Jonathan Yong (JonY) mingw64-x86_64-gcc-core, mingw64-x86_64-gcc-g++ ===

Fwd: Any progress on making biber work?

2017-06-24 Thread Леон Майер
Ken, thank you for your explanation. I was not aware that I was using the testing version. After downgrading perl (and, after that, biblatex), biber started working. Thanks once again! Leon. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ D

Re: WinCompose vs. Cygwin/X

2017-06-24 Thread Michael Schaap (lists)
On 16 January 2017 at 15:49, Jon Turney wrote: > On 11/01/2017 22:16, Michael Schaap wrote: >> >> On 11-Jan-17 9:51, Csaba Raduly wrote: >>> >>> Hi Michael, >>> >>> On Tue, Jan 10, 2017 at 2:28 PM, Michael Schaap wrote: I recently discovered WinCompose

[ANNOUNCEMENT] texinfo 6.4-1

2017-06-24 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * texinfo-6.4-1 * texinfo-tex-6.4-1 * info-6.4-1 Texinfo is a documentation system that uses a single source file to produce output in a number of formats, both online and printed (dvi, html, info, pdf, xml, etc.). This is an

[ANNOUNCEMENT] meson 0.41.1-1

2017-06-24 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * meson-0.41.1-1 Meson is an open source build system meant to be extremely fast. It generates files for various backends including Ninja, Visual Studio, and Xcode. Meson does not generate Makefiles, relying solely on Ninj

Re: Any progress on making biber work?

2017-06-24 Thread Ken Brown
On 6/24/2017 7:41 AM, Леон Майер wrote: As of now, biber does not work: [ $ biber Can't locate Log/Log4perl.pm in @INC (you may need to install the Log::Log4perl module) (@INC contains: /usr/lib/perl5/site_perl/5.24/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.24 /usr/lib/perl5/vendor_perl

Any progress on making biber work?

2017-06-24 Thread Леон Майер
As of now, biber does not work: [ $ biber Can't locate Log/Log4perl.pm in @INC (you may need to install the Log::Log4perl module) (@INC contains: /usr/lib/perl5/site_perl/5.24/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.24 /usr/lib/perl5/vendor_perl/5.24/x86_64-cygwin-threads /usr/lib/perl

Re: Killing-Process woes

2017-06-24 Thread Csaba Raduly
On Tue, Jun 20, 2017 at 3:30 PM, Ronald Fischer wrote: > cyg Simple wrote: >> Perhaps use the -f --force switch might help. > > No, doesn't help either. I thought "Use the force" always works :) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbe

Re: Updated: setup (2.880)

2017-06-24 Thread Csaba Raduly
Hi Kenneth, On Mon, Jun 19, 2017 at 7:29 PM, Nellis, Kenneth wrote: ... > > Here, I show the commands and output that corroborate my assertions: > 1. reproduce original results > 2. reproduce others' results > 3. show others' results influences my results > 4. remove hidden file to restore my ori

Re: cygwin Digest 17 Jun 2017 08:20:29 -0000 Issue 10294

2017-06-24 Thread Csaba Raduly
On Sat, Jun 17, 2017 at 8:20 PM, Stephen Lyons wrote: > I am new to *writing* to mailing lists so if I've done something wrong > please forgive me. > > I would like to "cygport" the Mudlet GPL MUD {Multi-User Dungeon} client > to Cygwin - I have a cygport file (and currently a patch) that works to

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.1-0.1

2017-06-24 Thread Marco Atzeri
On 22/06/2017 15:58, Corinna Vinschen wrote: Hi folks, I uploaded a new Cygwin test release 2.8.1-0.1 I'm planning for a release next week. Please test. the semaphore lock issues on postgresql are gone. The test on 9.6.3 is now fine so I will release after 2.8.1 became stable Thanks, Co