Re: group = (2**32-1) = 4294967295

2008-11-05 Thread Linda Walsh
Linda Walsh wrote: stem account maybe? Otherwise, shouldn't it show SYSTEM as the group? But SYSTEM as a group shows '18' in my /etc/group file, not "-1" Seems like some of these files (perhaps the installer is trying to use the the TrustedInstaller Credentials you mention, but since this is an

Re: issues compiling and migrating exe / dll files

2008-11-05 Thread Matthew Woehlke
Scott Thompson wrote: Hi all. I'm trying to do the following and running into some problems: 1. Install cygwin on a host computer (works). 2. Compile a set of binaries and dll's using gcc/make (works). 3. Sanity check that the binaries actually run and execute properly (works). 4. Zip the

Re: issues compiling and migrating exe / dll files

2008-11-05 Thread Larry Hall (Cygwin)
Scott Thompson wrote: Hi all. I'm trying to do the following and running into some problems: 1. Install cygwin on a host computer (works). 2. Compile a set of binaries and dll's using gcc/make (works). 3. Sanity check that the binaries actually run and execute properly (works). 4. Zip the

issues compiling and migrating exe / dll files

2008-11-05 Thread Scott Thompson
Hi all. I'm trying to do the following and running into some problems: 1. Install cygwin on a host computer (works). 2. Compile a set of binaries and dll's using gcc/make (works). 3. Sanity check that the binaries actually run and execute properly (works). 4. Zip the compiled binaries and d

Re: group = (2**32-1) = 4294967295

2008-11-05 Thread Linda Walsh
Corinna Vinschen wrote: But you have the properties dialog in Explorer, or the cacls tool on the command line to find out. If that's on Vista, it might be the "TrustedInstaller" group which is neither a local group nor a domain group. Don't ask me what the idea behind this group is. ---

Re: xmgrace

2008-11-05 Thread Morgan Gangwere
Volker Quetschke wrote: You are trying to start xmgrace from outside a cygwin environment, i.e. it does not know about cygwin softlinks. To confirm if I'm guessing right try this (only works from a cygwin shell): $ ls -l `which xmgrace` Otherwise provide more info about the problem. Volker

Re: xmgrace

2008-11-05 Thread Volker Quetschke
Hi, Jorg Kewisch wrote: > I have been using the plot program xmgrace (package grace) for a long > time, and it has stopped working (tested with 3 cygwin from-scratch > installations ) > > Symptoms: > x-server is running > xterm is running > xclock produces clock > xmgrace exits immediately withou

Re: 1.5.25.-15 cwrsync 2.1.3 remote host mounted network drive: permission denied

2008-11-05 Thread Larry Hall (Cygwin)
Евгений wrote: Hello, Could you please give me some hints about how to correctly use Windows mounted network drives remotely from cwrsync (cygwin)? I have the following issue: At main office we have a work station (let's call it wst1) with cygwin 1.5.25 sshd installed and a data server storing

xmgrace

2008-11-05 Thread Jorg Kewisch
hi, I have been using the plot program xmgrace (package grace) for a long time, and it has stopped working (tested with 3 cygwin from-scratch installations ) Symptoms: x-server is running xterm is running xclock produces clock xmgrace exits immediately without any window or error message stra

Re: [ANNOUNCEMENT] Updated: bzr 1.7.1-1 -- Python based distributed version control

2008-11-05 Thread Andrew Schulman
> Jari, bzr 1.7.1-1 in Cygwin 1.7 is still completely broken for me here: > > $ bzr whoami > Traceback (most recent call last): > File "/usr/bin/bzr", line 93, in > import bzrlib > File "__init__.py", line 25, in > File "osutils.py", line 319, in > File "lazy_import.py", line 106, i

Re: problem with cygwin and GLUT on Vista

2008-11-05 Thread André Bleau
Hello Michael, I managed to install Cygwin, its development packages and the opengl package on a computer running Vista Home Premium 64-bit edition with SP1 yesterday. Everything runs fine: the GLUI examples, the helloGLUT test program, and your own "main" test program. Possible causes for

Re: need some explanations about files ".a" ".la" ".dll.a"

2008-11-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to ludo on 11/5/2008 2:55 AM: > In linux : > .../lib/libfoo.so is the equivalent of .../bin/cygfoo.dll > .../lib/libfoo.a is the equivalent of .../lib/libfoo.a > and there are no equivalent for libfoo.dll.a Correct so far... > and libfoo.la

1.5.25.-15 cwrsync 2.1.3 remote host mounted network drive: permission denied

2008-11-05 Thread Евгений
Hello, Could you please give me some hints about how to correctly use Windows mounted network drives remotely from cwrsync (cygwin)? I have the following issue: At main office we have a work station (let's call it wst1) with cygwin 1.5.25 sshd installed and a data server storing data (let's cal

need some explanations about files ".a" ".la" ".dll.a"

2008-11-05 Thread ludo
Hi, I'm a newbie on cygwin platform and I'm not sure to understand the semantic of lib files It seems that for a library "foo", several files are created : * cygfoo.dll => this is the "true" lib. This file contains the real code of the lib : It is the equivalent of the "foo.dll" in MS ter