Re: Can gFortran Link Against Cygwin netCDF 4.3.1.1 Library?

2014-11-25 Thread Marco Atzeri
On 11/25/2014 1:01 AM, John Kim wrote: Questions: 1) C API or Fortran API for NetCDF ? C API. 2) Have you installed libnetcdf-devel package and libnetcdf-fortran-devel ? No. Should I? for #1, at list libnetcdf-devel is needed 3) why -L"/cygdrive/c/Program Files (x86)/netCDF

ssh uses /etc/ssh_config instead of ~/.ssh/ssh_config

2014-11-25 Thread Niels Kobschaetzki
Hi, I just configured my local ssh_config because I got too lazy to enter all the time hostnames. But when I want to use it, the ssh from cygwin does not use it. ssh -vvv myhost results in OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 debug1: Reading configuration data /etc/ssh_config ssh: Could

Re: Can gFortran Link Against Cygwin netCDF 4.3.1.1 Library?

2014-11-25 Thread Csaba Raduly
Hi John, On Mon, Nov 24, 2014 at 10:28 PM, John Kim wrote: > Hi, > > I have a C program that uses a custom Fortran library and the netCDF > API. I'm trying to link the C and Fortran object files with the Cygwin > netCDF 4.3.1.1. library, like this: > >gfortran *.o libfortran.a -L"/cygdrive/c/

Re: ssh uses /etc/ssh_config instead of ~/.ssh/ssh_config

2014-11-25 Thread Yaakov Selkowitz
On 2014-11-25 02:53, Niels Kobschaetzki wrote: I just configured my local ssh_config because I got too lazy to enter all the time hostnames. But when I want to use it, the ssh from cygwin does not use it. ssh -vvv myhost results in OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 debug1: Reading config

Re: occasional failure to look up

2014-11-25 Thread Corinna Vinschen
On Nov 24 21:46, Habermann, David (D) wrote: > > > Stopping the terminal and restarting cygserver is not sufficient? > > > Also, does this also happen if you don't start cygserver at all? > > > > I've not tried either of these ... and I'm not sure if it happens at > > every reboot now or not (I ra

Re: setup-x86_64 postinstall errors -529697949

