Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-25 Thread Karl M
From: Corinna Vinschen Subject: Re: ssh-agent and /tmp/ssh-* removal at logout Date: Thu, 24 Feb 2005 11:52:22 +0100 On Feb 23 09:59, Karl M wrote: > >Did you talk with the Hack Kampbjorn, the Cygwin keychain maintainer > >about that? > > > I have not talked with him recently. keychain 2.0.3 is pr

what package generate X11/Xlib.h and X11/Xutil.h

2005-02-25 Thread shih lin
Dear cygwin user: Do any one know which package generate X11/Xlib.h and X11/Xutil.h I already download package Xfree86 lib and runtime lib the error is from make of firestarter(1.0.3) -- In file included from eggtrayicon.h:25, from eggtrayicon.c:25: /usr/include/gtk-2.0

memory/custom streams

2005-02-25 Thread Bertalan Fodor
Dear developers and experts, is there a way in Cygwin to use facilities like those available in GNU libc for memory/stream handling, like documented in: http://www.gnu.org/software/libc/manual/html_node/String-Streams.html http://www.gnu.org/software/libc/manual/html_node/Custom-Streams.html Than

Re: what package generate X11/Xlib.h and X11/Xutil.h

2005-02-25 Thread Michele Petrazzo
shih lin wrote: Dear cygwin user: Do any one know which package generate X11/Xlib.h and X11/Xutil.h I already download package Xfree86 lib and runtime lib the error is from make of firestarter(1.0.3) -- In file included from eggtrayicon.h:25, from eggtrayicon.c:25: /usr/

libperl.dll

2005-02-25 Thread Ariel Burbaickij
Hello mailing list participants, xchat in binary form as provided by cygnome requires libperl.dll in some particular version (5.6.1) in my case. File is not available in my installation and the version of perl used is considerably higher 5.8. So well the simple symlink from libperl.5.8.1.dll.a wor

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-25 Thread Corinna Vinschen
On Feb 25 00:11, Karl M wrote: > >From: Corinna Vinschen > >Hack, are you there? Karl, if Hack doesn't see this message for some > >reason, ould you mind to contact him? > > > I wouldn't mind at all, but I don't have an e-mail address for him. Most of > what I foung via google was 2 or 3 years ol

Re: mmap and MAP_FIXED

2005-02-25 Thread Evgeny Stambulchik
Sean Daley wrote: Read the description to lpBaseAddress again and then read the following comment from cygwin's mmap code: /* If a non-zero address is given, try mapping using the given address first. If it fails and flags is not MAP_FIXED, try again with NULL address. */ I did. Now may I ask yo

Re: mmap and MAP_FIXED

2005-02-25 Thread Corinna Vinschen
On Feb 25 01:17, Evgeny Stambulchik wrote: > Hello, > > There is something strange about mmap(addr, ..., MAP_FIXED) under > Cygwin. For a reason, it always fails if addr is not on a 16xPAGE_SIZE > boundary. Here is a short demo: > > #include > #include > #include > #include > #include > #i

Re: memory/custom streams

2005-02-25 Thread Corinna Vinschen
On Feb 25 09:39, Bertalan Fodor wrote: > Dear developers and experts, > > is there a way in Cygwin to use facilities like those available in GNU > libc for memory/stream handling, like documented in: > > http://www.gnu.org/software/libc/manual/html_node/String-Streams.html > http://www.gnu.org/s

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Stephan Petersen
Hi David, Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my .cpan directory several tim

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Stephan Petersen
Hi Greg, thanks for your reply. Probably your file got damaged, I think. yes, but reproducably for all CPAN mirrors... Testing 02packages.details.txt.gz with gzip -t reports: gzip: 02packages.details.txt.gz: invalid compressed data--format violated Same with 03modlist.data.gz. Stephan -- Stephan Pe

error on make for installing firestarter

2005-02-25 Thread shih lin
thanks Michele Petrazzo's reply, I reinstall and load more xfree and x related package, many error in my first part be fixed, but it still have some. - --- statusview.c: In function `load_p

Re: mmap and MAP_FIXED

2005-02-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 2/25/2005 5:00 AM: > The reason that MAP_FAILED only works on 64K boundaries so far is, > that I didn't handle this case. Usually there are not many good > reasons to use MAP_FIXED. However, I've checked in a patch wh

Re: mmap and MAP_FIXED

2005-02-25 Thread Evgeny Stambulchik
Corinna Vinschen wrote: You shouldn't just use some arbitrary address and use MAP_FIXED with it, otherwise you're making invaild assumptions about the memory layout of your machine/os/application. I know. It was just a test code to demo this 64K strangeness. In reality, I use addresses which have

