Re: cppcheck 1.77 Segmentation fault (64-bit)

2017-02-03 Thread David Stacey
On 29/01/17 21:04, Jim Reisert AD1C wrote: Best as I can tell, the seg fault is due to having installed the test version of gcc 6.0. Even uninstalling gcc 6.0 does not fix the problem. I had to create an entirely new Cygwin-64 environment to get past the problem. I invite you (Dave) to try the

Re: Issue with delayed process start and effect on Windows 10

2017-02-03 Thread Brian Inglis
On 2017-02-02 14:12, Paul Kitchen wrote: > I do indeed have Rapport installed and it looks like it does not co-exist > well with CYGWIN. > I rebooted, stopped Rapport and then ran the script I have been trying to > run for a day and it went through flawlessly at normal speed. > It is very strange t

Re: Issue with delayed process start and effect on Windows 10

2017-02-03 Thread Brian Inglis
On 2017-02-02 09:50, Marco Atzeri wrote: > On 02/02/2017 16:24, Andrey Repin wrote: >> Greetings, Paul Kitchen! Could someone please add IBM Trusteer Rapport http://www-03.ibm.com/software/products/en/trusteer-rapport to the BLODA list https://cygwin.com/faq/faq.html#faq.using.bloda -- Take car

Re: Is it OK to mount cygdrive on / ?

2017-02-03 Thread Wells, Roger K.
On 02/03/2017 04:10 PM, Rustam wrote: I've added an extra / mountpoint in /etc/fstab in order to be able to access C: without /cygdrive like this: none /cygdrive cygdrive binary,posix=0,user 0 0 none / cygdrive binary,posix=0,user 0 0 It seems to work, I can access the C: drive with jus

Is it OK to mount cygdrive on / ?

2017-02-03 Thread Rustam
I've added an extra / mountpoint in /etc/fstab in order to be able to access C: without /cygdrive like this: none /cygdrive cygdrive binary,posix=0,user 0 0 none / cygdrive binary,posix=0,user 0 0 It seems to work, I can access the C: drive with just /c. But normally an "ls /cygdrive" sh

[ANNOUNCEMENT] Updated [test]: coreutils-8.26-2

2017-02-03 Thread Eric Blake (cygwin)
A new release of coreutils, 8.26-2, has been uploaded, and will be available soon from your favorite mirror. The new release is experimental, and REQUIRES the use of the experimental cygwin-2.7.0-0.1 (or better) release; the current version remains 8.26-1 for compatibility with the current stable

[ANNOUNCEMENT] Updated: fftw3-3.3.6-pl1-1

2017-02-03 Thread Marco Atzeri
Versions 3.3.6-pl1-1 of fftw3 fftw3-doc libfftw3-devel libfftw3_3 libfftw3-omp3 have been uploaded for cygwin. CHANGES Latest upstream release. Full info: http://www.fftw.org/release-notes.html DESCRIPTION FFTW is a C subroutine library for computing the discrete Fourier transform (DF

[ANNOUNCEMENT] Updated: R-3.3.2-1

2017-02-03 Thread Marco Atzeri
Versions 3.3.2-1 of R libRmath libRmath-devel for cygwin are now available: CHANGES New upstream release https://mailman.stat.ethz.ch/pipermail/r-announce/2016/000608.html CYGWIN CHANGES As upstream removed most of cygwin specific code, the package is now linked to the

Re: Providing cygwin1.dll in both 32- and 64-bit versions

2017-02-03 Thread Hans-Bernhard Bröker
Am 03.02.2017 um 12:49 schrieb Thomas Nilefalk: Hans-Bernhard Bröker skrev: Am 02.02.2017 um 22:12 schrieb Thomas Nilefalk: 'how can I make a 32-bit compiled cygwin program run under cygwin64'? You can't. Nor can anybody else. For a Cygwin64-based program, Cygwin32 is a bona fide cross-com

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

2017-02-03 Thread Houder
On Fri, 03 Feb 2017 04:48:49, Steven Penny wrote: > On Fri, 03 Feb 2017 10:30:23, Houder wrote: > > Apologies for the confusion ... the unicode symbol I was pasting in was > > the latin small letter o with diaeresis ... > > For some reason something went wrong when I composed my e-mail. > > I had

[ANNOUNCEMENT] Updated: S-Lang 2.3.1a-1

2017-02-03 Thread Marco Atzeri
New versions 2.3.1a-1 of libslang2 libslang-devel slsh are available in the Cygwin distribution DESCRIPTION S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications s

[ANNOUNCEMENT] Updated: slrn-1.0.3a-1

2017-02-03 Thread Marco Atzeri
New version 1.0.3a-1 has been uploaded. CHANGES This is a upstream bgfix release. full list of changes http://slrn.sourceforge.net/docs/changes.txt DESCRIPTION slrn ('S-Lang read news') is a newsreader, i.e. a program that accesses a newsserver to read messages from the Internet News servi

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

2017-02-03 Thread Steven Penny
On Fri, 03 Feb 2017 10:30:23, Houder wrote: > Apologies for the confusion ... the unicode symbol I was pasting in was > the latin small letter o with diaeresis ... > For some reason something went wrong when I composed my e-mail. I had the same problem. You need to add Content-Type: text; cha

Re: Providing cygwin1.dll in both 32- and 64-bit versions

2017-02-03 Thread Thomas Nilefalk
Hans-Bernhard Bröker skrev: Am 02.02.2017 um 22:12 schrieb Thomas Nilefalk: Using 'i686-pc-cygwin-gcc' creates an executable but that is un-runnable in a Cygwin64 environment because the cygwin1.dll is a 64-bit version and not compatible with the produced executable. A cygwin32 DLL needs to b

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

2017-02-03 Thread Houder
On Fri, 03 Feb 2017 10:09:51, Houder wrote: > On Fri, 3 Feb 2017 09:39:47, Corinna Vinschen wrote: > > > Cygwin 2.7.0: > > > > Works in tcsh and dash, even with chcp 65001. Does not work with > > bash for some reason in cp 65001. > > Using the Windows Console: > > 64 LANG = en_US.UTF-8, LC_ALL

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

2017-02-03 Thread Corinna Vinschen
On Feb 3 09:39, Corinna Vinschen wrote: > On Feb 2 17:50, Steven Penny wrote: > > On Thu, 02 Feb 2017 17:37:35, Steven Penny wrote: > > > Ok, I found that if I install cygwin-2.7.0 and libreadline7-7.0.1-2 then > > > this > > > works as exepcted. I didnt realize libreadline7-7.0.1-2 was still in

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

2017-02-03 Thread Houder
On Fri, 3 Feb 2017 09:39:47, Corinna Vinschen wrote: > Cygwin 2.7.0: > > Works in tcsh and dash, even with chcp 65001. Does not work with > bash for some reason in cp 65001. Using the Windows Console: 64 LANG = en_US.UTF-8, LC_ALL = => LANG = en_US.UTF-8 64-@@ cygcheck -sv | awk '$1 ~ /^(libre

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

2017-02-03 Thread Corinna Vinschen
On Feb 2 17:50, Steven Penny wrote: > On Thu, 02 Feb 2017 17:37:35, Steven Penny wrote: > > Ok, I found that if I install cygwin-2.7.0 and libreadline7-7.0.1-2 then > > this > > works as exepcted. I didnt realize libreadline7-7.0.1-2 was still in test > > status. However I thought that the Cygwin