2014-11-25 Thread Corinna Vinschen
On Nov 24 15:55, phillip.griff...@srs.gov wrote: > Error codes of -529697949 have a special meaning for VC++ programmers. > (I'm not one of those.) Googling leads to this Microsoft link, and the > suggestion of an unhandled exception. > > http://support.microsoft.com/kb/185294 > > Package: Un

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
> Thanks. Unfortunately it's not useful, becasue the actual problem > occurred inside Cygserver. What I need would be the problem captured > by running cygserver from the command line like this: > $ strace -o cygserver.trace /usr/sbin/cygserver -d 2> cygserver.stderr > and see the two files cy

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
>> Still, some debugging on affected systems might be enlightening. > I'll be happy to do anything of interest. As a starter, I'm going > to see if I can figure out which of my SIDs are being used by the > couple of file shares I routinely access from cygwin. I was unable to quickly figure out

Re: occasional failure to look up

2014-11-25 Thread Corinna Vinschen
On Nov 25 16:24, Habermann, David (D) wrote: > >> Still, some debugging on affected systems might be enlightening. > > > I'll be happy to do anything of interest. As a starter, I'm going > > to see if I can figure out which of my SIDs are being used by the > > couple of file shares I routinely

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
> Two things to keep in mind: > - It's not actually clear yet if it's a sidHistory entry or some SID > created by another mechanism. > Even if it's sidHistory, it may be *very* old. Did you work at the > company already back in NT4 times? That might explain the sidHistory > entry and the tot

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
On Nov 25 16:24, Habermann, David (D) wrote: > >> Still, some debugging on affected systems might be enlightening. > > > I'll be happy to do anything of interest. As a starter, I'm going > > to see if I can figure out which of my SIDs are being used by the > > couple of file shares I routinely

Re: occasional failure to look up

2014-11-25 Thread Corinna Vinschen
On Nov 25 17:09, Habermann, David (D) wrote: > > Two things to keep in mind: > > > - It's not actually clear yet if it's a sidHistory entry or some SID > > created by another mechanism. > > > Even if it's sidHistory, it may be *very* old. Did you work at the > > company already back in NT4 tim

Re: Can gFortran Link Against Cygwin netCDF 4.3.1.1 Library?

2014-11-25 Thread John Kim
Marco & Csaba -- I installed libnetcdf-devel, and linked against libnetcdf.dll.a (in /usr/lib), and it linked correctly! Thank you both. -John On Tue, Nov 25, 2014 at 1:06 AM, Csaba Raduly wrote: > Hi John, > > On Mon, Nov 24, 2014 at 10:28 PM, John Kim wrote: >> Hi, >> >> I have a C progr

Re: occasional failure to look up

2014-11-25 Thread Corinna Vinschen
On Nov 25 17:32, Habermann, David (D) wrote: > On Nov 25 16:24, Habermann, David (D) wrote: > > >> Still, some debugging on affected systems might be enlightening. > > > > > I'll be happy to do anything of interest. As a starter, I'm going > > > to see if I can figure out which of my SIDs are be

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
> That's a bit of a problem for debugging. Did you notice my mail > https://cygwin.com/ml/cygwin/2014-11/msg00480.html, btw? Just taking a step back...what are we trying to fix? Once startup goes smoothly, your current AD code works fine for me. The only problem I'm having is that sometimes s

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
> Does this record have one or more entries in the sidHistory attribute? Yes, as you suspected, the sidHistory attribute for S-1-5-21-1060284298-861567501-682003330-76794 contains S-1-5-21-4015118-2039090470-1726288727-4013

RE: occasional failure to look up

2014-11-25 Thread Habermann, David (D)
> Thanks. Unfortunately it's not useful, because the actual problem > occurred inside Cygserver. What I need would be the problem captured > by running cygserver from the command line like this: > $ strace -o cygserver.trace /usr/sbin/cygserver -d 2> cygserver.stderr Strace output attached. A

no callstack after assert

2014-11-25 Thread Mick Charles Beaver
Hello, I was poking around with gcc and gdb and found that when I hit an assert, I did not have a valid callstack/backtrace. Is this expected? A little info: * I am using Windows 7 and 8, 64-bit. * I used the latest gcc (4.8.3) and gdb (7.8) that a fresh cygwin installed. * uname -a reports: CY

Is there a tool for viewing all cygwin/GNU Software submissions

2014-11-25 Thread Arthur Schwarz
Is there a general tool that will allow someone to see the definition of all software in cygwin and allow browsing of libraries for content? If there is not, how can I go about creating one (any ideas)? What I would like to see for executables is a setup-like tool to pretty print information on al

Re: Is there a tool for viewing all cygwin/GNU Software submissions

2014-11-25 Thread Warren Young
On Nov 25, 2014, at 3:49 PM, Arthur Schwarz wrote: > What I would like to see for executables is a setup-like tool to pretty > print information on all available software without going through setup. > Where a library is included, I would like to see something about the > routines included in the

RE: Is there a tool for viewing all cygwin/GNU Software submissions

2014-11-25 Thread Buchbinder, Barry (NIH/NIAID) [E]
Arthur Schwarz sent the following at Tuesday, November 25, 2014 5:49 PM >Is there a general tool that will allow someone to see the definition of >all software in cygwin and allow browsing of libraries for content? If >there is not, how can I go about creating one (any ideas)? > >What I would like

Re: Is there a tool for viewing all cygwin/GNU Software submissions

2014-11-25 Thread Steven Penny
On Tue, Nov 25, 2014 at 4:49 PM, Arthur Schwarz wrote: > Is there a general tool that will allow someone to see the definition of all > software in cygwin and allow browsing of libraries for content? apt-cyg might work for you http://github.com/transcode-open/apt-cyg Examples Displays the packa