exp. gcc-ada-3.4.1-1 does not support -mno-cygwin

2005-02-25 Thread Rolf Ebert
When compiling Ada programs without cygwin1.dll one can use -mno-cygwin with the standard gcc (currently 3.3.1-3). This does not work anymore with gcc-3.4.1-1. I get lots of unresolved externals. gnatlink harness.ali -g -mno-cygwin /usr/lib/gcc/i686-pc-cygwin/3.4.1/adalib/libgnat.a(sysdep.o)(.

Re: what package generate X11/Xlib.h and X11/Xutil.h

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, shih lin wrote: > Dear cygwin user: > > Do any one know which package generate X11/Xlib.h and X11/Xutil.h This kind of question can always be answered by visiting the Cygwin Package Search page at . > I already download package Xfree86 lib and

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Stephan Petersen wrote: > Hi Greg, > > thanks for your reply. > > > Probably your file got damaged, I think. > > yes, but reproducably for all CPAN mirrors... > > Testing 02packages.details.txt.gz with gzip -t reports: > gzip: 02packages.details.txt.gz: invalid compressed data

Re: mmap and MAP_FIXED

2005-02-25 Thread Corinna Vinschen
On Feb 25 06:35, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Corinna Vinschen on 2/25/2005 5:00 AM: > > The reason that MAP_FAILED only works on 64K boundaries so far is, > > that I didn't handle this case. Usually there are not many good > > reasons to us

Re: libperl.dll

2005-02-25 Thread Brian Dessent
Ariel Burbaickij wrote: > xchat in binary form as provided by cygnome requires libperl.dll in > some particular > version (5.6.1) in my case. File is not available in my installation > and the version > of perl used is considerably higher 5.8. So well the simple symlink > from libperl.5.8.1.dll.a

Error: "dynamic link library cygint-3.dll could not be found" running package .exe files

2005-02-25 Thread Duncan McGregor
I just installed the newest release: Cygwin DLL 1.5.12-1 The Cygwin install seemed to go OK. However if I run "cygcheck -srvh" or run programs in c:\cygwin\bin, (eg: id.exe, ls.exe, env.exe, whoami.exe, uname.exe ...), a pop-up error message is generated:"dynamic link library cygint-3.dll co

Cygwin preserving filenames ending in period

2005-02-25 Thread Lloyd Wood
Hello, I've just discovered that Cygwin does not preserve filenames ending in a period, and treats the filenames with and without the period as identical. This is contrary to other linux systems. http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/building-1.2/ describes the problem; a file

Re: Error: "dynamic link library cygint-3.dll could not be found" running package .exe files

2005-02-25 Thread Brian Dessent
Duncan McGregor wrote: > > I just installed the newest release: Cygwin DLL 1.5.12-1 > The Cygwin install seemed to go OK. > > However if I run "cygcheck -srvh" or run programs in c:\cygwin\bin, (eg: > id.exe, ls.exe, env.exe, whoami.exe, uname.exe ...), a pop-up error message > is generated:

Re: Cygwin preserving filenames ending in period

2005-02-25 Thread Brian Dessent
Lloyd Wood wrote: > I've just discovered that Cygwin does not preserve filenames ending in > a period, and treats the filenames with and without the period as > identical. This is contrary to other linux systems. > > http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/building-1.2/ > > desc

Re: Cygwin preserving filenames ending in period

2005-02-25 Thread Tim Prince
At 09:08 AM 2/25/2005, Lloyd Wood wrote: a file named 'Makefile_defs.' was created by cvs, but eventually got packaged up as 'Makefile_defs' causing build errors on platforms other than Cygwin. Why does Cygwin do this? Short answer: cygwin doesn't do it, cygwin accepts Windows behavior, which is

RE: shmget failed

2005-02-25 Thread Dave Korn
Original Message >From: cygwin-owner On Behalf Of Jennifer Lai >Sent: 25 February 2005 19:25 > Hi, >I got bad system call error when I tried to compile a program that > contains the following code, > > shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); > where, size = 661552 > > A

shmget failed

2005-02-25 Thread Jennifer Lai
Hi, I got bad system call error when I tried to compile a program that contains the following code, shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); where, size = 661552 At first I thought it has to do with the size, but reducing the size to 128 still cause bad system call error. Does anyo

RE: shmget failed

2005-02-25 Thread Jennifer Lai
I have handled error in my code, if (shmid==-1) { fprintf(stderr, "cannot create shared region.\n"); exit(1); } But this code is not executed unless I comment out shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); I read somewhere that ipc-daemon2 should be up and running. So, I checked it, %

Re: shmget failed

