using fortran common block from dll created by gfortran

2015-06-23 Thread Satish Balay
Hi Cygwin, I'm debuging an issue with dlls with cygwin gnu compilers - and have narrowed down the issue to the attached test case [script]. Could you guide me to correct usage of 'fortran common block' with dlls? [In this example - using fortran 'common block' via static library works. However t

Re: Unable to run excel via cron

2015-06-23 Thread Larry Hall (Cygwin)
On 06/23/2015 09:39 AM, Kertz, Denis (D)** CTR ** wrote: I changed the cron setup to use cygserver as Corinna suggested. I used cron-config and cygserver-config to setup the cron and cygserver services and passwd -R to establish my password. Normal cron jobs run under this setup but Excel still

Re: mintty project

2015-06-23 Thread Corinna Vinschen
Hi Thomas, On Jun 5 07:36, Thomas Wolff wrote: > Am 01.06.2015 um 17:50 schrieb Corinna Vinschen: > >>... > >We could also put mintty under the cygwin-apps cover on sourceware. > >We just need to fetch a git repo or import the original svn repo. > Another good proposal which I must have overlooke

[ANNOUNCEMENT] Updated: emacs-24.5-2 (TEST)

2015-06-23 Thread Ken Brown
The following packages have been updated in the Cygwin distribution as test releases: * emacs-24.5-2 * emacs-X11-24.5-2 * emacs-w32-24.5-2 * emacs-el-24.5-2 Emacs is a powerful, customizable, self-documenting, modeless text editor. Emacs contains special code editing features, a scripting lan

Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-4.9.2-2 (x86/x86_64)

2015-06-23 Thread JonY
On 6/23/2015 00:36, Achim Gratz wrote: > JonY writes: >> I have just updated the mingw-w64 cross compilers Cygwin 32bit and >> 64bit to mingw64-*-gcc-4.9.2-2. > > The 32bit gcc-debuginfo archive is truncated. Please re-upload this file. > > x86/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-debug

Re: cpuinfo cache size

2015-06-23 Thread Corinna Vinschen
On Jun 23 15:39, Marco Atzeri wrote: > Hi Corinna, > > for a porting of a math lib to cygwin we are trying to obtain > the same information of > > sysconf(_SC_LEVEL1_DCACHE_SIZE) > sysconf(_SC_LEVEL2_CACHE_SIZE) > sysconf(_SC_LEVEL3_CACHE_SIZE) > sysconf(_SC_LEVEL4_CACHE_SIZE) > > but of course

Re: cacls combination problem in 1.7.35, merging privs of existing file & privs of process

2015-06-23 Thread Corinna Vinschen
On Jun 23 12:09, Corinna Vinschen wrote: > Hi John, > [...] > And of course your user account is different from your primary group. > They can only ever be identical on non-domain mamber machines when using > the "Microsoft Accounts", where you login with your email address. > > > C:\Users\joh

RE: Unable to run excel via cron

2015-06-23 Thread Kertz, Denis (D)** CTR **
I changed the cron setup to use cygserver as Corinna suggested. I used cron-config and cygserver-config to setup the cron and cygserver services and passwd -R to establish my password. Normal cron jobs run under this setup but Excel still hangs as it did before. I also tried this on the Win7

cpuinfo cache size

2015-06-23 Thread Marco Atzeri
Hi Corinna, for a porting of a math lib to cygwin we are trying to obtain the same information of sysconf(_SC_LEVEL1_DCACHE_SIZE) sysconf(_SC_LEVEL2_CACHE_SIZE) sysconf(_SC_LEVEL3_CACHE_SIZE) sysconf(_SC_LEVEL4_CACHE_SIZE) but of course none of them is implemented in cygwin. The /proc/cpuinfo

Re: cacls combination problem in 1.7.35, merging privs of existing file & privs of process

2015-06-23 Thread Corinna Vinschen
Hi John, On Jun 22 14:15, John Ruckstuhl wrote: > On Sat, Jun 20, 2015 at 11:41 AM, John Ruckstuhl > wrote: > > > > I'm noticing this summer, that whenever I try to edit an existing file with > > vi for the first time, the file's permissions change. Could this be a > > problem with merging per

Re: Support for ITIMER_PROF?

2015-06-23 Thread Corinna Vinschen
On Jun 22 17:07, Ken Brown wrote: > On 6/22/2015 9:25 AM, Corinna Vinschen wrote: > >On Jun 22 08:05, Ken Brown wrote: > >>According to the Cygwin API documentation > >>(https://cygwin.com/cygwin-api/std-notes.html), "getitimer and setitimer > >>only support ITIMER_REAL for now." I'm wondering whe