2005-02-25 Thread Brian Dessent
Jennifer Lai wrote: >I got bad system call error when I tried to compile a program that > contains the following code, > > shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); > where, size = 661552 > > At first I thought it has to do with the size, but reducing the size to > 128 still cause

Calling popen() from within DLL/SO

2005-02-25 Thread Dr Clue
Hello folks. I'm trying to figure out why calling popen() from within a dll/so returns a file handle but appears to neither execute the commands or return any results via calls to fgets() This is all code that has run on various *nix platforms, so hopefully there is just something simple I missed i

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to run some of the programs, a windows dialog box pops up showing the following message: "The application fai

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Peter Rehley
On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to run some of the programs, a windows dialog box pop

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Peter Rehley
On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: On Fri, 25 Feb 2005, Peter Rehley wrote: Hi, I am working on a project where I had to recompile gettext using gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I went to r

Re: dlsym, Win32 error 127 ERROR_PROC_NOT_FOUND

2005-02-25 Thread Larry Hall
At 12:34 AM 2/25/2005, you wrote: >Hello Larry > >Thank you for taking the time to respond. >In the end it was some changes to the gcc incantation >that got it to run. These were described nicely >in an old archive message at. > >http://cygwin.com/ml/cygwin/2000-06/msg00688.html Right. That will

Controlling permissions of scp files on Windows

2005-02-25 Thread Dori
Hello, I am having a tough time figuring out how to automatically change the permissions of files that are scp-ed over to a Windows 2003 Server machine that's running Cygwin sshd. The files come out with permissions of 644, and I need them to be 666. Is there a way to do this without having to run

Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Igor Pechtchanski
On Fri, 25 Feb 2005, Peter Rehley wrote: > On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: > > > On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: > > > > > On Fri, 25 Feb 2005, Peter Rehley wrote: > > > > > > > Hi, > > > > > > > > I am working on a project where I had to recompile gettext us

Re; Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Danny Smith
From: Peter Rehley > Hi, > > I am working on a project where I had to recompile gettext using gcc > 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I > went to run some of the programs, a windows dialog box pops up showing > the following message: > > "The application failed

Re: perl & Win32 lib support

2005-02-25 Thread Reini Urban
Igor Pechtchanski schrieb: On Wed, 23 Feb 2005, Linda W wrote: Not knowing the exact order of how things are released, does announcing it on "cygwin-apps" mean that it will be available via setup soon? Announcing something on cygwin-apps means that the other maintainers will look at it if necessary

Re: Controlling permissions of scp files on Windows

2005-02-25 Thread Brian Dessent
Dori wrote: > I am having a tough time figuring out how to automatically change the > permissions of files that are scp-ed over to a Windows 2003 Server > machine that's running Cygwin sshd. The files come out with > permissions of 644, and I need them to be 666. Is there a way to do > this withou

how to broadcast from internal wlan network

2005-02-25 Thread shih lin
>Date: Fri, 25 Feb 2005 09:25:11 -0500 (EST) > Igor Pechtchanski <[EMAIL PROTECTED]>Reply-To: cygwin@cygwin.com > shih lin <[EMAIL PROTECTED]>cc: cygwin@cygwin.com > Re: what package generate X11/Xlib.h and X11/Xutil.h >On Fri, 25 Feb 2005, shih lin wrote: > >> Dear cygwin user: >> >> Do any on

Re: Controlling permissions of scp files on Windows

2005-02-25 Thread Dori
On Fri, 25 Feb 2005 14:28:02 -0800, Brian Dessent <[EMAIL PROTECTED]> wrote: > Dori wrote: > > > I am having a tough time figuring out how to automatically change the > > permissions of files that are scp-ed over to a Windows 2003 Server > > machine that's running Cygwin sshd. The files come out w

RE: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread David Christensen
Stephan Petersen wrote: >>>Please check the validity of the index file by comparing it to more >>>than one CPAN mirror. >> Have you tried this? E.g. configured CPAN to use another mirror and >> tried again? > yes, it's the same for every CPAN mirror I've tried. I've deleted > CPAN's config.pm and

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Greg Matheson
On Fri, 25 Feb 2005, David Christensen wrote: > > yes, it's the same for every CPAN mirror I've tried. I've deleted > > CPAN's config.pm and my .cpan directory several times now, it's the > > same after every reconfiguration. > > Testing 02packages.details.txt.gz with gzip -t reports: > > gzip: 02

Re: Installing Perl modules with "perl -MCPAN -e shell;" fails with "02packages.details.txt.gz does not contain a Line-Count header"

2005-02-25 Thread Brian Dessent
Stephan Petersen wrote: > >>Please check the validity of the index file by comparing it to more > >>than one CPAN mirror. > > > > Have you tried this? E.g. configured CPAN to use another mirror and tried > > again? > > yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's > co